I am now using the include directive of: #include <wx/wx.h>
The Search Directory is to wxWidgets-3.0.0/include.
I am getting multiple errors, among them:
Line Message
88 error: #error "wxUSE_ANY must be defined, please read comment near the top of this file."
96 error: #error "wxUSE_COMPILER_TLS must be defined, please read comment near the top of this file."
248 error: 'wcsncpy' was not declared in this scope
Don't know whether this is your problem or not, but I had trouble compiling the wxWidget-3.0.0 samples in Code::Blocks 12.11. The following worked for me.
From docs/gtk/install.txt:
Now create your super-application myfoo.cpp and compile anywhere with
I think I have the make package because the make and make install commands work on the FLTK library (I would rather use wxWidgets).
According to the Terminal, There is no makefile in wxWidgets.
The Terminal also complains that I do not have certain packages installed, which I can install on my own, but running the Terminal also complains that it cannot find GTK+. I have a GTK+-3.8.0 folder in the wxWidgets folder, but the configure file cannot find it.
The main problem I am having, then, is getting the configure application to detect GTK+.
If there is a newer version of libgtk-dev, should I install that?
I will install libgtk2.0-dev anyway, but if there are features in 3.8.0 that are not in 2.0 that will make wxWidgets better, I would prefer to install the development files for GTK+3.8.0 (but if wxWidgets only works with 2.0, I will use that).
I cannot answer your question because I am not that familiar with anything you have mentioned in your question. (I have not even heard of KDE until now.)
I will mark this post as solved as soon as I install the package.