Jon Choy wrote: > I'm having a problem installing wine. Where I am getting hung up is > the graphviz package. I have OSX 10.5.7, Xcode 3.1.3 (just installed > it along with the latest X11-2.3.3.2 package to get by a problem with > gtk2+). Here are the latest warnings. Oh by the way my /sw directory > is got a symbolic link to /sw2 just in case your curious. > > thanks, > > Jon > > > > > > > > > Extracting > /sw2/src/fink.build/graphviz-2.18-4/graphviz-2.18/tclpkg/tkspline/../ > ../tclpkg/tclstubs/.libs/libtclstubs_C.a > (cd .libs/libtkspline.lax/libtclstubs_C.a && ar x > /sw2/src/fink.build/graphviz-2 > .18-4/graphviz-2.18/tclpkg/tkspline/../../tclpkg/tclstubs/.libs/libtclstubs_C.a) > gcc -dynamiclib -o .libs/libtkspline.0.0.0.dylib .libs/tkspline.o > .libs/libtk > spline.lax/libtkstubs_C.a/tkStubImg.o > .libs/libtkspline.lax/libtkstubs_C.a/tkStu > bLib.o .libs/libtkspline.lax/libtclstubs_C.a/tclStubLib.o > -L/sw2/lib -L/Syste > m/Library/Frameworks/Tk.framework/Versions/8.4 -ltkstub8.4 > -L/System/Library/Fra > meworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -framework Tk > -install_name /s > w2/lib/graphviz/tcl/libtkspline.0.dylib -Wl,-compatibility_version > -Wl,1 -Wl,-cu > rrent_version -Wl,1.0 > ld: framework not found Tk > collect2: ld returned 1 exit status > make[4]: *** [libtkspline.la <http://libtkspline.la>] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of /var/tmp/tmp.1.oHZtKu failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw2/bin/dpkg-lockwait -r fink-buildlock-graphviz-2.18-4 > (Reading database ... 129864 files and directories currently installed.) > Removing fink-buildlock-graphviz-2.18-4 ... > Failed: phase compiling: graphviz-2.18-4 failed > > ------------------------------------------------------------------------ Looks like you're missing the Tk framework--this package uses the system's Tk rather than fink's; we don't happen to have a virtual package to detect that.
You may have lost it in your Xcode update: $ pkgutil --file-info /System/Library/Frameworks/Tk.framework/ volume: / path: System/Library/Frameworks/Tk.framework pkgid: com.apple.pkg.Essentials pkg-version: 10.5.0.1.1.1188305148 install-time: 1203611334 uid: 0 gid: 0 mode: 40755 pkgid: com.apple.pkg.DevSDKLeo pkg-version: 4.0.0.9000000000.1.1192168948 install-time: 1245514043 uid: 0 gid: 0 mode: 40755 It was intitially installed as part of the Essentials package, but got moved into DevSDKLeo as of Xcode 3.1.3, apparently (as the install-time for the latter instance was today) So you should probably (re)install DevSDK.pkg from your Xcode 3.1.3 disk image. -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
