Im trying to learn gui programming through GTK, and found something called easy GTK, which is a GTK library that is, easy.
Any way here's what spews out of my terminal.
- Code: Select all
dan@dans-computer:~/easygtk$ ./configure
Reading current system configuration...
Checking for c...Found!
Configuring EasyGTK for your system...
Checking for gtk-1.2...Found!
Checking for Imlib...Found!
Checking for Magick...Found!
Checking for gnome...Found!
Creating Makefile
dan@dans-computer:~/easygtk$ make
gcc -Wall -O -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -DUSE_IMLIB -DUSE_MAGICK -I/usr/X11R6/include/X11/magick -I/usr/local/include/magick -DUSE_GNOME -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c easygtk.c
In file included from easygtk.c:2:
easygtk.h:15: magick.h: No such file or directory
make: *** [all] Error 1
dan@dans-computer:~/easygtk$


