Sandra
Tripel-As
Hi,
ich habe heute auf http://www.kde-look.org einwenig gesurft und festgestellt, dass das KDE-Theme "domino 0.4" Grundlage vieler anderer Themes ist.
Also habe ich versucht wie es in der Anleitung steht dieses Theme zu installieren.
Leider kommt folgende Fehlermeldung in der Konsole: (ich habe den ersten Teil weggelassen)
./configure
und das sagt mir die conf.log Datei: (auch hier habe ich was weggelassen)
Um das Problem eigenständig zu lösen, habe ich mein Paket "zlib" unter die Lupe genommen. Es ist die aktuellste Version 1.2.3 und mein Paketmanager bietet keine ältere oder neuere Version an.
Ich komme einfach nicht weiter.
Kann jemand dem Noob helfen?
Danke
Sandra
ich habe heute auf http://www.kde-look.org einwenig gesurft und festgestellt, dass das KDE-Theme "domino 0.4" Grundlage vieler anderer Themes ist.
Also habe ich versucht wie es in der Anleitung steht dieses Theme zu installieren.
Leider kommt folgende Fehlermeldung in der Konsole: (ich habe den ersten Teil weggelassen)
./configure
Code:
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... configure: 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
und das sagt mir die conf.log Datei: (auch hier habe ich was weggelassen)
Code:
configure:32180: checking for extra includes
configure:32208: result: no
configure:32212: checking for extra libs
configure:32241: result: no
configure:32247: checking for libz
configure:32287: gcc -o conftest -std=iso9899:1990 -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. -D_REENTRANT conftest.c -L/usr/lib -lz >&5
conftest.c:41:17: error: zlib.h: No such file or directory
conftest.c: In function 'main':
conftest.c:48: error: 'gzFile' undeclared (first use in this function)
conftest.c:48: error: (Each undeclared identifier is reported only once
conftest.c:48: error: for each function it appears in.)
conftest.c:48: error: expected ';' before 'f'
conftest.c:50: warning: implicit declaration of function 'gzgets'
conftest.c:50: error: 'f' undeclared (first use in this function)
conftest.c:52: warning: implicit declaration of function 'zlibVersion'
conftest.c:52: error: 'ZLIB_VERSION' undeclared (first use in this function)
configure:32293: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "domino"
| #define VERSION "3.5.5"
| #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 kde_socklen_t socklen_t
| #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 HAVE_RES_INIT_PROTO 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:32343: 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
Um das Problem eigenständig zu lösen, habe ich mein Paket "zlib" unter die Lupe genommen. Es ist die aktuellste Version 1.2.3 und mein Paketmanager bietet keine ältere oder neuere Version an.
Ich komme einfach nicht weiter.
Kann jemand dem Noob helfen?
Danke
Sandra
Zuletzt bearbeitet: