8 May
2005
8 May
'05
2:42 p.m.
On Thu, 2005-05-05 at 15:22 -0400, Roger Oliver Clark wrote:
In file included from /usr/include/unistd.h:18, from mycrypt.c:6: /usr/include/sys/feature_tests.h:336:2: #error "Compiler or options
invalid; UNIX 03 and POSIX.1-2001 applications require the use
of c99" make[3]: *** [mycrypt.o] Error 1
Is your Solaris 10 a "final" release or some pre-release? I heard this problem was fixed in a final release. If not, I suppose I'm going to add this back at the beginning of mycrypt.c:
#define _XPG6 /* for Solaris 10 to avoid #error in feature_tests.h */