Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Error Compiling Code::Blocks SVN under Windows
ivan_ijh:
--- Quote from: MP2E on January 07, 2008, 05:18:29 am ---My Base path is: C:\wxMSW-2.8.7
Lib path is: C:\wxMSW-2.8.7\lib
Include path is: C:\wxMSW-2.8.7\include
And yes, libwxmsw28u.a exists.
--- End quote ---
Try to use whole path to libwxmsw28u.a in Project Bulid Options\Linker Settings tab\Link libraries list as :
C:\wxMSW-2.8.7\lib\gcc_lib\libwxmsw28u.a
instead of "wxmsw28$(WX_SUFFIX)"
And if its all ok then the problem is with "wx" global variable. But if you have the same problem again i cannot help. Good night now !
MP2E:
Wait a minute, actually that file doesn't exist! What can I do to get it?(sorry about misinforming you earlier, coulda sworn i saw it)
stahta01:
--- Quote from: MP2E on January 07, 2008, 05:40:39 am ---Wait a minute, actually that file doesn't exist! What can I do to get it?(sorry about misinforming you earlier, coulda sworn i saw it)
--- End quote ---
You need to compile wxWidgets to create the file named libwxmsw28u.a
See WiKi http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.8.6_to_develop_Code::Blocks_(MSW)
Tim S
Jenna:
--- Quote from: stahta01 on January 07, 2008, 08:00:04 am ---
--- Quote from: MP2E on January 07, 2008, 05:40:39 am ---Wait a minute, actually that file doesn't exist! What can I do to get it?(sorry about misinforming you earlier, coulda sworn i saw it)
--- End quote ---
You need to compile wxWidgets to create the file named libwxmsw28u.a
See WiKi http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.8.6_to_develop_Code::Blocks_(MSW)
Tim S
--- End quote ---
The last ")" is missing from link.
Correct link is : http://wiki.codeblocks.org/index.php?title=Compiling_wxWidgets_2.8.6_to_develop_Code::Blocks_(MSW).
stahta01:
Jens:
Thank you, for the correction of the link.
Tim S
Navigation
[0] Message Index
[*] Previous page
Go to full version