I've having issues compiling the "wxSmith - Contrib Items" project after the merge:
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.
Quote from: ironhead on February 22, 2012, 05:26:12 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?
Quote from: MortenMacFly on February 22, 2012, 05:30:26 PM
Quote from: ironhead on February 22, 2012, 05:26:12 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).
Quote from: MortenMacFly on February 22, 2012, 05:36:08 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!