I'm trying to get the default wxWidgets (wxGTK-2.8.

produces~/Public/wxGTK-2.8.8$ wx-config --cxxflags --libs
However, when I try to compile with default built options in platforms.h, I get an error at-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
-pthread -Wl,-Bsymbolic-functions -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
namely#include "wx/setup.h"
On the other hand, if I use the build options specified hereerror: <wx/setup.h> no such file or directory.
I.e. `wx-config --cppflags` (--libs)
I get an error in assert.h at
namely,#if defined __cplusplus && __GNUC_PREREQ (2,95)
Finally, if I copy setup.h from the include/wx/msw directory, I get/usr/include/assert.h|39|error: missing binary operator before token "("|
This doesn't make any sense to me because I *am* using wx-config in the Debug/Release compiler and linker build options.#error "No Target! You should use wx-config program for compilation flags!"|
What is going on?! I have been at this intermittently for weeks and I have no idea why it should be so hard. I'm also a Ubuntu newbie so that could be part of the problem.
Best,
Matt