Code::Blocks Forums

User forums => Help => Topic started by: manturtle123 on November 12, 2012, 12:35:24 am

Title: I keep getting 4 errors when I try to compile WxWidgets for the first time. Help
Post by: manturtle123 on November 12, 2012, 12:35:24 am
As the title states, I keep getting 4 errors. These errors are:
ld.exe||cannot find -lwxmsw29d_core|
ld.exe||cannot find -lwxbase29d|
ld.exe||cannot find -lwxpngd|
ld.exe||cannot find -lwxzlibd|
Please help me! I am just compiling the first default program that it provides.
Here is a screen shot ----> http://imgur.com/x38J0 (http://imgur.com/x38J0)
Title: Re: I keep getting 4 errors when I try to compile WxWidgets for the first time. Help
Post by: stahta01 on November 12, 2012, 12:57:01 am
Read this link http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef (http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef)

Then give more info.

Edit: starting list of newbie mistakes.
1. Failure to build wxWidgets
2. Not building the version of wxWidgets you are trying to use.

Edit2: wxmsw29d_core means version 2.9 debug multilib is not being found.

Tim S.
Title: Re: I keep getting 4 errors when I try to compile WxWidgets for the first time. Help
Post by: manturtle123 on November 12, 2012, 01:15:51 am
Okay, so I tried to re-run the set up wizard, and I think i found the problem. When i am on the last steps of creating it, it says
"A matching Debug configuration cannot be found in the WxWidgets directory described. This mean the project will not build."
I put the exact location of the WxWidgets folder i downloaded. Any tips?
Title: Re: I keep getting 4 errors when I try to compile WxWidgets for the first time. Help
Post by: oBFusCATed on November 12, 2012, 01:34:09 am
Read this link http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef (http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef)

Then give more info.

Edit: starting list of newbie mistakes.
1. Failure to build wxWidgets
2. Not building the version of wxWidgets you are trying to use.

Edit2: wxmsw29d_core means version 2.9 debug multilib is not being found.

Tim S.