Thanks. I am using c++ so I must use protptypes. I use -Wall also.
The example for multi-threaded apps in the documentation is from 1999 and
the build instructions are out of date. Here is what I am doing for a 64 bit
system, which seems to work. Please let me know if there is a problem here.
g++ -O -Wall -o gtk-test \
gtk-test.cpp gtk-funcs.cpp \
$(pkg-config --cflags gtk+-2.0) \
$(pkg-config --libs gtk+-2.0) \
$(pkg-config --libs gthread-2.0)
--
View this message in context:
http://www.nabble.com/using-literal-zero-for-NULL-t1316047.html#a3511464
Sent from the Gtk+ - Dev - General forum at Nabble.com.
_______________________________________________
gtk-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-devel-list