I trying to build C::B like it said in "build" text file. I opened CodeBlocks.cbp but C::B asked me to fill global variable "wx":
Warning
-------------
At least one global variable is used but not yet defined.
Please define it now...
What I have to define in this variable?
Thanks. I did but I got compiler messages:
C:\wxWidgets\include\wx\platform.h:190: wx/setup.h: No such file or directory
C:\wxWidgets\include\wx\chkconf.h:84: #error "wxUSE_DYNLIB_CLASS must be defined."
C:\wxWidgets\include\wx\chkconf.h:92: #error "wxUSE_EXCEPTIONS must be defined."
C:\wxWidgets\include\wx\chkconf.h:100: #error "wxUSE_FILESYSTEM must be defined."
C:\wxWidgets\include\wx\chkconf.h:113: #error "wxUSE_DYNAMIC_LOADER must be defined."
and so on...
PS: Last C::B sources from SVN, mingw 3.4.2 and wxWidgets 2.6.3