Author Topic: Compilation error after merging of wxsmith branch  (Read 6823 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Compilation error after merging of wxsmith branch
« 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Compilation error after merging of wxsmith branch
« Reply #1 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?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Compilation error after merging of wxsmith branch
« Reply #2 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).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Compilation error after merging of wxsmith branch
« Reply #3 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!