GNOME Bugzilla – Bug 501590
Gossip doesn't build if loudmouth isn't compiled with debug symbols
Last modified: 2008-02-28 01:53:59 UTC
gossip-0.28 and svn head don't compile if loudmouth wasn't compiled with --enable-debug. This is because there is no way (besides doing it by hand) to set the LM_NO_DEBUG variable to compile gossip. This is a problem for us at gentoo (see https://bugs.gentoo.org/show_bug.cgi?id=196218) Will attach a patch shortly.
Created attachment 100198 [details] [review] configure-lmnodebug.patch This patch offers a configure time option to set LM_NO_DEBUG. It allows us to check for consistency in configure options. Thanks for considering.
Thanks for the patch! The fix for this is not to change Gossip. I have sent a patch to Micke to fix Loudmouth. I will attach the patch here and then close the bug.
Created attachment 101723 [details] [review] Fixes the bug in Loudmouth
Micke, just CC'ing you for comments if you have any and for access to this patch from a central location. This is the same patch I emailed you recently. Closing bug.
that still leaves no way to set LM_NO_DEBUG in gossip other than by hand right ?
Committed this for the 1.3.4 milestone in Loudmouth.