From: Hisham <hal...@gm...> - 2008-03-09 04:23:20
|
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. I do have the libraries in /opt/local/lib: $ ls /opt/local/lib/*freetype* -rwxr-xr-x 2 root admin 514204 Mar 8 21:43 libfreetype.6.3.16.dylib lrwxr-xr-x 1 root admin 24 Mar 8 21:43 libfreetype.6.dylib -> libfreetype.6.3.16.dylib -rw-r--r-- 2 root admin 602168 Mar 8 21:43 libfreetype.a lrwxr-xr-x 1 root admin 24 Mar 8 21:43 libfreetype.dylib -> libfreetype.6.3.16.dylib -rwxr-xr-x 2 root admin 855 Mar 8 21:43 libfreetype.la $ ls -all *fontconfig* -rwxr-xr-x 2 root admin 184752 Mar 8 21:44 libfontconfig.1.3.0.dylib lrwxr-xr-x 1 root admin 25 Mar 8 21:44 libfontconfig.1.dylib -> libfontconfig.1.3.0.dylib -rw-r--r-- 2 root admin 247424 Mar 8 21:44 libfontconfig.a lrwxr-xr-x 1 root admin 25 Mar 8 21:44 libfontconfig.dylib -> libfontconfig.1.3.0.dylib -rwxr-xr-x 2 root admin 967 Mar 8 21:44 libfontconfig.la Any ideas? thanks, Hisham |