GTK+ 2.0 Installations Problem

Software besorgen und anwenden
Post Reply
Message
Author
Marc

GTK+ 2.0 Installations Problem

#1 Post by Marc »

Bei ./configure kommt bei mir der Fehler:

checking for X... no
configure: error:
*** X libraries or include files not found. Check 'config.log' for
*** more details.

und in der config.log steht dann:

configure:4544: checking for X
configure:4611: gcc -E conftest.c >/dev/null 2>conftest.out
configure:4607: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 4606 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:4687: gcc -o conftest -g -O2 -Wall conftest.c -lXt 1>&5
configure: In function `main':
configure:4683: warning: implicit declaration of function `XtMalloc'
/usr/i486-suse-linux/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 4680 "configure"
#include "confdefs.h"

------------
Ich habe aber bis jetzt keine Libary gefunden die dafür benötigt wird. Wer kann mir hier weiter helfen.
Danke

Marc

Re: GTK+ 2.0 Installations Problem

#2 Post by Marc »

Ach so! Ich habe Suse 8.0

Klaus Schäfer

Re: GTK+ 2.0 Installations Problem

#3 Post by Klaus Schäfer »

Hallo,
istallier mal alles, was mit devel zu tun hat, also x-devel usw....
dann könnte es klappen.

Viel Glück

Post Reply