On Wed, 2007-02-21 at 20:02 -0800, Kimon L.H. Ioannides wrote:
> >In file included from expense.c:36:
> >../libplugin.h:27:21: gtk/gtk.h: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That is telling you exactly what the issue is. On Debian, do the
following:
apt-get update
apt-get install apt-file
apt-file update
apt-file search gtk/gtk.h
Which should return:
libgfcui-dev: usr/include/gfc-2.0/gfc/gtk/gtk.hh
libgtk+2.0-directfb-dev: usr/include/directfb/gtk-2.0/gtk/gtk.h
libgtk1.2-dev: usr/include/gtk-1.2/gtk/gtk.h
libgtk2.0-dev: usr/include/gtk-2.0/gtk/gtk.h
libgtk2.0-doc: usr/share/doc/libgtk2.0-doc/gtk/gtk.html
...or something similar. You're interested in the -dev packages,
because those include the headers necessary to build software. In this
case, you'll want libgtk1.2-dev and libgtk2.0-dev.
> I am running Debian sarge (3.1) with all the latest updates, kernel
> 2.6.8, and pilot-link 0.11.8. Let me know if there's any other info I
> should include.
You need to update to pilot-link 0.12.2, or 0.12.1 at the very least.
If Sarge doesn't have it, get it from pilot-link.org and build it
yourself.
--
David A. Desrosiers
desrod at gnu-designs.com
Skype username: setuid
http://gnu-designs.com
”Always strive to silence the voices that oppose you."
More information about the jpilot mailing list