Menu

#3 Compilation error

v0.02
open
nobody
None
5
2012-12-05
2004-08-03
Marcel Levy
No

Package wouldn't compile. Here's the output from make:

bash-2.05b$ make
make all-recursive
make[1]: Entering directory
`/home/marcel/downloads/gnewsuck-0.02'
Making all in lib
make[2]: Entering directory
`/home/marcel/downloads/gnewsuck-0.02/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -Wall -pedantic
-I/usr/include -I/usr/include/w3c-libwww
-DHAVE_CONFIG_H -g -O2 -MT xmlparser.o -MD -MP -MF
".deps/xmlparser.Tpo" -c -o xmlparser.o xmlparser.c; \ then mv -f ".deps/xmlparser.Tpo" ".deps/xmlparser.Po";
else rm -f ".deps/xmlparser.Tpo"; exit 1; fi
xmlparser.c: In function `traverse_tree':
xmlparser.c:28: warning: pointer targets in passing arg
1 of `__builtin_puts' differ in signedness
xmlparser.c: In function `find_node':
xmlparser.c:51: warning: `return' with no value, in
function returning non-void
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -Wall -pedantic
-I/usr/include -I/usr/include/w3c-libwww
-DHAVE_CONFIG_H -g -O2 -MT lwcsimple.o -MD -MP -MF
".deps/lwcsimple.Tpo" -c -o lwcsimple.o lwcsimple.c; \ then mv -f ".deps/lwcsimple.Tpo" ".deps/lwcsimple.Po";
else rm -f ".deps/lwcsimple.Tpo"; exit 1; fi
In file included from lwcsimple.c:1:
../include/lwc/lwcsimple.h:9:32: w3c-libwww/wwwconf.h:
No such file or directory
lwcsimple.c: In function `lwc_get':
lwcsimple.c:24: warning: `string' might be used
uninitialized in this function
make[2]: *** [lwcsimple.o] Error 1
make[2]: Leaving directory
`/home/marcel/downloads/gnewsuck-0.02/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/marcel/downloads/gnewsuck-0.02'
make: *** [all] Error 2

Discussion


Log in to post a comment.