|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
libpixman-1.0.10.0.dylib: No such file or directoryHi
I am in the middle of a multi-day install of mediatomb. It was installing "gtkglext1-1.0.6-1007" (one of a million packages it has to install) when I got the following error. I am on a 1ghz PPCG4 10.5.4 Can anyone offer me some assistance? I am a bit new at this and I'd be very greatful for your time. Best, Joe powerpc-apple-darwin9-gcc-4.0. 1: libpixman-1.0.10.0.dylib: No such file or directory make[2]: *** [libgtkglext-x11-1.0.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-gtkglext1-1.0.6-1007 (Reading database ... 63817 files and directories currently installed.) Removing fink-buildlock-gtkglext1-1.0.6-1007 ... Updating the list of locally available binary 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 Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: libpixman-1.0.10.0.dylib: No such file or directoryJoe Myers wrote:
> Hi > > I am in the middle of a multi-day install of mediatomb. It was > installing "gtkglext1-1.0.6-1007" (one of a million packages it has to > install) when I got the following error. I am on a 1ghz PPCG4 10.5.4 > > Can anyone offer me some assistance? I am a bit new at this and I'd be > very greatful for your time. > > Best, > Joe > > powerpc-apple-darwin9-gcc-4.0. > 1: libpixman-1.0.10.0.dylib: No such file or directory I suppose you have xcode-3.1 installed? This is one of the bugs introduced by Apple with the X11SDK.pkg of xcode-3.1. Two possible solutions: Either locate X11SDK.pkg from xcode-3.0 and install it Or install the xquartz-2.3.0 update from xquartz.macosforge.org. -- Martin ------------------------------------------------------------------------- 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 Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: libpixman-1.0.10.0.dylib: No such file or directoryOn Thu, Jul 24, 2008 at 08:49:50AM +0200, Martin Costabel wrote:
> Joe Myers wrote: > > Hi > > > > I am in the middle of a multi-day install of mediatomb. It was > > installing "gtkglext1-1.0.6-1007" (one of a million packages it has to > > install) when I got the following error. I am on a 1ghz PPCG4 10.5.4 > > > > Can anyone offer me some assistance? I am a bit new at this and I'd be > > very greatful for your time. > > > > Best, > > Joe > > > > powerpc-apple-darwin9-gcc-4.0. > > 1: libpixman-1.0.10.0.dylib: No such file or directory > > I suppose you have xcode-3.1 installed? This is one of the bugs > introduced by Apple with the X11SDK.pkg of xcode-3.1. > > Two possible solutions: > > Either locate X11SDK.pkg from xcode-3.0 and install it > > Or install the xquartz-2.3.0 update from xquartz.macosforge.org. Also, "ls -l /sw/lib/libpixman-1.*" and see if one is a symlink to a files that doesn't actually exist. Like maybe libpixman-1.dylib points to libpixman-1.0.10.0.dylib but there isn't a libpixman-1.10.0.dylib there. dan -- Daniel Macks dmacks@... http://www.netspace.org/~dmacks ------------------------------------------------------------------------- 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 Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: libpixman-1.0.10.0.dylib: No such file or directoryDaniel Macks wrote:
[] > Also, "ls -l /sw/lib/libpixman-1.*" and see if one is a symlink to a > files that doesn't actually exist. Like maybe libpixman-1.dylib points > to libpixman-1.0.10.0.dylib but there isn't a libpixman-1.10.0.dylib > there. If it's a clean stock Leopard X11 plus xcode-3.1, then the explanation is a bit different: Xcode-3.1 X11SDK.pkg installs libpixman.la, but there is *no* libpixman*.dylib whatsoever in /usr/X11. The build process is, of course, fooled into thinking that /usr/X11/lib/libpixman*.dylib exists. The corresponding header files /usr/X11/include/pixman-1/pixman{,-version}.h are also installed. Same problem with a couple of other libs like libcairo. -- Martin ------------------------------------------------------------------------- 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 Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
| Free Forum Powered by Nabble | Forum Help |