News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

I keep getting 4 errors when I try to compile WxWidgets for the first time. Help

Started by manturtle123, November 12, 2012, 12:35:24 AM

Previous topic - Next topic

manturtle123

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

stahta01

Read this link 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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

manturtle123

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?

oBFusCATed

Quote from: stahta01 on November 12, 2012, 12:57:01 AM
Read this link 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]