|
From: Eric H. <eri...@gm...> - 2004-08-26 21:55:16
|
Hi Dave, Am Thu, 26 Aug 2004 15:24:25 -0400, schrieb Dave Vasilevsky: > On Aug 26, 2004, at 11:04 AM, Eric Hoch wrote: >> dyld: /sw/bin/epiphany-bin Undefined symbols: >> /sw/bin/epiphany-bin undefined reference to >> _nautilus_view_open_location_force_new_window expected to be >> defined in /sw/lib/libnautilus.2.dylib >> Trace/BPT trap > > Can you rebuild epiphany? (fink rebuild epiphany) This gives me the following error: g++ -O3 -funroll-loops -fstrict-aliasing -o epiphany-bin EphyAutomation-common.o EphyAutomation-stubs.o EphyAutomation-skels.o ephy-nautilus-view.o ephy-automation.o ephy-encoding-menu.o ephy-favicon-action.o ephy-favorites-menu.o ephy-go-action.o ephy-history-window.o ephy-location-action.o ephy-main.o ephy-navigation-action.o ephy-notebook.o ephy-plugin.o ephy-shell.o ephy-spinner-action.o ephy-tab.o ephy-tabs-menu.o ephy-toolbars-model.o ephy-window.o language-editor.o pdm-dialog.o popup-commands.o prefs-dialog.o ppview-toolbar.o session.o statusbar.o toolbar.o window-commands.o -Wl,-bind_at_load -L/sw/lib ../embed/.libs/libephyembed.a ../lib/.libs/libephy.a ../src/bookmarks/.libs/libephybookmarks.a -L/sw/lib/mozilla -lgtkembedmoz -lxpcom -lplds4 -lplc4 -lnspr4 -ldl -L/usr/X11R6/lib /sw/lib/libnautilus.dylib /sw/lib/libeel-2.dylib -lXrender -lXext /sw/lib/libgnomeui-2.dylib /sw/lib/libgnome-keyring.dylib /sw/lib/libjpeg.dylib /sw/lib/libgailutil.dylib /sw/lib/libglade-2.0.dylib /sw/lib/libbonoboui-2.dylib -lSM -lICE -lX11 /sw/lib/libgnomecanvas-2.dylib /sw/lib/libgnome-2.dylib /sw/lib/libesd.dylib /sw/lib/libaudiofile.dylib /sw/lib/libart_lgpl_2.dylib /sw/lib/libpangoft2-1.0.dylib /sw/lib/libgtk-x11-2.0.dylib /sw/lib/libgdk-x11-2.0.dylib /sw/lib/libatk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib /sw/lib/libpangoxft-1.0.dylib /sw/lib/libpangox-1.0.dylib /sw/lib/libpango-1.0.dylib /sw/lib/libgnomevfs-2.dylib /sw/lib/libgconf-2.dylib /sw/lib/libbonobo-2.dylib /sw/lib/libxml2.dylib -lpthread -lz /sw/lib/libbonobo-activation.dylib /sw/lib/libORBitCosNaming-2.dylib /sw/lib/libORBit-2.dylib /sw/lib/libpopt.dylib /sw/lib/libgobject-2.0.dylib -lresolv -lm /sw/lib/libgmodule-2.0.dylib /sw/lib/libgthread-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib ld: warning prebinding disabled because dependent library: /sw/lib/mozilla/libgtkembedmoz.dylib is not prebound ld: warning multiple definitions of symbol _locale_charset /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset ld: Undefined symbols: _nautilus_view_open_location_force_new_window make[4]: *** [epiphany-bin] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling epiphany-1.0.7-4 failed If it is of any interest I am using XCode 1.5 and epiphany seems to be the first package that has troubels with them. Regards, Eric Hoch |