Petru Dimitriu
Petru Dimitriu

Reputation: 375

Building wxWidgets on Windows with MinGW

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.

Upvotes: 4

Views: 4672

Answers (4)

nopik
nopik

Reputation: 1

MinGW now uses MSys - add MinGW\msys\1.0\bin to your path. Why not to add symlinks into MinnGW bin folder is a big mystery...

Upvotes: 0

fat
fat

Reputation: 7103

Alternative is to use precompiled libraries. See wxPack.

Upvotes: 1

Diaa Sami
Diaa Sami

Reputation: 3307

May be try this guide, more official

http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW

Upvotes: 4

paul12
paul12

Reputation: 1

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.

Upvotes: 0

Related Questions