On Jul 28, 2008, at 11:10, Julien Palmas wrote:
I'm trying to build pango 1.21.3 on my Mac OS X 10.5 box. I get a build error like this one : mv -f .deps/viewer-pangocairo.Tpo .deps/viewer-pangocairo.Pomake[3]: *** No rule to make target `../pango/libpangoft2-1.0.la', needed by `pango-view'. Stop.make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Looks like a rule is missing. Can anyone help me on this ?
I don't see a problem building pango 1.21.3 on Mac OS X 10.4.11 with Xcode 2.5 or on Mac OS X 10.5.4 with Xcode 3.1, both on Intel Macs.
I added a port pango-devel to MacPorts to build this version of pango. You could install MacPorts and then see if that portfile works for you (by typing "sudo port install pango-devel").
http://www.macports.org/Or if you especially want to compile it yourself, you can look at the portfile here to see how I did it:
http://trac.macports.org/browser/trunk/dports/x11/pango-devel/PortfileThough I'm not doing anything particularly special so I'm not sure why it's failing for you.