When I tried to compile fsv on a Debian sarge system, I
got:
make[2]: Entering directory `/usr/src/fsv-0.9/src'
gcc -DHAVE_CONFIG_H -I. -I. -I..
-DLOCALEDIR=\"/usr/local/share/locale\"
-DDOCDIR=\"/usr/local/share/fsv\" -I../lib
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -g
-O2 -c ogl.c
ogl.c: In function `ogl_draw':
ogl.c:208: parse error before `GtkGLArea'
ogl.c: In function `realize_cb':
ogl.c:254: parse error before `GtkGLArea'
make[2]: *** [ogl.o] Error 1
make[2]: Leaving directory `/usr/src/fsv-0.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/fsv-0.9'
make: *** [all-recursive-am] Error 2
which version of gtkgl is required. It looks like
there's a typing or protoype mismatch.
Harry (hjm@tacgi.com)
Logged In: YES
user_id=392382
On my Debian Unstable system, with gtkglarea5-dev version
1.2.3-2, there doesn't seem to be a problem.