Quantcast
Channel: Multimediaforum
Viewing all articles
Browse latest Browse all 4603

configure.in, gtk+-3.0

$
0
0
Hallo!

So ist es:
Code:

$ uname -a: Linux privubun 3.2.0-61-generic-pae #93-Ubuntu SMP Fri May 2 21:46:08 UTC 2014 i686 athlon i386 GNU/Linux
und
Code:

$ pkg-config gtk+-3.0: -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
Konfiguriert und installiert werden soll mit einfachen Rechten als user in /home/.../lib/wxGTK-2.8.12 die dortige GUI-Library
Code:

$ wx-config --version: 2.8.12

PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu

beide Pfade wurden exportiert

Code:

$ ../configure --with-gtk=3 --enable-monolithic --disable-unicode
bringt hartnäckig den Fehler:

Code:

configure:28040: checking for GTK+ - version >= 2.0.0
configure:28185: result: no
configure:28218: gcc -o conftest    conftest.c  -lm  >&5
conftest.c:69:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.

und meldet zum Schluss:

Code:

*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
*** configure: error:
*** The development files for GTK+ were not found. For GTK+ 2, please
*** ensure that pkg-config is in the path and that gtk+-2.0.pc is
*** installed. For GTK+ 1.2 please check that gtk-config is in the path,
*** and that the version is 1.2.3 or above. Also check that the
*** libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
*** --libs' are in the LD_LIBRARY_PATH or equivalent.

Ist das ein bekanntes Problem?

Ich fand diesen Link, der half mir nicht bzw. ich habe ihn nicht verstanden.
http://ubuntuforums.org/showthread.php?t=1107576

danke für eure Antwort

Viewing all articles
Browse latest Browse all 4603