Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Blaubaer on September 18, 2005, 05:54:38 pm

Title: Unix Projects broken on CVS
Post by: Blaubaer on September 18, 2005, 05:54:38 pm
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
Title: Re: Unix Projects broken on CVS
Post by: 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...
Title: Re: Unix Projects broken on CVS
Post by: Blaubaer on September 18, 2005, 07:59:08 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
Title: Re: Unix Projects broken on CVS
Post by: mandrav on September 18, 2005, 09:12:02 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...

What steps are neccesary to build codeblocks with autotools?

Code
./bootstrap
./configure
make
(become root now)
make install
ldconfig
Title: Re: Unix Projects broken on CVS
Post by: Blaubaer on September 20, 2005, 07:24:29 pm

Code
./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
Title: Re: Unix Projects broken on CVS
Post by: rickg22 on September 20, 2005, 07:47:23 pm
Please post your name and possible contributions in the Thread "future developers sign up here" which i'm about to create.