GnuTLS 2.7.6
Roman Bogorodskiy
novel at FreeBSD.org
Sun Mar 1 17:17:40 CET 2009
Simon Josefsson wrote:
> The GnuTLS 2.7.x branch is NOT what you want for your stable system. It
> is intended for developers and experienced users.
This version won't build if no previous version on gnutls present on the
system, because it needs gnutls/gnutls.h header file, but don't pass
correct include path to it (at least when building without guile
support).
Making all in x509
restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && if (/bin/sh /work/a/ports/security/gnutls-devel/work/gnutls-2.7.6/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then for f in ./gnutls.info ./gnutls.info-[0-9] ./gnutls.info-[0-9][0-9] ./gnutls.i[0-9] ./gnutls.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if /bin/sh /work/a/ports/security/gnutls-devel/work/gnutls-2.7.6/build-aux/missing --run makeinfo -I ../doc -I . -o ./gnutls.info ./gnutls.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././gnutls.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -fPIC -O2 -pipe -fno-strict-aliasing -MT errcodes.o -MD -MP -MF .deps/errcodes.Tpo -c -o errcodes.o errcodes.c
errcodes.c:28:27: error: gnutls/gnutls.h: No such file or directory
errcodes.c: In function 'main':
errcodes.c:59: warning: implicit declaration of function 'gnutls_strerror_name'
errcodes.c:59: warning: assignment makes pointer from integer without a cast
errcodes.c:73: warning: implicit declaration of function 'gnutls_strerror'
errcodes.c:73: warning: assignment makes pointer from integer without a cast
*** Error code 1
Stop in /work/a/ports/security/gnutls-devel/work/gnutls-2.7.6/doc.
*** Error code 1
Roman Bogorodskiy
More information about the Gnutls-devel
mailing list