From: Brian P. <br...@pr...> - 2000-05-23 14:54:49
|
David Bannon wrote: > > Hi Mesa experts, > > I am compiling a large programme (not of my making) called molmol. It > claims to use Mesa without problems however it wants to link in > GLwCreateMDrawingArea and cannot find it. It is mentioned in the Mesa > header files and has a source file (in widgets-mesa/src). I found that the > Makefile did not mention it, nor make it. I added it to the makefile and > therefore to the library. > > However (and there is always an however) now the linker says > glwMDrawingAreaWidgetClass is undefined. I can find no source for that > modual although it is mentioned in a number of defines. > > Any suggestions ? > > I did find a similar question in the 'old' list but no answer. I'm using > Redhat linux, 6.1 and LessTif. It shouldn't be hard to compile the GLW code by hand. There's a preprocessor flag (don't recall the name) which has to be set if you want the Motif version of the widget (vs. the regular Xt version). -Brian |