fails to build in ubuntu hardy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
High
|
Alexander Sack |
Bug Description
ntrack doesnt build oob for ubuntu hardy ... see the 010 packages from here:
+ https:/
fails with:
make[5]: Leaving directory `/build/
make[5]: Entering directory `/build/
/bin/bash ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -pedantic -I./../common/ -I./../glib/ -I/usr/
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -Werror -pedantic -I./../common/ -I./../glib/ -I/usr/
cc1: warnings being treated as errors
In file included from ntrack-
ntrack-gmarshal.h: In function '_ntrack_
ntrack-
ntrack-gmonitor.c: In function 'ntrack_
ntrack-
make[5]: *** [libntrack_
make[5]: Leaving directory `/build/
make[4]: *** [all-recursive] Error 1
Related branches
Changed in ntrack: | |
status: | Fix Committed → Fix Released |
a few things seem to be more picky in hardy ... first of all the
"track- gmarshal. h:97: warning: ISO C forbids conversion of object pointer to function pointer type"
error is something that we disabled by setting "-pedantic" to warnings using gcc macros. However, in hardy it seems that that error is not part of -pedantic; furthermore i couldn't find a proper gcc macro on first look that works with old gcc 4.2 in hardy. Most likely will have to disable -Werror for now. Lets see.
also I noticed that on hardy you cannot even run autogen.sh ... filed and fixed bug for that.