User forums > Using Code::Blocks

wxWidgets

(1/3) > >>

manutd:
How can one use the wxWidgets library with Code::Blocks? I have it built and I keep getting the error message "A matching configuration cannot be found in the wxWidgets directory you specified. (etc)" I have configured wxWidgets as --enable-optimise --enable-stl --enable-unicode --disable-threads --enable-static --disable-shared --enable-monolithic. How do I do this?

Biplab:
Those are warnings to tell you that the settings you are using are different from wx lib available in your system.

Are you using new wizard? If not, try it from the following post. Download Revision 5.

http://forums.codeblocks.org/index.php?topic=4768.0

Uncheck the option, Use wxWidgets DLL, in the wizard,



You'll still get the warning if you keep the Debug target selected as they don't exist in your system.

manutd:
It now says that it can't find a Release configuration. How did any of you do it?

Biplab:
Hi I have just posted a new release of the wxWidgets Project wizard. Download and then check. Earlier project wizard could generate false warning in some cases. Now that bug has been fixed.

http://forums.codeblocks.org/index.php?topic=4768.msg39066#msg39066

By the way in your case, the debug lib exists and thus the wizard is generating warning for release target. It's a warning which wizard throws to inform you that project will not compile successfully as that configuration does not exist in your system.

manutd:
The link to the file doesn't work for me. Any other links?

Navigation

[0] Message Index

[#] Next page

Go to full version