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

builds broken

<< < (2/4) > >>

killerbot:
My Makefile.am is from this morning.
Snippet :

--- Code: ---libwxscintilla_la_SOURCES = src/PlatWX.cpp \
src/ScintillaWX.cpp \
src/wxscintilla.cpp \
src/scintilla/lexers/LexAPDL.cxx \

--- End code ---
So that part is ok.

But I keep getting that error ... ?????

Note : make clean also fails ...

EDIT : removed the Makefile, did a new ./configure --> make --> immed. same issue

MortenMacFly:

--- Quote from: killerbot on September 15, 2010, 03:51:47 pm ---But I keep getting that error ... ?????

--- End quote ---
Right... what about a clean new checkout in a new folder? :-)

I just tried under Linux - it works here!

killerbot:
was already at that stage, removed all files and did again svn update, seems to move forward now ...

MortenMacFly:

--- Quote from: killerbot on September 15, 2010, 04:12:42 pm ---was already at that stage, removed all files and did again svn update, seems to move forward now ...

--- End quote ---
Yepp - I noticed such behaviour, too. I think before doing an update that modifies something of the build system (line a Makefile.am) it's wise to make a make clean (dist clean) before the actual update. Thus all intermediate build files of the old version are truly removed.

If you did a configure after the svn update on a new config, then the Makefile's are not valid to do a clean as they have been changed and the references to old object / whats-o-ever-files are lost. This usually causes build errors like in your case. :-)

oBFusCATed:
probably make clean should be made more brutal: "find . -iname 'Makefile' | xargs -i {} rm -f {}" :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version