User forums > Using Code::Blocks
Code::Block and wxWidges 3.0.0
art1221:
I have built wxWidges with this command; There were no errors.
mingw32-make.exe -f makefile.gcc MONOLITHIC=1 SHARED=0 UNICODE=1 BUILD=release
When I try to create a wx project, i get this error:
A matching Release configuration cannot be found in the wxWidgets directory you specified. This means that Release target of your project will not build.
Mingw is 4.8.1 and built is for 64bit comp.
The files are there though.
C:\wxMSW-3.0.0\lib\gcc_lib\mswu exists ...
I have selected 2.9, as there is no option for 3.0.0. May that have confused the project wizard ?
oBFusCATed:
http://forums.codeblocks.org/index.php/topic,18460.0.html
art1221:
oBFusCATed, thanks for the link. I am now using the updated wizard and it does allow to select wxWidgets 3.0.x, but still I have the same problem....
A matching Release configuration cannot be found in the wxWidgets directory you specified. This means that Release target of your project will not build.
stahta01:
--- Quote from: art1221 on November 12, 2013, 11:48:32 pm ---
oBFusCATed, thanks for the link. I am now using the updated wizard and it does allow to select wxWidgets 3.0.x, but still I have the same problem....
--- End quote ---
Checkmark the check advanced options; what are the advanced options?
They MUST match a wxWidgets that you built to avoid the warning!
Tim S.
art1221:
stahta01, the option checked in the Advanced Options :
GUI mode application both for Target and Release.
If i try still to build a get crash and the message cc1plus.exe stopped working.
May be 64 bits and Mingw 4.8.1 and wxWidgets 3.0.0 is a bad combination and I should use a different compiler to build wxWidgets 3.0.0 ?
Navigation
[0] Message Index
[#] Next page
Go to full version