User forums > Using Code::Blocks
Errors with code::blocks+wxWidgets
wild_wolf:
Code::blocks (svn 9744 )+wxWidgets 3.0
I created a new wxWidgets project by the wizard. Compiled it with no modify.But i got this error:
"
D:\wxWidgets3\lib\gcc_lib\libwxmsw30u.a(monolib_window.o):window.cpp|| undefined reference to `_time32'|
"
What can i do? >:( >:( >:(
I just want to use code::blocks+wxWidgets Instead of vc.
My desktop system is win8.1 x64.
Jenna:
That's an example for a post with nearly no information.
Please write what you want to do, what you have tried and when the error occurs (exact steps to reproduce).
thor36:
I am currently facing nearly the same problem.
I am using CodeBlocks 13.12 with default settings on Win7 x64 ( on laptop & desktop ). I installed wxWidgets 3.0 by help of wxPack 3.0 . I have a test project that worked well on my desktop, and now I tried to run it on laptop with copying the linker settings.
I get the "build failed" with this error :
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.8.1\..\..\..\libwxmsw30u.a(monolib_strconv.o):strconv.cpp
undefined reference to ' _time32 '
BlueHazzard:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
thor36:
--- Quote from: BlueHazzard on May 02, 2014, 10:58:15 am ---http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
--- End quote ---
BlueHazzard , by your reply, are you trying to tell us to solve the problem using these instructions, or that our compilation problem report is not well structured for getting further help ?
I wrote the question here because I failed to find the issue myself ( I am a beginner ). I had luck before with solving this kind of errors if they referred to a function ( it was sometimes obvious to me which library was missing ). But this time I have no clue what is going on. Any help will be much appreciated. Thank you.
Navigation
[0] Message Index
[#] Next page
Go to full version