KDE-Theme "domino 4.0"

Sandra

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

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:
Sandra, ist es okay, wenn ich es kurz mache? Den Domino-Style kannst Du Dir auch einfach über die Repos einspielen, der channel nennt sich 'kde-community' und beinhaltet einige nette Paketchen von kde-look.org bzw. kde-apps.org:

Code:
[kde-community]
type = rpm-md
name = kde-community
baseurl = http://software.opensuse.org/download/KDE:/Community/openSUSE_10.3/

Wenn Du keine Lust auf neue Repos hast (auch wenn dieser meiner Erfahrung nach stabile Pakete enthält), kannst Du das Paket auch einzeln installieren: » klick «.

Edit: Das will ich dennoch ergänzen: Du würdest zusätzlich die Pakete 'zlib-devel' und 'libxml2-devel' benötigen, dann müsste das wohl hinhauen - kannst es ja spaßeshalber mal versuchen, aber *nur* wenn Du danach auch ein .rpm aus der übersetzten Quelle baust, führe besser kein 'make install' aus.
 
Zuletzt bearbeitet:
@gropiuskalle

Danke für deine präzise Hilfe.

Es hat ohne weiteres funktioniert diese Fensterdekoration über den Paketmanager zu installieren.

Vielen Dank

Sandra
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

CUPS Godex Filter kompilieren

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

NagiosGrapher 1.7.1 funktioniert nicht

Problem mit HSPA+ Modem Huawei E353 - Installation unmöglich?

Zurück
Oben