When I try to install R-0.64.0 on my SUN (> uname -aSunOS ac6 5.7 Generic sun4u sparc SUNW,Ultra-5_10 ) I get after "./configure --disable-readline" and "gmake" the following errors: gcc -O2 -I../include -I../../src/include -c saveload.c -o saveload.o In file included from /usr/include/sys/tiuser.h:18, from /usr/include/tiuser.h:17, from /usr/include/rpc/rpc.h:22, from saveload.c:269: /usr/include/sys/tpicommon.h:155: parse error before `t_uscalar_t' /usr/include/sys/tpicommon.h:155: warning: no semicolon at end of struct or union /usr/include/sys/tpicommon.h:156: warning: data definition has no type or storage class /usr/include/sys/tpicommon.h:157: parse error before `len' /usr/include/sys/tpicommon.h:157: warning: data definition has no type or storage class In file included from /usr/include/tiuser.h:17, from /usr/include/rpc/rpc.h:22, from saveload.c:269: /usr/include/sys/tiuser.h:50: parse error before `t_scalar_t' /usr/include/sys/tiuser.h:50: warning: no semicolon at end of struct or union /usr/include/sys/tiuser.h:51: warning: data definition has no type or storage class and this goes on for a little while. The "guilty" part of /usr/include/sys/tpicommon.h looks like this: /* * The opthdr types are now t_uscalar_t - inspired by XTI */ #if !defined(_XPG4_2) || defined(__EXTENSIONS__) struct opthdr { t_uscalar_t level; /* protocol level affected */ t_uscalar_t name; /* option to modify */ t_uscalar_t len; /* length of option value */ }; Is there anything I can do to get around this? Ron ---------------------+-------------------------------------------------- Ron Wehrens | " In a purely metaphorical sense, I am a turnip " Analytical Chemistry | (W.A. Quayle) Catholic University | Email: rwehrens at sci.kun.nl Toernooiveld 1 | http://www-cac.sci.kun.nl/cac/rwehrens 6525 ED Nijmegen | Tel: +31 24 365 2053 The Netherlands | Fax: +31 24 365 2653 ---------------------+-------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._