News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 25 September 2007 build (4491) is out.

Started by killerbot, September 25, 2007, 08:16:43 PM

Previous topic - Next topic

killerbot

@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

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 ?

Jenna

#17
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

thomas

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

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

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.