Author Topic: WxWidgets Compiling Errors  (Read 2847 times)

Offline kenv202

  • Single posting newcomer
  • *
  • Posts: 2
WxWidgets Compiling Errors
« on: November 21, 2012, 05:55:07 am »
Hi I was following a simple wxWidgets tutorials and when i tried to compile this is my build logs error:


-------------- Build: Release in gui3 ---------------

Precompiling header: wx_pch.h
Compiling: resource.rc
Compiling: gui3Main.cpp
Compiling: gui3App.cpp
Linking executable: bin\Release\gui3.exe
c:/program files (x86)/codeblocks/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lwxmsw28u
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 4 seconds)
1 errors, 0 warnings
« Last Edit: November 21, 2012, 06:04:27 am by kenv202 »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: WxWidgets Compiling Errors
« Reply #1 on: November 21, 2012, 07:00:21 am »
Read link
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef

Most likely cause is you never compiled the wxWidgets library.

I strongly suggest turning on full compiler logging.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

Tim S.  
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline kenv202

  • Single posting newcomer
  • *
  • Posts: 2
Re: WxWidgets Compiling Errors
« Reply #2 on: November 21, 2012, 03:23:54 pm »
problems resolved. than you

i just used wxpack