On Wednesday 31 December 2003 12:32, Tony Stavely wrote: > Thanks for your reply. Here is what happened after untarring and moving > to the directory with the Makefile: > > debian:/tmp/bbrun-1.1/bbrun# make > cc -c -O2 -Wall bbrun.c -o bbrun.o -I/usr/X11R6/include > -I/usr/lib/glib/include bbrun.c:19: X11/xpm.h: No such file or directory > bbrun.c:20: X11/Xlib.h: No such file or directory > bbrun.c:21: X11/extensions/shape.h: No such file or directory > bbrun.c:22: gtk/gtk.h: No such file or directory > bbrun.c:23: gdk/gdk.h: No such file or directory > bbrun.c:24: gdk/gdkx.h: No such file or directory > bbrun.c:25: gdk/gdkkeysyms.h: No such file or directory > make: *** [bbrun.o] Error 1 > > I have compiled a number of applications, usually by following the > directions in an INSTALL file, Otherwise, I'm fairly ignorant -- > perhaps I'm in the wrong directory? The other time I tried it I got the > same or similar errors having untarred the program in /etc/X11/blackbox. >
Well, what this says is it can not find the X11 and the GDK/GTK headers. Since you said Debian I presume you installed X and GTK via deb packages. If so you just need to run 'apt-get install libgtk1.2-dev'. bbrun is old enough I doubt it was written with the new gtk 2.0. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
