On Nov 8, 2008, at 5:29 AM, Claus Atzenbeck wrote: > Hi all: > > I'd like to report a gnucash compilation error: > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpixman-1.0.10.0.dylib: > No such file or di > rectory > make[5]: *** [libgncmod-gnome-utils.la] Error 1 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all] Error 2 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of guile18-build failed, exit code 2 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > My settings: > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Mac OS X 10.5.5 i386 > Package manager version: 0.28.6 > Distribution version: selfupdate-rsync Sat Nov 8 11:04:00 2008, > 10.5, i386 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Cheers, > Claus >
You've not quoted the line just before the error, which might have helped locate what the problem is, but basically the situation is that you have _something_ on your system that refers to this file, which no longer exists after some update to X11 on your system. It appears that libraries in gnucash2-shlibs on Leopard link to both libpixman from X11 and to that from Fink's pixman-shlibs packages. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
