#14852 closed defect (fixed)
BUG: nautilus fails to compile
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
With the recent update to eel, r35537, nautilus fails to compile with the error:
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../cut-n-paste-code -D_REENTRANT -DORBIT2=1 -DXTHREADS -I/opt/local/include/eel-2 -I/opt/local/include/gconf/2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libgnome-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/include/libxml2 -I/opt/local/include/gail-1.0 -I/opt/local/include/libglade-2.0 -I/opt/local/include/orbit-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/X11/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/gnome-keyring-1 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/librsvg-2 -I/opt/local/include/gnome-desktop-2.0 -I/opt/local/include/startup-notification-1.0 -I/opt/local/include/gnome-vfs-module-2.0 -I/opt/local/include/pango-1.0 -I/usr/X11/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -DDATADIR=\"/opt/local/share\" -DSYSCONFDIR=\"/opt/local/etc\" -DNAUTILUS_DATADIR=\"/opt/local/share/nautilus\" -DNAUTILUS_EXTENSIONDIR=\"/opt/local/lib/nautilus/extensions-1.0\" -I/opt/local/include -O2 -MT nautilus-bookmark.lo -MD -MP -MF .deps/nautilus-bookmark.Tpo -c nautilus-bookmark.c -fno-common -DPIC -o .libs/nautilus-bookmark.o In file included from nautilus-bookmark.h:30, from nautilus-bookmark.c:26: ../libnautilus-private/nautilus-icon-factory.h:29:33: error: eel/eel-string-list.h: No such file or directory In file included from nautilus-bookmark.h:30, from nautilus-bookmark.c:26: ../libnautilus-private/nautilus-icon-factory.h:111: error: syntax error before 'EelStringList' make[2]: *** [nautilus-bookmark.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Attached is a proposed fix which updates to the latest version.
N.B. based on the documentation, it was not clear to me what libraries
nautilus should depend on.
Attachments (1)
Change History (3)
Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r35567: the dependency list has been reorganized according to garnome and jhbuild.