! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce-mcs-plugins does not compile under solaris in debug mode with sunstudio
Status:
RESOLVED: FIXED
Product:
Xfce-mcs
Component:
Plugins

Comments

Description William Bonnet 2007-02-17 19:09:18 CET
User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.8.1) Gecko/20061228 Firefox/2.0
Build Identifier: 

When the --enable-debug flag is passed to configure then compilation fails
since compilers options generated by configure are gcc options not sun CC



Reproducible: Always

Steps to Reproduce:
1. configure --enable-debug

Actual Results:  
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DPACKAGE_LOCALE_DIR=\"/opt/csw/share/locale\" -I/export/home/william/community/blastwave/build.5.10-sparc/opt/csw/include -I/opt/csw/include -I/export/home/william/community/blastwave/build.5.10-sparc/opt/csw/include/xfce4 -I/usr/openwin/include -I/usr/openwin/include -I/opt/csw/include/xfce4 -I/opt/csw/include/gtk-2.0 -I/opt/csw/lib/gtk-2.0/include -I/opt/csw/include/pango-1.0 -I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/cairo -I/opt/csw/include/atk-1.0 -I/opt/csw/include/xfce4 -I/usr/openwin/include -I/opt/csw/include/gtk-2.0 -I/opt/csw/lib/gtk-2.0/include -I/opt/csw/include/pango-1.0 -I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/cairo -I/opt/csw/include/atk-1.0 -fno-strict-aliasing -Werror -Wall -xO3 -xarch=v8 -xspace -xildoff -I/export/home/william/community/blastwave/build.5.10-sparc/opt/csw/include -I/opt/csw/include -xlibmil -errtags=yes -erroff=E_EMPTY_DECLARATION -DXFCE_DISABLE_DEPRECATED -c fm_plugin.c  -KPIC -DPIC -o .libs/fm_plugin_la-fm_plugin.o
cc: Warning: illegal option -fno-strict-aliasing
cc: illegal option -Werror



To compile with SunStudio 11, compiler option -Werror should be replaced by
-errwarn=%all
Comment 1 William Bonnet 2007-02-17 19:12:45 CET
Created attachment 1001 
This patch solve the problem with sunstudio cc

The patch add test for support of 

-Wall
-Werror
-errwarn=%all

Before -Wall -Werror were always added without testing support. The -errwarn option is the equivalent to -Werror for sun's compiler
Comment 2 Nick Schermer editbugs 2007-03-27 14:47:10 CEST
Fixed in rev. 25306. Thanks for the patch.

Bug #2919

Reported by:
William Bonnet
Reported on: 2007-02-17
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information