Building wxWidgets seems impossible. I followed all the steps from the documentation page http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef but when I try to compile, the whole command prompt window fills with errors and warnings, then stops, with the last line being mingw32-make.exe: *** [gcc_mswudll\wxregex_regcomp.o] Error 1 I suspect it's something to do with MinGW but I don't know.

link|improve this question

1  
I will suggest Visual Studio 2010 for building wxWidgets and then wxWidget applications. This way it will be easier for you to build (simply select project wx_vc9 from [wx folder]\build\msw and kick back) and VS2010 is a awesome IDE. – Vinayak Garg Jan 1 at 7:01
feedback

3 Answers

up vote 2 down vote accepted

May be try this guide, more official

http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW

link|improve this answer
1  
adding SHELL=CMD to command line helped me. – user1035174 Jan 10 at 7:07
feedback

you can get precompiled wxWidgets libs and tutorials (building wxWidgets with MinGW) on http://www.philasmicos.de/content/238-wxwidgets_unter_windows_kompilieren. All tutorials are german but with google translate, it should not be a problem.

link|improve this answer
feedback

Alternative is to use precompiled libraries. See wxPack.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.