[gnutls-help] Compiling gnutls on solaris
Nikos Mavrogiannopoulos
nmav at gnutls.org
Sat Sep 27 09:04:43 CEST 2014
On Fri, 2014-09-26 at 14:12 -0700, Mat Troi wrote:
> Thanks. I am compiling with gcc . I used your other solution disable
> asm with --disable-hardware-acceleration. Now I have this error:
> "/root/gnutls-3.2.18/src/gl/./parse-datetime.y", line 289: fatal:
> invalid escape, or illegal reserved word: pure
> *** Error code 1
> The following command caused the error:
> echo " GEN "
> parse-datetime.c;/bin/sh ../../build-aux/ylwrap ./parse-datetime.y \
> y.tab.c parse-datetime.c \
> y.tab.h parse-datetime.h \
> y.output parse-datetime.output \
> -- /usr/bin/yacc && \
> mv parse-datetime.c parse-datetime.c-t && \
> mv parse-datetime.c-t ./parse-datetime.c
> make: Fatal error: Command failed for target `parse-datetime.c'
> Current working directory /root/gnutls-3.2.18/src/gl
> *** Error code 1
For some reason your build decided to regenerated parse-datetime.c. That
shouldn't happen normally (e.g., if timestamps are ok). Nevertheless,
you may need a recent version of bison and re-run configure for that
file to be regenerated.
regards,
Nikos
More information about the Gnutls-help
mailing list