See http://cvs.sourceforge.net/viewcvs.py/codeblocks/codeblocks/src/CodeBlocks-unix-wx2.6.0.cbp?r1=1.6&r2=1.7
Same for CodeBlocks-unix.cbp
BTW: Great Project, I especialy like the build system since im used to Visual C++ and CodeWarrior.
Stefan
The unix project files are out of sync because we 're now using autotools to build codeblocks.
They will be updated though to use the existing autotools generated Makefile...
Quote from: mandrav on September 18, 2005, 06:32:25 PM
The unix project files are out of sync because we 're now using autotools to build codeblocks.
They will be updated though to use the existing autotools generated Makefile...
They are not out of sync, they are cut in half in the middle of the file ;)
What steps are neccesary to build codeblocks with autotools?
Stefan
Quote from: Blaubaer on September 18, 2005, 07:59:08 PM
Quote from: mandrav on September 18, 2005, 06:32:25 PM
The unix project files are out of sync because we 're now using autotools to build codeblocks.
They will be updated though to use the existing autotools generated Makefile...
They are not out of sync, they are cut in half in the middle of the file ;)
Oh, that ;)
It was a problem for a couple of hours but it's fixed already. Keep in mind that anonymous cvs lags a few hours...
Quote from: Blaubaer on September 18, 2005, 07:59:08 PM
What steps are neccesary to build codeblocks with autotools?
./bootstrap
./configure
make
(become root now)
make install
ldconfig
Quote from: mandrav on September 18, 2005, 09:12:02 PM
./bootstrap
./configure
make
(become root now)
make install
ldconfig
Thank you, its working now.
I also got Code::Blocks to compile frome within Code::Blocks :D Nice to learn how Code::Blocks aktually works.
Will post bugs when i find some.
Is there someone working on translations? I can do German if you like.
Stefan
Please post your name and possible contributions in the Thread "future developers sign up here" which i'm about to create.