From: Braden M. <br...@en...> - 2008-03-09 04:54:51
|
On Sat, 2008-03-08 at 23:23 -0500, Hisham wrote: > Hi I'm trying to run the ./configure script for openvrml-0.17.5 on Mac > OS X, but I get this error: > > "configure: error: fontconfig and FreeType are required for rendering > Text nodes." > > I've installed freetype and fontconfig via macports, and made sure my > LDFLAGS environment variable has "-L/opt/local/lib", but I still get > the error. [snip] > Any ideas? OpenVRML's configure script looks for pkg-config metadata to determine the availability of FreeType and fontconfig. These files end in ".pc" and are generally stored in ${prefix}/lib/pkgconfig. You may need to make this directory available to pkg-config by setting PKG_CONFIG_PATH. If that doesn't help, please post your config.log file. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |