gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] building gnutls-1.0.8 on Solaris 8: failure


From: Dimitri Papadopoulos-Orfanos
Subject: [gnutls-dev] building gnutls-1.0.8 on Solaris 8: failure
Date: Mon, 15 Mar 2004 15:21:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.6) Gecko/20040113

Hi,

GnuTLS 1.0.8 fails to build on my Solaris 8 machine. The reason is that the OpenCDK header inclusion path is missing:

/bin/bash ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libextra -Iminitasn1/ -I../includes -I/usr/local/libgcrypt/include -I/usr/local/libgpg-error/include -O -D_REENTRANT -D_THREAD_SAFE -I/usr/local/libgcrypt/include -I/usr/local/libgpg-error/include -c -o gnutls_handshake.lo `test -f 'gnutls_handshake.c' || echo './'`gnutls_handshake.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libextra -Iminitasn1/ -I../includes -I/usr/local/libgcrypt/include -I/usr/local/libgpg-error/include -O -D_REENTRANT -D_THREAD_SAFE -I/usr/local/libgcrypt/include -I/usr/local/libgpg-error/include -c gnutls_handshake.c -KPIC -DPIC -o .libs/gnutls_handshake.o "../libextra/openpgp/openpgp.h", line 12: cannot find include file: <opencdk.h> "../libextra/openpgp/openpgp.h", line 15: syntax error before or at: cdk_kbnode_t "../libextra/openpgp/openpgp.h", line 15: cannot recover from previous errors
cc: acomp failed for gnutls_handshake.c

It's missing a -I/usr/local/opencdk/include. On my system:
        $ opencdk-config --cflags
-I/usr/local/libgcrypt/include -I/usr/local/libgpg-error/include -I/usr/local/opencdk/include
        $
I know this is a peculiar and unusual installation, but still, that should probably be fixed.

There are also warnings I'll report in another mail.

Regards,
--
Dimitri Papadopoulos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]