problem compiling ogle_gui-0.9.2
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Hi -- I just installed ogle-0.9.2 and all of its dependencies with no problems. But when I tried to compile ogle_gui-0.9.2, I got an error. I did './configure' with no options, then 'make'. Here is the output: make all-recursive make[1]: Entering directory `/usr/local/lib/ogle_gui-0.9.2' Making all in intl make[2]: Entering directory `/usr/local/lib/ogle_gui-0.9.2/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/lib/ogle_gui-0.9.2/intl' Making all in src make[2]: Entering directory `/usr/local/lib/ogle_gui-0.9.2/src' source='main.c' object='main.o' libtool=no \ depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DCONFIG_FILE=\"/usr/local/share/ogle/oglerc\" -DCONFIG_FILE_DTD=\"/usr/local/share/ogle/ogle_conf.dtd\" -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/ogle_gui\" -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/local/include/libxml2 -I/usr/include/gnome-xml -I/usr/X11R6/include -I/usr/lib/glib/include -g -O2 -Wall -c `test -f 'main.c' || echo './'`main.c source='callbacks.c' object='callbacks.o' libtool=no \ depfile='.deps/callbacks.Po' tmpdepfile='.deps/callbacks.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DCONFIG_FILE=\"/usr/local/share/ogle/oglerc\" -DCONFIG_FILE_DTD=\"/usr/local/share/ogle/ogle_conf.dtd\" -DPACKAGE_PIXMAPS_DIR=\"/usr/local/share/ogle_gui\" -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/local/include/libxml2 -I/usr/include/gnome-xml -I/usr/X11R6/include -I/usr/lib/glib/include -g -O2 -Wall -c `test -f 'callbacks.c' || echo './'`callbacks.c callbacks.c: In function `on_skip_backwards_button_clicked': callbacks.c:291: storage size of `curtime' isn't known callbacks.c:295: warning: implicit declaration of function `gettimeofday' callbacks.c:296: invalid use of undefined type `struct timeval' callbacks.c:297: `pg_timestamp' has an incomplete type callbacks.c:291: warning: unused variable `curtime' callbacks.c:293: warning: `diff' might be used uninitialized in this function callbacks.c: In function `on_skip_forwards_button_clicked': callbacks.c:366: storage size of `curtime' isn't known callbacks.c:369: `pg_timestamp' has an incomplete type callbacks.c:366: warning: unused variable `curtime' make[2]: *** [callbacks.o] Error 1 make[2]: Leaving directory `/usr/local/lib/ogle_gui-0.9.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/lib/ogle_gui-0.9.2' make: *** [all] Error 2 Should I provide the configure output or some other information? I'd appreciate a suggestion. Thanks. -- Bryan Medsker [email protected]