GNOME Bugzilla – Bug 562360
esound-0.2.41 fails to compile with debug enabled
Last modified: 2012-02-28 20:32:37 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc/esd\" -DSERVERDIR=\"/usr/bin\" -O2 -pipe -fno-strict-aliasing -Wall -c esd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc/esd\" -DSERVERDIR=\"/usr/bin\" -O2 -pipe -fno-strict-aliasing -Wall -c clients.c clients.c: In function 'get_new_clients': clients.c:175: error: 'addr' undeclared (first use in this function) clients.c:175: error: (Each undeclared identifier is reported only once clients.c:175: error: for each function it appears in.) make[2]: *** [clients.o] Error 1 I think you can see the removal of addr definition in gnome SVN commit over here (removal of line 148, but it's not added inside ESDBG_TRACE, so the problem only shows up when enabling debug): http://svn.gnome.org/viewvc/esound/trunk/clients.c?r1=495&r2=516 (This was ran into by the Gentoo folks: http://bugs.gentoo.org/show_bug.cgi?id=248821)
"esound" has not seen code changes for more than three years according to http://git.gnome.org/browse/esound/log/ , and it will not see further active development anymore according to its developers. Closing this report as WONTFIX - Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again.