! 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 !
Build failure on NetBSD
Status:
RESOLVED: FIXED

Comments

Description Martti Kuparinen 2007-12-04 11:53:53 CET
I can't build exo 0.3.4 on NetBSD 4.x. The problem seems to be that I have both these in config.h after configuration:

#define HAVE_GETFSSTAT 1
#define HAVE_GETVFSSTAT 1

If I "#undef HAVE_GETFSSTAT" in the beginning of exo-mount-point.c the code compiles fine. So my initial proposal is to reverse "#elif defined(HAVE_GETFSSTAT)" and "#elif defined(HAVE_GETVFSSTAT)" code fragments to give higher priority to HAVE_GETVFSSTAT.

Do you want me to submit a patch or is that information enough?
Comment 1 Benedikt Meurer editbugs 2007-12-04 12:13:13 CET
Please submit a patch.
Comment 2 Martti Kuparinen 2007-12-04 12:23:15 CET
Created attachment 1457 
Reorder HAVE_GETVFSSTAT and HAVE_GETVFSSTAT

Reorder HAVE_GETVFSSTAT and HAVE_GETVFSSTAT to give HAVE_GETVFSSTAT higher priority, and to make this compile in NetBSD 4.x.
Comment 3 Nick Schermer editbugs 2009-08-20 17:39:52 CEST
Fixed in 228e8f70760538235172d576ed17140c453c2983.

Bug #3718

Reported by:
Martti Kuparinen
Reported on: 2007-12-04
Last modified on: 2009-10-09

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information