Re: problem compiling ogle_gui-0.9.2
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Sat Nov 08 2003, [email protected] wrote: > 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: > > 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' > Should I provide the configure output or some other information? > I'd appreciate a suggestion. Thanks. This is because of #include <time.h> which should have been #include <sys/time.h> I have fixed this and put up a new tar.gz at: http://www.dtek.chalmers.se/~dvd/dist/ogle_gui-0.9.2-cvs.tar.gz What system/platform are you compiling on? /Björn