On Thu, Nov 06, 2003 at 07:00:49AM -0600, David Farning wrote: > > > > cc `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python2.2/ > > > > -I. -c -o pkglist.o pkglist.c > > > > In file included from gtkpkglist.h:24, > > > > from pkglist.override:7: > > > > rpackagelister.h:31:18: vector: No such file or directory > > > > rpackagelister.h:32:16: list: No such file or directory > > > > rpackagelister.h:33:15: map: No such file or directory > > > > rpackagelister.h:34:15: set: No such file or directory > For other newbies-- > Simply add CC = g++ to the top of the makefile given in the tutorials > lets you up widgets in c++. My widget seems to work fine. What about naming your sources as pkglist.C? This way it is recognized by make as C++ source ;)
Andreas _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
