From: Jonathan B. <jbr...@ea...> - 2004-05-10 12:53:02
|
Can you please compile and run the attached program? It opens a single window within which you can click. Click within the window with various mouse buttons and observe whether or not you see messages printed to standard output when you do. Compile this with "g++ -o bsdtest bsdtest.cpp `pkg-config --cflags --libs gtk+` -lGL -lGLU -lgtkgl" and run it with no arguments. Thanks, -Jonathan Brandmeyer |