Building a wxWidgets program in Code::Blocks
问题 I'm trying to build this wxWidgets sample program using Code::Blocks 12.11 but the build fails no matter what I try. For example, the build log shows the following (the project is under X:\programming\c++\HelloWxWidgets): mingw32-g++.exe -Wall -fexceptions -g -D_ GNUWIN32 _ -D_ WXMSW _ -DwxUSE_UNICODE -D_ WXDEBUG _ -IC:\libraries\wxWidgets-2.8.12.01\include -IC:\libraries\wxWidgets-2.8.12.01\contrib\include -IC:\libraries\wxWidgets-2.8.12.01\lib\gcc_lib\mswud -c X:\programming\c++