gtk-- problem: undefined reference to something that should exist



	I've run into a problem with gtk-- version 0.8.5, gtk 1.0 (from a
debian package)



g++ vend.cpp -o vend `gtk-config --libs` `gtk-config --cflags` -lgtkmm -g
/tmp/cca060691.o: In function `Signal_proxy0<void,Gtk_Widget>::operator()(void)':
/usr/local/include/gtk--sigproxy.h:90: undefined reference to 
`VendMain::VendMain(int)'
collect2: ld returned 1 exit status
make: *** [vend] Error 1

	VendMain is called with no arguments and there isn't a constuctor
with the sig of VendMain::VendMain(int).  What could be wrong?
	More info if you need it.
	thanks,
			myers 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]