News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compilation error after merging of wxsmith branch

Started by ironhead, February 22, 2012, 05:26:12 PM

Previous topic - Next topic

ironhead

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.

MortenMacFly

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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

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).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ironhead

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!