Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-10-05 16:22:53

oswego97
Member
Registered: 2007-09-29
Posts: 3

exo compile issues on Solaris 10

I am trying to install exo on solaris 10 x86. 

I did a configure --with-gnu-ld=yes and it didn't come back with any errors.  When I did a make , i get the following below.




/usr/include/sys/mnttab.h:63: error: syntax error before '*' token
/usr/include/sys/mnttab.h:64: error: syntax error before '*' token
/usr/include/sys/mnttab.h:65: error: syntax error before '*' token
/usr/include/sys/mnttab.h:66: error: syntax error before '*' token
exo-mount-point.c: In function `exo_mount_point_list_match_active':
exo-mount-point.c:230: warning: assignment makes pointer from integer without a cast
make[3]: *** [libexo_0_3_la-exo-mount-point.lo] Error 1
make[3]: Leaving directory `/Desktop/xfce/xfce-4.4.1/src/exo-0.3.2/exo'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/Desktop/xfce/xfce-4.4.1/src/exo-0.3.2/exo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Desktop/xfce/xfce-4.4.1/src/exo-0.3.2'
make: *** [all] Error 2

Offline

#2 2007-10-26 07:18:51

corpi
Member
Registered: 2007-02-23
Posts: 3

Re: exo compile issues on Solaris 10

you must include this header:

#elif defined(HAVE_SYS_MNTTAB_H)
#  include <stdio.h> /* Solaris require this to define FILE */
#  include <sys/mnttab.h> /* Solaris */

This'll allow you too load the mmttab header

Offline

Board footer

Powered by FluxBB