[GRASSLIST:1460] r3.showdspf

Hello,

I use the r3.showdspf to display isosurfaces previously calculated
with r3.mkdspf. I get the error message "error in loading shared libraries:
libGLw.so.3".
After installing Mesa, the same error occures.

Mona

Hi Mona

Regarding the g3d compilation I had to compile the
mesa widgets to create the libMesaGLw.a libMesaGLwM.a
libraries. Moved these libraries to /usr/lib and
added them to the OGLLIB in the
src.contrib/GMSL/g3d/src3d/raster/r3.showdspf.openGL/Gmakefile
as shown below;
OGLLIB=-lGL -lGLw -lMesaGLw -lMesaGLwM ${LGLWM} -lXm -lX11 -lXt -lXext

Subsequently the g3d including r3.showdspf.openGL could also be
compiled without a hitch.

Mesa widgets source code is available with the Mesa code and
will generate the required libraries when compiled.

Hope this helps.

Raghavan

Johansen Mona wrote:

Hello,

I use the r3.showdspf to display isosurfaces previously calculated
with r3.mkdspf. I get the error message "error in loading shared libraries:
libGLw.so.3".
After installing Mesa, the same error occures.

Mona