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
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
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.