News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Help compiling wxWidgets application.

Started by YellowShadow, December 24, 2007, 06:17:52 AM

Previous topic - Next topic

YellowShadow

I need some help compiling an wxWidget application. Everything is setup correctly. I have compiled both the debug version and release version of the latest wxWidgets and I'm using the latest Code::Blocks nightly build.

Here is the build log with the error:

Quote
-------------- Build: Debug in wxTest ---------------

Compiling: wxTest.cpp
In file included from C:/wxWidgets-2.8.7/include/wx/platform.h:279,
                 from C:/wxWidgets-2.8.7/include/wx/defs.h:21,
                 from C:/wxWidgets-2.8.7/include/wx/wx.h:15,
                 from C:\Users\Dro\Desktop\Test\wxTest\wxTest.cpp:1:
C:/wxWidgets-2.8.7/include/wx/chkconf.h:1817:9: #error "wxClipboard requires wxDataObject"
Process terminated with status 1 (0 minutes, 3 seconds)
1 errors, 0 warnings

If anyone can help me that would be great :)

- Dro Sarhadian

TDragon

Quote from: YellowShadow on December 24, 2007, 06:17:52 AM
Everything is setup correctly.
Obviously not everything is set up correctly, or you wouldn't be having any problems. ;)

Try the wxWindowsQuickRef.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

YellowShadow

Quote from: TDragon on December 24, 2007, 06:40:58 AM
Quote from: YellowShadow on December 24, 2007, 06:17:52 AM
Everything is setup correctly.
Obviously not everything is set up correctly, or you wouldn't be having any problems. ;)

Try the wxWindowsQuickRef.

Thanks! That seemed to fix everything :)