So I've tried on both MacOS X and Linux to build the desktop, failing both times. The compilation lines are identical to those used in the samples/minimal example, but don't work.
Here's the failure on RH Linux 7.3 (using gcc 2.96) and wxWindows 2.2.9 (the latest stable version), with the wxGTK and wxGTK-devel rpms installed: % make c++ -g -O2 `wx-config --cflags` -c -o checkbox_message_dialog.o checkbox_message_dialog.cpp checkbox_message_dialog.cpp:80:53: wx/artprov.h: No such file or directory make: *** [checkbox_message_dialog.o] Error 1 % Here's the failure on the MacOS X 10.2.2 system (using gcc 3.1) and wxMac (which is version 2.3.3 -- there is no 'stable' version for the Mac): % make c++ -c `wx-config --cxxflags` -o checkbox_message_dialog.o checkbox_message_dialog.cpp checkbox_message_dialog.h:60: storage size of `_ZTI23checkbox_message_dialog' isn't known make: *** [checkbox_message_dialog.o] Error 1 % Finally, here's the trace on the Mac with the samples/minimal example: % make -f makefile.unx c++ -c `wx-config --cxxflags` -o minimal.o minimal.cpp c++ -o minimal minimal.o `wx-config --libs` % And it seems to work when I run it. Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
