Subject: Re: Compiling not succesful: What to do?
To: None <Knappe@tu-harburg.de>
From: Rene Hexel <rh@netbsd.org>
List: tech-pkg
Date: 11/08/2002 07:56:30
On Friday, November 8, 2002, at 07:39 AM, Frank Knappe wrote:
> all programs which depend on gnome-vfs:
> In file included from gnome-vfs-mime-private.h:26,
> from gnome-vfs-application-registry.c:32:
> ../libgnomevfs/gnome-vfs-mime-monitor.h:28: gtk/gtkobject.h: No such
> file
This one should come from the gtk package. What does
ls -l /usr/*/include/gtk-1.2/gtk/gtkobject.h
yield on your system? If that's present, what does
cd /usr/pkgsrc/sysutils/gnome-vfs
make clean
make configure
ls -l work/.buildlink/include/gtk-1.2/gtk/gtkobject.h
show?
Cheers
,
Rene