User forums > Using Code::Blocks
Compile a hello world project
Jenna:
--- Quote from: cotede2 on April 25, 2010, 09:32:20 am ---thank you but I really cannot find the debug and release version !
When I download the wxAll from here
http://www.wxwidgets.org/downloads/
I don't have any debug nor release folder into the archive so when I create a new project I cannot specify Debug nor Release...
I am so lost.
--- End quote ---
--- Quote from: jens on April 24, 2010, 02:20:27 pm ---It looks like you are missing wxWidgets.
You have to download the sources and build it yourself or use the devpak-version.
How to install wxWdgets and set up C::B for use with it see this wiki-article: http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef
--- End quote ---
Please read the link I posted and follow the instructions, or nobody can help you.
And also read carefully what the wxWidgets-team writes on their download-page: the listpoint Source Archives (where you find the windows-installer) means that they provide source archives and not prebuild binaries for windows !
cotede2:
I followed the tutorial on your link with the compilation or all sources :
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1
It ends and when I create a new code blocks project, I still cannot make work the debug or release option while I had written down the right path to the wx widget path.
It says " a matching release configuration cannot be found ..."
Do you have any idea why?
Jenna:
Please check if your global variable ($(#wx)) is set correctly : http://wiki.codeblocks.org/index.php?title=Global_compiler_variables
cotede2:
Yes and I did not use the variable but I wrote down directly the path C:\wxWidgets.
I still have the same issues :(
http://yfrog.com/5n55001653j
http://yfrog.com/5dll2mj
stahta01:
I suggest compiling wxWidgets with Debug build option if you wish to use the debug version of wxWidgets!
http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef#BUILD
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version