[Openpvr-devel] (no subject)
Brought to you by:
brian_j_murrell,
jfunk
From: Steve H. <she...@om...> - 2002-04-15 19:13:17
|
I was trying to compile the source and received the following errors. what am I missing: gcc -g -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-xml -Wall -g -lxml -lz -lglib -ldb-3.3 schedule.c -o schedule schedule.c: In function `compareEpisodes': schedule.c:198: warning: value computed is not used schedule.c: In function `comparePrograms': schedule.c:247: warning: value computed is not used schedule.c: In function `compareWanteds': schedule.c:338: warning: value computed is not used schedule.c: In function `compareShowings': schedule.c:546: warning: value computed is not used schedule.c: In function `main': schedule.c:1313: parse error before `*' schedule.c:1326: `prev_showing' undeclared (first use in this function) schedule.c:1326: (Each undeclared identifier is reported only once schedule.c:1326: for each function it appears in.) schedule.c:1329: `at_command' undeclared (first use in this function) schedule.c:1330: `seendb_command' undeclared (first use in this function) make: *** [schedule] Error 1 |