William Scott wrote: [] > I've finally forced configure to locate it in > /sw/lib/pango-ft219/lib/pkgconfig/pangocairo.pc > > Compiling then goes along fine until it fails to find libtool files > in /sw/lib that in reality reside in > > /sw/lib/pango-ft219/lib/libpango-1.0.la
Many package in the pangocairo-branch (look in finkinfo/gnome, for instsnce libgtkhtml2.info) have PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH" as configure flag or as environment variable in the CompileScript, and NoSetCPPFLAGS: true SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 -I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 -I%p/lib/freetype219/include -I%p/lib/fontconfig2/include -I%p/include NoSetLDFLAGS: true SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib This is supposed to take care of the two problems you mention. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
