From: Braden M. <br...@en...> - 2007-09-17 05:28:29
|
On Mon, 2007-09-17 at 15:59 +1200, Philip Lamb wrote: > Hi all, > > Here is another obstacle.. hopefully an easy fix for this one.. > > Building OpenVRML-0.16.6, this time on Mac OS X 10.4.10 (Xcode tools > 2.4.1, gcc v4.0.1.Dependencies provided by Fink; gnome etc., > seamonkey (for libjs), libpng/jpeg/z. > > The error appears to be a "const" qualifier popping up unexpectedly. Or rather, one not appearing where it is expected. > Here is the relevant part of the build log: [snip] OPENVRML_FT_CONST needs to get defined to "const" (for recent versions of FreeType). configure should have figured this out; but apparently the test didn't do what it was supposed to. I have a hunch as to why this is. If I'm right, the attached patch to configure.ac should do the trick. (Run autoreconf to regenerate configure after applying it. If you don't have autoconf available, let me know and I will create a patch to configure for you.) If it still doesn't work, please send your config.log. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |