GNOME Bugzilla – Bug 93322
Configure/make scripts need fixing
Last modified: 2004-12-22 21:47:04 UTC
If monkey-media is configure with --prefix=/usr it dies on make with the following message. cc1: changing search order for system directory "/usr/include" cc1: as it has already been specified as a non-system directory This is a very common error and most packages are configured to ignore it, but monkey-media dies on this unimportant warning. The configure/make scripts need to be modified to ignore this error during make.
GENTOO. please reopen if it happens with sensible distros.
I'm pretty sure that this is a gcc 3.x issue and not just a gentoo one. I will try and find someone with 3.x on another disto to test on.
Created attachment 11123 [details] [review] This fixes the problem
The above patch removes -Werror from the build which fixes the problem - but may not be a good idea *shrug*
The problem is is the .m4 files in hack-macros i'm seeing if i can fix them cleanly
Created attachment 11384 [details] [review] Proposed fix to bug
The above patch fixes what is a fairly simple typo which was causing the problem. Should be tested to make sure then committed. Then this bug can be closed.
Created attachment 11386 [details] [review] patch2
The first patch didn't work This patch fixes the bug bug someone more profficient should check to see what the removed code was ment to actually do and maybe fix it instead of removing it.
Marking high and adding PATCH.
Oh, didn't notice it, but it's indeed the right fix. Thanks!