Author Topic: AMD 64 Build with Dapper?  (Read 4410 times)

jeckil

  • Guest
AMD 64 Build with Dapper?
« on: June 06, 2006, 08:43:54 pm »
Hiya everybody:

I have been looking around for the dapper(ubuntu) .deb build but i havent been able to find it. I tried using the svn .deb from the wiki but it get the 'wrong arch' error; unfortunatelly the deb is for Breezy amd64 :(

Is it possible to build using the sources? I want to try doing that but i dont know where to start from. Ive built stuff before but i cant find a guide for this source, namely ubuntu requirements and the sort

thank you all for you help
« Last Edit: June 06, 2006, 08:46:07 pm by jeckil »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: AMD 64 Build with Dapper?
« Reply #1 on: June 06, 2006, 10:54:36 pm »
How to get the source.

Build:
./bootstrap
./configure
make
make install (as root)

You'll need recent versions of wxWidgets (2.6.x) and autotools.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: AMD 64 Build with Dapper?
« Reply #2 on: June 07, 2006, 12:06:58 am »
... as well as (lib)GTK2+ and several other dependencies that may or may not be installed on your system.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: AMD 64 Build with Dapper?
« Reply #3 on: June 07, 2006, 11:38:03 am »
Or you can wait for the coming weekend, when RC3 will be released, and grab the updated x64 dapper package.
Be patient!
This bug will be fixed soon...

jeckil

  • Guest
Re: AMD 64 Build with Dapper?
« Reply #4 on: June 09, 2006, 03:30:01 am »
woot ill wait instead...

Thanks for your help building though!