[Xfce-bugs] [Bug 6897] New: Can not build libxfce4util under OpenSolaris
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Nov 30 00:39:20 CET 2010
http://bugzilla.xfce.org/show_bug.cgi?id=6897
Summary: Can not build libxfce4util under OpenSolaris
Classification: Xfce
Product: Libxfce4util
Version: 4.6.2
Platform: PC (x86)
OS/Version: Solaris
Status: NEW
Severity: blocker
Priority: Medium
Component: General
AssignedTo: xfce-bugs at xfce.org
ReportedBy: saristov at mail.ru
QAContact: nick at xfce.org
libxfce4util can not be build under OpenSolaris (build 134) in the default
mode.
The reason for this is because xfce-miscutils.c includes varargs.h as a result
of configure which sets HAVE_VARARGS_H to true.
On solaris platform, varargs.h defines va_start macro as resiving one
parameter, and compilation stops at line 211.
Can be very easily fixed by including stdarg.h instead of varargs.h, and the
file already has support for it, all that is need is to add this to configure
in order to produce correct config.h.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list