Mailing List Archive

opencdk build problem
Hopefully this is the right forum for OpenCDK problems... If not,
can someone point me in the right direction.

I'm trying to compile opencdk-0.5.1 on a Solaris 8 box. The goal is
to get opencdk-0.5.1 built, than gnutls-0.9.90 to ultimatly build
gaim-0.71 with SSL support. I have libgpg-error-0.5,
libgcrypt-1.1.43 and libtasn1-0.2.6 built and installed.

The configure goes okay but I run into errors right at the beginning
of the make sequence.

Any ideas?

<cgagnon@agena> make
make all-recursive
make[1]: Entering directory `/home/cgagnon/src/opencdk-0.5.1'
Making all in src
make[2]: Entering directory `/home/cgagnon/src/opencdk-0.5.1/src'
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT new-packet.lo -MD -MP -MF ".deps/new-packet.Tpo" \
-c -o new-packet.lo `test -f 'new-packet.c' || echo './'`new-packet.c; \
then mv ".deps/new-packet.Tpo" ".deps/new-packet.Plo"; \
else rm -f ".deps/new-packet.Tpo"; exit 1; \
fi
rm -f .libs/new-packet.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT new-packet.lo -MD -MP -MF .deps/new-packet.Tpo -c new-packet.c -fPIC -DPIC -o .libs/new-packet.lo
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
In file included from main.h:27,
from new-packet.c:30:
types.h:55: warning: `GCRY_MPI' is deprecated (declared at /usr/local/include/gcrypt.h:153)
types.h:55: redefinition of `gcry_mpi_t'
/usr/local/include/gcrypt.h:151: `gcry_mpi_t' previously declared here
types.h:56: warning: `GCRY_SEXP' is deprecated (declared at /usr/local/include/gcrypt.h:224)
types.h:56: redefinition of `gcry_sexp_t'
/usr/local/include/gcrypt.h:222: `gcry_sexp_t' previously declared here
In file included from main.h:28,
from new-packet.c:30:
context.h:40: warning: `GCRY_MPI' is deprecated (declared at /usr/local/include/gcrypt.h:153)
make[2]: *** [new-packet.lo] Error 1
make[2]: Leaving directory `/home/cgagnon/src/opencdk-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cgagnon/src/opencdk-0.5.1'
make: *** [all] Error 2

--
Charles Gagnon | My views are my views and they
http://unixrealm.com | do not represent those of anybody
charlesg at unixrealm.com | but me.

All of you are sick! All of you should be hospitalized!!
-- Shaul Yahalom of the Israeli parliament, responding
to members who suggest King David was gay
Re: opencdk build problem [ In reply to ]
On Thu, Oct 16, 2003 at 01:14:23PM -0400, Charles Gagnon wrote:

> Hopefully this is the right forum for OpenCDK problems... If not,
> can someone point me in the right direction.
You should use the gnutls-dev mailing list for opencdk problems.

> I'm trying to compile opencdk-0.5.1 on a Solaris 8 box. The goal is
> to get opencdk-0.5.1 built, than gnutls-0.9.90 to ultimatly build
> gaim-0.71 with SSL support. I have libgpg-error-0.5,
> libgcrypt-1.1.43 and libtasn1-0.2.6 built and installed.
gnutls-0.9.90 cannot work with opencdk 0.5.1. You should either wait
for opencdk-0.5.2 or compile gnutls without openpgp support.

> The configure goes okay but I run into errors right at the beginning
> of the make sequence.
That is because opencdk 0.5.1 needs to be ported to the new libgcrypt
API.


> --
> Charles Gagnon | My views are my views and they
> http://unixrealm.com | do not represent those of anybody
> charlesg at unixrealm.com | but me.

--
Nikos Mavroyanopoulos