Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Unix Projects broken on CVS

(1/2) > >>

Blaubaer:
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

mandrav:
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...

Blaubaer:

--- 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...

--- End quote ---

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

mandrav:

--- 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...

--- End quote ---

They are not out of sync, they are cut in half in the middle of the file ;)

--- End quote ---

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?

--- End quote ---


--- Code: ---./bootstrap
./configure
make
(become root now)
make install
ldconfig

--- End code ---

Blaubaer:

--- Quote from: mandrav on September 18, 2005, 09:12:02 pm ---

--- Code: ---./bootstrap
./configure
make
(become root now)
make install
ldconfig

--- End code ---


--- End quote ---

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

Navigation

[0] Message Index

[#] Next page

Go to full version