OS Windows 7, 64: Compiling wxWidgets
Posted: Sun Aug 07, 2016 1:39 am
Hello,
I'm trying to compile (CodeLite version 9.2.0/tdm64-gcc-5.1.0-2) wxWidgets (wxMSW-3.0.2). Afterthere should be an gcc_dll folder, as stated here
But I find only an gcc_lib folder. I renamed that folder to gcc_dll. Compilation started, but linking wasn't successful. Is there a log file somewhere?
Many thanks and greetings
CodeLiteFriend
I'm trying to compile (CodeLite version 9.2.0/tdm64-gcc-5.1.0-2) wxWidgets (wxMSW-3.0.2). After
Code: Select all
mingw32-make -f makefile.gcc setup_h
Code: Select all
Next, open the file: \path\to\wxwidgets\lib\gcc_dll\mswu\wx\setup.h and ensure that wxUSE_GRAPHICS_CONTEXT is set to 1:
Many thanks and greetings
CodeLiteFriend