User forums > Using Code::Blocks
xsWidgets dosn't work with CodeBlocks_12.11_
Gerry4481:
i, it's possible that I make beginner's mistake. So my OS is Win7-32bit SP1 and I use codeblocks-12.11 mingw32-4.7.1 and I use wxWidgets-2.9.4( also I try wxMSW-2.8.12-Setup).
I have put Windows PATH environment variable Windows the follow path C:\Program Files\CodeBlocks\MinGW\bin.
So I compiled wxWigets with the following command : mingw32-make -f makefile.gcc SHARED=1 UNICODE=1 BUILD=release
and It works fine no Problems.
Next Step I start C:B and I use typical settings for a new Project.
I's equal what settings I use it's always the same error e.g.:
A matching Debug configuration cannot be found in the wxWidgets directory you specified. This means tthat Debug target of your projct will not build.
Are you sure you want to continue with these setting?
I try some options but I have no success.
Can somebody help me?
oBFusCATed:
--- Quote from: Gerry4481 on June 22, 2013, 11:35:57 am ---So I compiled wxWigets with the following command : mingw32-make -f makefile.gcc SHARED=1 UNICODE=1 BUILD=release
--- End quote ---
--- Quote from: Gerry4481 on June 22, 2013, 11:35:57 am ---A matching Debug configuration cannot be found in the wxWidgets directory you specified. This means that Debug target of your projct will not build.
--- End quote ---
See the difference... the debug target by default requires a debug build of wxWidgets.
You have two options:
1. build debug build of wxWidgets
2. change the debug target to use the release version of wxWidgets.
Gerry4481:
I use the help of this blog http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW
Gerry4481:
@oBFusCATed I don't understand your answer can you please explain much easy...because for me this all is new
Thanks for the help!
stahta01:
Read the info on this link
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef
Navigation
[0] Message Index
[#] Next page
Go to full version