[Xfce-bugs] [Bug 2500] New: Compile warnings which block compilation if warnings are treated as errors

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Nov 5 09:23:44 CET 2006


Do not reply to this email.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2500

           Summary: Compile warnings which block compilation if warnings are
                    treated as errors
           Product: Xfce
           Version: 4.3.x (SVN trunk)
          Platform: PC (x86)
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: Medium
         Component: xfce-mcs-plugins
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: joaopedrosa at gmail.com


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.1)
Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)
Build Identifier: 

I was compiling a new Xfce from scratch, and I think I've found the following
issue:

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../plugins/gtk_common -I../..
-DLOCALEDIR=\"/opt/xfce-dev/share/locale\" -DDATADIR=\"/opt/xfce-dev/share\"
-I/opt/xfce-dev/include/xfce4 -I/usr/include/gtk- 2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/atk-1.0
-I/opt/xfce-dev/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0
/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/atk-1.0
-fno-strict-aliasing -Werror -Wall -g -O2 -g -Wall -DXFCE_DISABLE_DEPRECATED
-MT ui_plugin_la-ui_plugin.lo -MD -MP -MF .deps/ui_plugin_la-ui_plugin.Tpo -c
ui_plugin.c  -fPIC -DPIC -o .libs/ui_plugin_la-ui_plugin.o
cc1: warnings being treated as errors
ui_plugin.c: In function 'create_theme_dialog':
ui_plugin.c:702: warning: implicit declaration of function 'xfce_framebox_new'
ui_plugin.c:702: warning: assignment makes pointer from integer without a cast
ui_plugin.c:710: warning: implicit declaration of function 'xfce_framebox_add'
ui_plugin.c:710: warning: implicit declaration of function
'xfce_framebox_get_type'
ui_plugin.c:726: warning: assignment makes pointer from integer without a cast
ui_plugin.c:754: warning: assignment makes pointer from integer without a cast
ui_plugin.c:763: warning: assignment makes pointer from integer without a cast
ui_plugin.c:778: warning: assignment makes pointer from integer without a cast
ui_plugin.c:790: warning: assignment makes pointer from integer without a cast
make[3]: ** [ui_plugin_la-ui_plugin.lo] Erro 1
make[3]: Saindo do diretório
`/home/dewd/t_/test_downloads/xfce/xfce-mcs-plugins/plugins/ui_plugin'
make[2]: ** [all-recursive] Erro 1
make[2]: Saindo do diretório
`/home/dewd/t_/test_downloads/xfce/xfce-mcs-plugins/plugins'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório
`/home/dewd/t_/test_downloads/xfce/xfce-mcs-plugins'
make: ** [all] Erro 2
Error while processing module xfce-mcs-plugins
Error: while running command make

Reproducible: Always


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list