Author Topic: The 25 September 2007 build (4491) is out.  (Read 28242 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 25 September 2007 build (4491) is out.
« Reply #15 on: September 28, 2007, 12:57:54 pm »
@Thomas : it went back to way it was before.

I agree it would be better NOT to have that trailing space, but all uses should be checked and for sure some adjusted.

docwario

  • Guest
Re: The 25 September 2007 build (4491) is out.
« Reply #16 on: September 28, 2007, 04:09:12 pm »
Hi all,

I tried CodeBlocks and I think it's great, so I'm trying to install it on my gentoo box but I have a problem during compilation.

Here is the error :
Quote
/bin/sh ../../../libtool --tag=CXX --mode=link g++  -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions   -o auto_revision  autorevision.o ../../base/tinyxml/libtinyxml.la -lpthread -ldl
mkdir .libs
g++ -O2 -ffast-math -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -o auto_revision autorevision.o  ../../base/tinyxml/.libs/libtinyxml.a -lpthread -ldl 
./auto_revision +int +wx +t ../../.. ../../../src/include/autorevision.h
make[3]: quittant le répertoire « /home/docwario/src_CodeBlocks/4491/src/build_tools/autorevision »
make[3]: entrant dans le répertoire « /home/docwario/src_CodeBlocks/4491/src/build_tools »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /home/docwario/src_CodeBlocks/4491/src/build_tools »
make[2]: quittant le répertoire « /home/docwario/src_CodeBlocks/4491/src/build_tools »
Making all in include
make[2]: entrant dans le répertoire « /home/docwario/src_CodeBlocks/4491/src/include »
make[2]: *** Pas de règle pour fabriquer la cible « xtra_classes.h », nécessaire pour « ../../src/include/sdk_precomp.h.gch ». Arrêt.
make[2]: quittant le répertoire « /home/docwario/src_CodeBlocks/4491/src/include »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/docwario/src_CodeBlocks/4491/src »
make: *** [all-recursive] Erreur 1

For the non-french, the interesting part is the :
make[2]: *** Pas de règle pour fabriquer la cible « xtra_classes.h », nécessaire pour « ../../src/include/sdk_precomp.h.gch ». Arrêt.

-> No rules to create "xtra_classes.h"

Any idea on how to resolve this ?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 25 September 2007 build (4491) is out.
« Reply #17 on: September 28, 2007, 04:16:07 pm »
same for me (at least with svn4497 and svn4498)

Edit:
looks like "src/include/xtra_classes.h" got lost between 4496 and 4497

I fetched it from 4496 and it seems to compile
« Last Edit: September 28, 2007, 04:40:22 pm by jens »

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 25 September 2007 build (4491) is out.
« Reply #18 on: September 28, 2007, 04:46:54 pm »
That file has been deleted. Try updating to 4499, this should compile.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

docwario

  • Guest
Re: The 25 September 2007 build (4491) is out.
« Reply #19 on: September 28, 2007, 06:09:36 pm »
Thanks, it is now working fine !

You must have done something because, the first time I tried to download the latest version via svn (svn://svn.berlios.de/codeblocks/trunk), I got the 4497 version, and now I got 4499 (which is working).

Anyway thanks for your great work.

ludug3r0

  • Guest
Re: The 25 September 2007 build (4491) is out.
« Reply #20 on: September 30, 2007, 08:13:50 pm »
Code::Blocks already loads default.conf in the instalation directory before the one in "Documents and Settings"...
Could it load first default.workspace in the instalation directory too?

That would be a great thing for me... Meybe in a future build...

Thanks in advance.