I've tried compiling wxWidgets-3.1.0 to use it with codeblocks
After cleaning using the line with the clean command, and delete all folder of C:\wxWidgets-3.1.0\build\msw\ I try to compile with the line
Code: Select all
mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1 USE_OPENGL=1 VENDOR=cb CXXFLAGS="-fno-keep-inline-dllexport -std=gnu++11"
Code: Select all
makefile.gcc:7722: recipe for target 'gcc_mswudll\monodll_app.o' failed
mingw32-make: *** [gcc_mswudll\monodll_app.o] Error 1
I try also with 2.8.12 version and get this error:
Code: Select all
akefile.gcc:4723: recipe for target 'gcc_mswuddll\monodll
ingw32-make: *** [gcc_mswuddll\monodll_appbase.o] Error 1
Code: Select all
makefile.gcc:8542: recipe for target 'gcc_mswuddll\basedll_appbase.o' failed
mingw32-make: *** [gcc_mswuddll\basedll_appbase.o] Error 1
I have added to the path the minGW path and the version I have is 4.9.3
Based en MinGW32
MINGWBASEDIR=C:\MinGW
gcc version 4.9.3 (GCC)
gcc version 4.9.3 (GCC)
GNU gdb (GDB) 7.6.1
GNU ld (GNU Binutils) 2.25.1
GNU windres (GNU Binutils) 2.25.1
GNU dlltool (GNU Binutils) 2.25.1
GNU Make 3.82.90
#define __MINGW32_VERSION 3022001L
* __W32API_VERSION = 1,000,000 * major + 1,000 * minor + patch
#define __W32API_VERSION 3018001L