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:
-------------- 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