Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ironhead on February 22, 2012, 05:26:12 pm

Title: Compilation error after merging of wxsmith branch
Post by: ironhead on February 22, 2012, 05:26:12 pm
I've having issues compiling the "wxSmith - Contrib Items" project after the merge:

Code
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxkwic
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxflatnotebook
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxchartctrl
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxcustombutton
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwximagepanel
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxspeedbutton
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxtreelist
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lwxled

executing a search in the src\ directory did not turn up dlls or import libraries for any of the libraries mentioned above.

Note: As per the svn log instructions, this attempt was made on a fresh checkout from svn.
Title: Re: Compilation error after merging of wxsmith branch
Post by: MortenMacFly on February 22, 2012, 05:30:26 pm
I've having issues compiling the "wxSmith - Contrib Items" project after the merge:
Did you compile in the right order, thus compile wxContribItems before wxSmithContribItems?
Title: Re: Compilation error after merging of wxsmith branch
Post by: MortenMacFly on February 22, 2012, 05:36:08 pm
I've having issues compiling the "wxSmith - Contrib Items" project after the merge:
Did you compile in the right order, thus compile wxContribItems before wxSmithContribItems?
Forget about it - I have forgotten to commit the two correct WS files - the are in SVN now (not yet in the debugger branch).
Title: Re: Compilation error after merging of wxsmith branch
Post by: ironhead on February 22, 2012, 06:36:46 pm
Forget about it - I have forgotten to commit the two correct WS files - the are in SVN now (not yet in the debugger branch).

Confirmed fixed on trunk, thank you!