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

builds broken

(1/4) > >>

killerbot:

--- Code: ---/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -Ulinux -Uunix  -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT wxscintilla.lo -MD -MP -MF .deps/wxscintilla.Tpo -c -o wxscintilla.lo `test -f 'src/wxscintilla.cpp' || echo './'`src/wxscintilla.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT wxscintilla.lo -MD -MP -MF .deps/wxscintilla.Tpo -c src/wxscintilla.cpp  -fPIC -DPIC -o .libs/wxscintilla.o
mv -f .deps/wxscintilla.Tpo .deps/wxscintilla.Plo
make[3]: *** No rule to make target `src/scintilla/src/LexAPDL.cxx', needed by `LexAPDL.lo'.  Stop.
--- End code ---

tried make clean && make


Will a new bootstrap and configure round be needed ??
Or do I once again need to remove somewhere pch/gch 's files ?

Jenna:
If I see correctly, the lexers have moved to another directory, so running ./bootstrap (and ./configure is recommended).

MortenMacFly:

--- Quote from: jens on September 15, 2010, 11:48:23 am ---If I see correctly, the lexers have moved to another directory, so running ./bootstrap (and ./configure is recommended).

--- End quote ---
True. you definitely need a clean new run.

BTW: The scintilla repo has had several major changes. One of it was the re-organisation of the folder structure. One of the advantages of the new scintilla is (btw) that it "understands" #define's now natively. That means, if you set a #define in the code, the appropriate sections are coloured. If you unset the #define they are b&w... not bad. I wonder if we can use this for CC...

killerbot:
after doing a new ./bootstrap en ./configure round , still no luck

--- Code: ---Making all in wxscintilla
make[3]: Entering directory `/home/ldco/CodeBlocks/trunk/src/sdk/wxscintilla'
make[3]: *** No rule to make target `src/scintilla/src/LexAPDL.cxx', needed by `LexAPDL.lo'.  Stop.

--- End code ---

???

MortenMacFly:

--- Quote from: killerbot on September 15, 2010, 03:11:05 pm ---
--- Code: ---make[3]: *** No rule to make target `src/scintilla/src/LexAPDL.cxx', needed by `LexAPDL.lo'.  Stop.
--- End code ---

--- End quote ---
Huh? If I look at:
http://svn.berlios.de/wsvn/codeblocks/trunk/src/sdk/wxscintilla/Makefile.am
then there is no src/scintilla/src/LexAPDL.cxx, but only src/scintilla/lexers/LexAPDL.cxx (the way/path it should be). Are you sure you did a full clean and there are no old Makefile.am's or Makefile's around?!

Can you compare this Makefile.am with yours? Can you verify that the generated Makefile is recent (dated today) after configure?

Navigation

[0] Message Index

[#] Next page

Go to full version