Subject: configure test for GLwCreateMDrawingArea
Platform: Linux/Intel
Linux distro:: RedHat
linux cpu:: Intel (i486, i586, pentium ...)
Xwindows version:: Xfree 4.0.x
Xwindows manager:: fvwm2
TclTk version:: tcl/tk 8.0
grass downloaded at:: CVS Server, Germany
grass binary for platform:: I compiled the sources myself
grass sources source:: yes, I am using the latest GRASS from CVS
c compiler name:: gcc
The configure test for GLwCreateMDrawingArea (line 4309) fails for the
library shipped with XFree86 4.0.2. The reason is that GLwCreateMDrawingArea
is a macro which expands to either GLwCreateM1DrawingArea or
GLwCreateM2DrawingArea, depending upon whether Motif 1.x or 2.x is used.
Unlike functions, macros have to be given the correct arguments.
NB: XFree86 doesn't provide a separate libGLwM, but includes the Motif
widgets in libGLw; however, making a symlink from libGLw to libGLwM works
around this, leaving only the macro issue.
|
|