Displaying 1 result from an estimated 1 matches for "line62".
Did you mean:
line2
2009 Aug 21
1
R compilation problem on 64 bit SunOS (PR#13898)
...../../src/R-2.9.1/src/unix/system.c -o system.o
In file included from /usr/include/locale.h:50,
from ../../../../src/R-2.9.1/src/unix/system.c:36:
/usr/include/libintl.h:62: error: expected identifier or '(' before 'unsigned'
The contents of /usr/include/libintl.h, line62:
extern char *ngettext(const char *, const char *, unsigned long int);
The same error happens to several other files (datetime.c, main.c, platform.c
util.c), all of which with the exception of the last one have not even changed
since 2.9.0. I compiled 2.9.0. in a parallel tree, copied the corresp...