Author Topic: Unix Projects broken on CVS  (Read 6647 times)

Blaubaer

  • Guest
Unix Projects broken on CVS
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Unix Projects broken on CVS
« Reply #1 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...
Be patient!
This bug will be fixed soon...

Blaubaer

  • Guest
Re: Unix Projects broken on CVS
« Reply #2 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Unix Projects broken on CVS
« Reply #3 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
Be patient!
This bug will be fixed soon...

Blaubaer

  • Guest
Re: Unix Projects broken on CVS
« Reply #4 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

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Unix Projects broken on CVS
« Reply #5 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.