! 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 does not compile under Solaris using Sun Studio 11
Status:
CLOSED: FIXED
Product:
Thunar-vfs
Component:
General

Comments

Description William Bonnet 2007-02-11 23:13:59 CET
User-Agent:       Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.8.1) Gecko/20061228 Firefox/2.0
Build Identifier: 

There are several compilation issues with the definition of thunar_vfs_path_ref. It seems that both inline function and macro are defined. SunCC uses the macro definition which cause syntax errors.

Two patch are attached to fix the problem

Reproducible: Always

Steps to Reproduce:
1. compile with SunStudio 11 / SunCC
Comment 1 William Bonnet 2007-02-11 23:16:19 CET
Created attachment 990 
Patch to fix the compilation issue with SunCC

The patch fixe the define issues with SunCC under Solaris. It defines the macro for thunar_vfs_path_ref, etc. Only the have not been defined as inline functions
Comment 2 Benedikt Meurer editbugs 2007-02-12 17:52:09 CET
Committed with revision 24956.

2007-02-12      Benedikt Meurer <benny@xfce.org>

        * thunar-vfs/thunar-vfs-path-private.h: Fix compilation with the
          Sun Studio 11 compiler based on patch from William Bonnet
          <william@wbonnet.net>. Bug #2899.

Bug #2899

Reported by:
William Bonnet
Reported on: 2007-02-11
Last modified on: 2010-11-07

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information