freetype build for MAC OSX 10.4,missing configure.ac

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
chinaet
Posts: 7
Joined: Sun May 08, 2005 10:53 am

freetype build for MAC OSX 10.4,missing configure.ac

Post by chinaet »

i have success build freetype library for linux,but fail for mac.
the default freetype build script is just for unix not mac ,it's missing configure.ac in ./build/mac/ directory
pls help.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

If you're referring to freetype in pspdev SVN, it's meant to compile for the PSP. If you want to compile it for other platforms then you're on your own.

If you are cross-compiling freetype in pspdev SVN for PSP on your Mac, then you need to follow the instructions in README.PSP.
chinaet
Posts: 7
Joined: Sun May 08, 2005 10:53 am

Post by chinaet »

Sorry for my pool english.
i am cross-compiling freetype form PSP on my MAC.
I follow the instructions in README.PSP,but i got some errors.
finally,i found the my libtool version is too low.

fink -y install libtool14

it's OK now.

thanks mrbrown.
Post Reply