! 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 !
thunar-vfs-1.1.0 won't compile on Solaris
Status:
RESOLVED: FIXED
Product:
Thunar-vfs
Component:
General

Comments

Description Peter Tribble 2010-11-04 23:51:44 CET
Compiling thunar-vfs-1.1.0 on Solaris fails with:

  CC     libthunar_vfs_1_la-exo-mount-point.lo
exo-mount-point.c:323:2: #error "Add support for your operating system here."
exo-mount-point.c:427:2: #error "Add support for your operating system here."

The relevant code ought to be picked up:

#elif defined(HAVE_GETMNTENT)

however, HAVE_GETMNTENT isn't defined.

The code works fine in exo-0.3.107, which does define HAVE_GETMNTENT.

It appears the check for getmntent is missing from configure.

(Manually adding the #define to config.h fixes the problem.)
Comment 1 Nick Schermer editbugs 2010-11-05 11:23:00 CET
Fixed in 4773e36. Maybe you can give it a shot with this patch: http://git.xfce.org/xfce/thunar-vfs/patch/?id=4773e36 and reopen if it doesn't work.

Bug #6774

Reported by:
Peter Tribble
Reported on: 2010-11-04
Last modified on: 2010-11-07

People

Assignee:
Jannis Pohlmann
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information