Usually I try to build a Debug and Release version. I'm using CodeBlocks with a MinGW compiler (C++).
I first build the debug version and when I went to build the release version I got the below error.
Again, I deleted everything and built the Release version first and when I went to build the debug version I get the same, what I suppose is an error below. It just ends the process. Here's all the output in the command screen.
I tried this on wxWidgets 2.8 and 2.9... Same issue.
Code: Select all
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\wxWidgets\build\msw>mingw32-make -f makefile.gcc Unicode=1 Monolithic=1 Shared=0 Build=Debug
if not exist ..\..\lib\gcc_lib\mswud\wx mkdir ..\..\lib\gcc_lib\mswud\wx ///AFTER THIS IT JUST GOES BACK TO THE PROMPT?
C:\wxWidgets\build\msw>