[Xfce-bugs] [Bug 338] New: xfce_gdk_spawn_make_environment_for_screen should not be #if 0'd
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun Sep 26 17:34:35 CEST 2004
http://bugzilla.xfce.org/show_bug.cgi?id=338
Summary: xfce_gdk_spawn_make_environment_for_screen should not be
#if 0'd
Product: Xfce
Version: 4.1 (CVS)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: general
AssignedTo: xfce-bugs at xfce.org
ReportedBy: a.c.li at ieee.org
When xfce_gdk_spawn_make_environment_for_screen (in
libxfcegui4/libxfcegui4/xfce-gdk-extensions.c) is #if 0'd (currently the case in
HEAD), xfcalendar fails to *link* for some obscure reason:
/software/x11_xfce/lib/libxfcegui4.so: undefined reference to
`xfce_gdk_spawn_make_environment_for_screen'
collect2: ld returned 1 exit status
make[2]: *** [xfcalendar] Error 1
make[2]: Leaving directory `/usr/local/archives/checkouts/xfce4/xfcalendar/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/archives/checkouts/xfce4/xfcalendar'
make: *** [all] Error 2
Changing the #if 0 to a #if 1 makes this strange link error disappear.
--
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