From: Annette J. <ja...@ma...> - 2000-05-23 07:18:03
|
> > 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 ? Hi, For Mesa-3.2 I have some experiences: Yes, you have to make Motif Widgets manually from widgets-mesa. Did You "configure --with-motif" within widgets-mesa? With this option "configure" generates Makefiles in widgets-mesa and its subdirs and produces libMesaGLw.a and libMesaGLwM.a. I think all You need is in libMesaGLwM.a: sunos2.7%nm libMesaGLwM.a | grep glwMDrawingAreaWidgetClass 0000047c D glwMDrawingAreaWidgetClass U glwMDrawingAreaWidgetClass sunos2.7% Annette Technical University Berlin Germany Institute of Mathematics > > I did find a similar question in the 'old' list but no answer. I'm using > Redhat linux, 6.1 and LessTif. > > david > ------------------------------------------------------------ > David Bannon D.B...@la... > School of Biochemistry Phone 61 03 9479 2197 > La Trobe University, Plenty Rd, Fax 61 03 9479 2467 > Bundoora, Vic, Australia, 3083 http://bioserve.latrobe.edu.au > ------------------------------------------------------------ > ..... Humpty Dumpty was pushed ! > > _______________________________________________ > Mesa3d-users mailing list > Mes...@li... > http://lists.sourceforge.net/mailman/listinfo/mesa3d-users > |