! 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 !
xfdesktop build fails when configured with --disable-desktop-icons
Status:
RESOLVED: FIXED
Product:
Xfdesktop
Component:
General

Comments

Description Arjen Stolk 2006-03-10 20:29:07 CET
When building the xfdesktop SVN sources (rev. 20316) with the
--disable-desktop-icons option, the build fails with the following error:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../common -I../src
-I/usr/local/include/xfce4 -I/usr/X11R6/include -I/usr/include/cairo
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/pango-1.0
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-I/opt/gnome/include/atk-1.0 -DLOCALEDIR=\"/usr/local/share/locale\"
-DDATADIR=\"/usr/local/share\" -DBINDIR=\"/usr/local/bin\" -g -O2 -MT
backdrop_settings_la-behavior-settings.lo -MD -MP -MF
.deps/backdrop_settings_la-behavior-settings.Tpo -c behavior-settings.c  -fPIC
-DPIC -o .libs/backdrop_settings_la-behavior-settings.o
behavior-settings.c: In function 'set_di_option':
behavior-settings.c:129: error: 'desktop_icon_style' undeclared (first use in
this function)
behavior-settings.c:129: error: (Each undeclared identifier is reported only once
behavior-settings.c:129: error: for each function it appears in.)
make[2]: *** [backdrop_settings_la-behavior-settings.lo] Error 1
make[2]: Leaving directory `/home/astolk/svn/xfce-core/xfdesktop/settings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/astolk/svn/xfce-core/xfdesktop'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1. run autogen/configure script with --disable-desktop-icons
2. run make
3. 

Actual Results:  
(See above)

Expected Results:  
Well, it ought to compile, obviously

For what it's worth, my machine is running SuSE 10.0, the GTK+ version is 2.8.3.
Comment 1 Brian J. Tarricone (not reading bugmail) 2006-03-10 23:06:27 CET
Fixed, thanks.

Bug #1565

Reported by:
Arjen Stolk
Reported on: 2006-03-10
Last modified on: 2009-07-14

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Attachments

Additional information