Gast
#5301906
Ich versuche in Codeblocks eine Entwicklungsumgebung für GTK+ auszusetzen. Nach folgender Quelle habe ich das Demo Projekt aufgesetzt; https://www.proggen.org/doku.php?id=gui:gtk:firststeps Leider funktioniert irgendetwas mit den Include Verzeichnissen nicht. Folgende Ausgabe erhalte ich beim compilieren: -------------- Build: Debug in GTK (compiler: GNU GCC Compiler) --------- gcc -Wall -g -I/usr/include/ -I/usr/include/gtk-3.0/ -c /home/me/Dokumente/codeblocks/GTK/main.c -o obj/Debug/main.o In file included from /usr/include/gtk-3.0/gdk/gdk.h:30:0, from /home/me/Dokumente/codeblocks/GTK/main.c:1: /usr/include/gtk-3.0/gdk/gdkconfig.h:13:18: fatal error: glib.h: Datei oder Verzeichnis nicht gefunden compilation terminated. Process terminated with status 1 (0 minute(s), 0 second(s)) 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) Was ist falsch?