[gnutls-dev] Guile needs 1.8?

Simon Josefsson simon at josefsson.org
Thu Jun 14 11:11:32 CEST 2007


I just installed gnucash on my machine, which for some reason depends on
guile-1.6-dev, and that caused guile-1.8-dev that I had installed before
to be removed.  GnuTLS stopped building:

make[4]: Entering directory `/home/jas/src/gnutls/guile/src'
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I.  -D_REENTRANT -D_THREAD_SAFE -g -Wall -Wcast-align -W -Wpointer-arith -Wchar-subscripts -Wformat-security -Wno-format-y2k -Wmissing-braces -Winline -Wstrict-prototypes -Wno-unused-parameter -pipe -I/usr/local/include  -I/usr/local/include -Wno-strict-prototypes -I../../lgl -I../../lgl  -D_REENTRANT -D_THREAD_SAFE -Wno-pointer-sign -MT libguile_gnutls_v_0_la-core.lo -MD -MP -MF .deps/libguile_gnutls_v_0_la-core.Tpo -c -o libguile_gnutls_v_0_la-core.lo `test -f 'core.c' || echo './'`core.c
mkdir .libs
 gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I. -D_REENTRANT -D_THREAD_SAFE -g -Wall -Wcast-align -W -Wpointer-arith -Wchar-subscripts -Wformat-security -Wno-format-y2k -Wmissing-braces -Winline -Wstrict-prototypes -Wno-unused-parameter -pipe -I/usr/local/include -I/usr/local/include -Wno-strict-prototypes -I../../lgl -I../../lgl -D_REENTRANT -D_THREAD_SAFE -Wno-pointer-sign -MT libguile_gnutls_v_0_la-core.lo -MD -MP -MF .deps/libguile_gnutls_v_0_la-core.Tpo -c core.c  -fPIC -DPIC -o .libs/libguile_gnutls_v_0_la-core.o
In file included from core.c:27:
enums.h:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scm_t_bits'
enums.h:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'SCM'
enums.h: In function 'scm_to_gnutls_cipher':
enums.h:14: error: 'scm_tc16_gnutls_cipher_enum' undeclared (first use in this function)
enums.h:14: error: (Each undeclared identifier is reported only once
enums.h:14: error: for each function it appears in.)
enums.h: In function 'scm_from_gnutls_cipher':
enums.h:22: error: 'scm_gnutls_cipher_enum_values' undeclared (first use in this function)
...

If guile-1.8-dev is required, would it be possible for configure to test
for this?  Ludovic?

/Simon




More information about the Gnutls-devel mailing list