gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Sun, 2003-10-26 at 02:37, Martin McCormick wrote:
> I guess I'm getting tired. The missing file is
> paraface.h:30: gtk/gtk.h: No such file or directory
> There is a gtk.h, but it is
> ./include/gtk-1.2/gtk/gtk.h
> I don't know for sure where it comes from, but it isn't where
> it should be.
This looks like a bug to me. I think configure is not adding `gtk-config
-cflags` to the CFLAGS if --disable-gui is enabled, but paraface is
trying to include a gtk header file regardless. Try configuring gpsim
without --disable-gui (having gui support included doesn't stop you from
using it in command line mode).
--
------------ Alex Holden - http://www.linuxhacker.org ------------
If it doesn't work, you're not hitting it with a big enough hammer
gnupic@linuxhacker.org