Matthew Eichler wrote: > On Tue, 15 May 2007 14:22:47 +0200, Alexander K. Hansen > <[EMAIL PROTECTED]> wrote: > >> Matthew Eichler wrote: >>> Hello, >>> >>> I have an Intel MacBook with OSX 10.4.9 and my goal to get GnuCash2 >>> running on it (I'm willing to work with the unstable version as my >>> financial data files are already in the ver.2 format from using it >>> on Linux). I get stuck at Gtk+2 which complains: >>> >>> dyld: Library not loaded: /usr/X11R6/lib/libXfixes.3.dylib >>> Referenced from: /sw/bin/gtk-query-immodules-2.0 >>> Reason: image not found >>> >>> I have tried all the various versions of X I know of and started >>> over several times with X11 thinking that my problem was the >>> difference between Apple X11, X.org and Xfree86, but this didn't >>> work. "Starting over" means I tried ... >>> >>> dpkg -r --force-all system-xfree86 system-xfree86-42 >>> system-xfree86-43 \\ >>> xorg xorg-shlibs xfree86 xfree86-shlibs \\ >>> xfree86-base xfree86-base-shlibs xfree86-rootless >>> xfree86-rootless-shlibs \\ >>> xfree86-base-threaded xfree86-base-threaded-shlibs \\ >>> xfree86-rootless-threaded xfree86-rootless-threaded-shlibs >>> rm -rf /Library/Receipts/X11SDK.pkg /Library/Receipts/X11User.pkg >>> fink selfupdate; fink index >>> >>> ... per instructions I found on the Fink site. >>> >>> Any ideas what the specific steps are to do this? >>> >>> >>> >> Well, if you started with xorg, built some packages, and then >> downgraded, that would give you this kind of error. libXfixes >> doesn't exist in earlier X11 flavors. >> >> So if you don't want to use xorg you have to rebuild _everything_ >> that uses X11. >> > > How do I do *that*? > > > apt-cache showpkg x11 | grep x11 | uniq | cut -d, -f1 | xargs fink rebuild
(and maybe) apt-cache showpkg x11-shlibs | grep x11-shlibs | uniq \ | cut -d, -f1 | xargs fink rebuild -- Alexander K. Hansen Fink User Liaison/Documenter [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
