[plt-scheme] PLT Scheme v204 available

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu May 8 17:09:17 EDT 2003

At Thu, 8 May 2003 19:41:29 +0200, Manfred Wuttke wrote:
> After replacement of gmplonglong.h gmp.c will be compiled. But later on I got 
> another error message:
> ...
> gcc -c -I/usr/X11R6/include -I./../../mzscheme/gc 
> -I./../../wxxt/src/AIAI-includ
> e -I./../../wxxt/src -I./../../mred/wxme/ -I./../../mzscheme/include/ 
> -DOPERATOR
> _NEW_ARRAY -DUSE_GL -Dwx_xt -g -O2 -Wall -I./XWidgets ./XWidgets/xwCommon.c  
> -fPIC -DPIC -o XWidgets/.libs/xwCommon.lo
> In file included from XWidgets/xwCommon.c:14:
> XWidgets/wxgl.h:2:20: GL/glx.h: No such file or directory

Pass the --disable-gl flag to `configure'.

Looks like the configure script is currently only testing for the GL
library when it decides whether to compile OpenGL support. It should
check for headers as well. (I'm assuming that you have the OpenGL
library in the usual place, but not the OpenGl headers.)

Matthew



Posted on the users mailing list.