On Wed, Oct 16, 2002, David McNab wrote: > gcc -g -O2 `wxgtk-config --cflags` -c -o checkbox_message_dialog.o > checkbox_message_dialog.cpp > /bin/sh: line 1: wxgtk-config: command not found
Well, the wxgtk-config command is quite important since it will include the necessary settings and also the location of the wxwindows header files. If it can't find that tool then you either have a broken installation or your PATH needs to be updated. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
