GNOME Bugzilla – Bug 309083
won't build with GCC4 lots of difference in signedness errors
Last modified: 2005-07-27 17:09:23 UTC
Please describe the problem: temperary workaround is: Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-build/configure.in,v retrieving revision 1.70 diff -u -r1.70 configure.in --- configure.in 10 Jun 2005 12:32:02 -0000 1.70 +++ configure.in 26 Jun 2005 21:03:31 -0000 @@ -90,7 +90,7 @@ # Environment GNOME_COMMON_INIT if test x$MAINT = x; then - GNOME_COMPILE_WARNINGS(error) + dnl GNOME_COMPILE_WARNINGS(error) DEPRECATED_FLAGS="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED" else GNOME_COMPILE_WARNINGS(maximum) Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
*** Bug 300946 has been marked as a duplicate of this bug. ***
-Werror flag was given for reason and it only comes into picture when you compile if from cvs (as opposed to tarbarball/distro). It is to bug the developer to fix them. Anyway, the warnings should no longer be there now as I committed a patch that fixes them. Thanks.