Slackware: Errors during make
Shadow Hawkins on Sunday, 29 October 2006 13:09:55
Hello,
I'm trying to get AICCU installed on my Slackware 11.0 box.
I downloaded the source aiccu_2006.07.25.tar.gz.
During make I get the following output:
root@kayhermsen:/work/aiccu# make
Building : aiccu - Automatic IPv6 Connectivity Configuration Utility
Copyright : SixXS
Version : 2006.07.25
make[1]: Entering directory `/work/aiccu/unix-console'
In file included from ../common/aiccu.h:17,
from main.c:13:
../common/common.h:321:27: gnutls/gnutls.h: No such file or directory
In file included from ../common/aiccu.h:17,
from main.c:13:
../common/common.h:379: error: syntax error before "gnutls_session"
../common/common.h:379: warning: no semicolon at end of struct or union
../common/common.h:381: warning: ISO C does not allow extra `;' outside of a function
In file included from main.c:13:
../common/aiccu.h:112: error: syntax error before "gnutls_certificate_credentials"
../common/aiccu.h:112: warning: no semicolon at end of struct or union
../common/aiccu.h:126: error: syntax error before '}' token
../common/aiccu.h:126: warning: ISO C does not allow extra `;' outside of a function
../common/aiccu.h:142: warning: declaration of 'automatic' shadows a global declaration
../common/aiccu.h:119: warning: shadowed declaration is here
../common/aiccu.h:151: warning: declaration of 'automatic' shadows a global declaration
../common/aiccu.h:119: warning: shadowed declaration is here
main.c: In function `sigusr1':
main.c:22: error: dereferencing pointer to incomplete type
main.c:22: error: dereferencing pointer to incomplete type
main.c: In function `sigterm':
main.c:31: error: dereferencing pointer to incomplete type
main.c: In function `list_tunnels':
main.c:55: error: dereferencing pointer to incomplete type
main.c:55: error: dereferencing pointer to incomplete type
main.c:55: error: dereferencing pointer to incomplete type
main.c:55: error: dereferencing pointer to incomplete type
main.c:57: error: dereferencing pointer to incomplete type
main.c:61: error: dereferencing pointer to incomplete type
main.c:71: error: dereferencing pointer to incomplete type
main.c: In function `get_tunnel':
main.c:109: error: dereferencing pointer to incomplete type
main.c:109: error: dereferencing pointer to incomplete type
main.c:109: error: dereferencing pointer to incomplete type
main.c:109: error: dereferencing pointer to incomplete type
main.c:115: error: dereferencing pointer to incomplete type
main.c:117: error: dereferencing pointer to incomplete type
main.c:122: error: dereferencing pointer to incomplete type
main.c:134: error: dereferencing pointer to incomplete type
main.c:137: error: dereferencing pointer to incomplete type
main.c:144: error: dereferencing pointer to incomplete type
main.c:144: error: dereferencing pointer to incomplete type
main.c:147: error: dereferencing pointer to incomplete type
main.c:152: error: dereferencing pointer to incomplete type
main.c: In function `main':
main.c:283: error: dereferencing pointer to incomplete type
main.c:283: error: dereferencing pointer to incomplete type
main.c:311: error: dereferencing pointer to incomplete type
main.c:312: error: dereferencing pointer to incomplete type
main.c:314: error: dereferencing pointer to incomplete type
main.c:371: error: dereferencing pointer to incomplete type
main.c:428: error: dereferencing pointer to incomplete type
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/work/aiccu/unix-console'
make: *** [all] Error 2
I don't see a directoy or file on my system gnutls/gnutls.h:
root@kayhermsen:/work/aiccu# slocate gnutls
/usr/lib/gaim/ssl-gnutls.la
/usr/lib/gaim/ssl-gnutls.so
/work/wireshark-0.99.3a/aclocal-fallback/libgnutls.m4
Am I missing a required package on my system?
Slackware 11.0 (upgrade from 10.2) kernel 2.6.18
Thanks in advanced,
Slackware: Errors during make
Jeroen Massar on Sunday, 29 October 2006 14:18:10 ../common/common.h:321:27: gnutls/gnutls.h: No such file or directory In file included from ../common/aiccu.h:17,
You are in need of the GnuTLS development libraries. Install those and this problem should be goners.
Slackware: Errors during make
Shadow Hawkins on Sunday, 29 October 2006 18:49:49
Thanks Jeroen,
I already found libgpg-error 1.4 and libgcrypt 1.2.3 packages for Slackware 11.0
Now I only need to compile GnuTLS.
Hopefully I can get this working in the comming day's.
Slackware: Errors during make
Shadow Hawkins on Sunday, 29 October 2006 23:08:51
Yes, its working.
I used the following packages:
libgcrypt 1.2.3 (from linuxpackages.net)
libgpg-error 1.4 (from linuxpackages.net)
gnutls 1.4.4 (compiled from source www.gnu.org)
The make response:
root@kayhermsen:/work/aiccu# make
Building : aiccu - Automatic IPv6 Connectivity Configuration Utility
Copyright : SixXS
Version : 2006.07.25
make[1]: Entering directory `/work/aiccu/unix-console'
strip aiccu
make[1]: Leaving directory `/work/aiccu/unix-console'
Building done
the program aiccu is left in /work/aiccu/unix-console/
Thanks a lot!
Posting is only allowed when you are logged in. |