#14977 closed defect (fixed)
seahorse fails to build: gnome-vfs issue?
Reported by: | paulbeard@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
{{
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -DXTHREADS -I/opt/local/include/nautilus -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -DGNOMELOCALEDIR=\"/opt/local/share/locale\" -I/opt/local/include -O2 -MT seahorse-nautilus.lo -MD -MP -MF .deps/seahorse-nautilus.Tpo -c seahorse-nautilus.c -fno-common -DPIC -o .libs/seahorse-nautilus.o
seahorse-nautilus.c:27:41: error: libgnomevfs/gnome-vfs-utils.h: No such file or directory seahorse-nautilus.c:28:45: error: libgnomevfs/gnome-vfs-file-info.h: No such file or directory seahorse-nautilus.c:29:39: error: libgnomevfs/gnome-vfs-ops.h: No such file or directory make[3]: * [seahorse-nautilus.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
}}}
kitchen:~ root# locate gnome-vfs-file-info.h /opt/local/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h /opt/local/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html /opt/local/var/macports/software/gnome-vfs/2.20.1_1/opt/local/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h /opt/local/var/macports/software/gnome-vfs/2.20.1_1/opt/local/share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html kitchen:~ root# port provides /opt/local/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h /opt/local/include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h is provided by: gnome-vfs }}
Attachments (1)
Change History (5)
Changed 17 years ago by jmroot (Joshua Root)
Attachment: | seahorse-2.22.1.diff added |
---|
comment:1 follow-up: 2 Changed 17 years ago by jmroot (Joshua Root)
comment:2 Changed 17 years ago by paulbeard@…
Replying to jmr@macports.org:
It's not looking in the gnome-vfs include path. Perhaps a version bump will help?
nice catch. the poor man's fix is:
cd /opt/local/include ln -s gnome-vfs-2.0/libgnomevfs
I expect there is a better way. But that works as a proof of concept.
comment:3 Changed 17 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patched in r35959
It's not looking in the gnome-vfs include path. Perhaps a version bump will help?