I've found some issues with drawtiming that I'd like to resolve. (drawtiming-nox is missing a freetype219 dependency and didn't build for me on 10.5.4, but that's outside the point here)
The relevant line is ++ -I/sw/include/ImageMagick -g -O2 -Wall -W -D_THREAD_SAFE - DYYDEBUG=1 -g -O2 -L/sw/lib -o drawtiming -L/sw/lib/pango-ft219/lib - L/sw/lib/fontconfig2/lib -L/usr/X11/lib -R/usr/X11/lib -L/sw/lib/ freetype219/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,- framework,ApplicationServices -L/sw/lib main.o parser.o scanner.o timing.o -L/sw/lib -lMagick++ -lMagickWand -lMagickCore I believe this is inherited from imagemagick1. The result is that the build links to X11's freetype rather than freetype219. This would entail a need to separate the 10.4 and 10.5 revisions, but since pangocairo changed everything, should I instead try to force it to use freetype219? --Alex ------------------------------------------------------------------------- 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-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
