Gentile Granuz ti sto torturandoperchè so che sei un programmatore e pure ingamba Da anni io invece non toccopiù un compilatore (a parte qualcosetta per l'acquisizione dati). Ti chiedo quindi scusa anche per la mia ignoranza (
) Ho osato andare nel file log per vedere di che errore si tratta, quello che parla di libz il file configlog è molto lungo e spiega le varie fasi che si susseguono quando dò il comando /configure. Ti mando quindi solo la parte relativa all'errore su libz.. Se mi puoi spiegare mi fai piacere.
Code:configure:26454: checking for libz
configure:26490: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I/usr/include/ -D_REENTRANT conftest.c -L/usr/include/xorg -lz >&5
conftest.c:44:17: error: zlib.h: No such file or directory
conftest.c: In function 'main':
conftest.c:51: error: 'gzFile' undeclared (first use in this function)
conftest.c:51: error: (Each undeclared identifier is reported only once
conftest.c:51: error: for each function it appears in.)
conftest.c:51: error: expected ';' before 'f'
conftest.c:53: warning: implicit declaration of function 'gzgets'
conftest.c:53: error: 'f' undeclared (first use in this function)
conftest.c:55: warning: implicit declaration of function 'zlibVersion'
conftest.c:55: error: 'ZLIB_VERSION' undeclared (first use in this function)
configure:26493: $? = 1
configure: failed program was:
| /* #line 26464 "configure" */
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kooka-0.44"
| #define VERSION "3.2.1"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
|
| #include<zlib.h>
|
| int
| main ()
| {
|
| char buf[42];
| gzFile f = (gzFile) 0;
| /* this would segfault.. but we only link, don't run */
| (void) gzgets(f, buf, sizeof(buf));
|
| return (zlibVersion() == ZLIB_VERSION);
|
| ;
| return 0;
| }
configure:26527: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.
Check your installation and look into config.log