! 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 !
Can not build libxfce4util under OpenSolaris
Status:
RESOLVED: FIXED
Severity:
blocker
Product:
Libxfce4util
Component:
General

Comments

Description saristov 2010-11-30 00:39:19 CET
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.
Comment 1 Nick Schermer editbugs 2010-12-01 21:54:38 CET
Fixed in master in commit 5fca471.

Bug #6897

Reported by:
saristov
Reported on: 2010-11-30
Last modified on: 2010-12-01

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information