[plt-scheme] 205 build trouble
On Thursday 02 October 2003 1:29 am, Anton van Straaten wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> I'm getting an error building v205, in wxcommon/Region.cxx, while
> compiling src/wxxt/src/Pen+Brush.cc. Both line 685 and 721 of Region.cxx
> have statements of the form "... = new WXGC_ATOMIC char[...];", and the
> messages indicate maybe it's not picking up the necessary declarations
> for 'new':
>
Try running configure with the xft disabled (--disable-xft).
-Brent