[GRASSLIST:1490] RE: r3.showdspf

Thanks for your answer!

We have installed Mesa-widgets and solved the problem with the: libGLw.so.3.
Now we are asked aboute a new library: libXm.so.1. What do this library
belong to?
And are there any other dependencies???

Regards,
Mona

-----Original Message-----
From: Venkatesh Raghavan [mailto:raghavan@media.osaka-cu.ac.jp]
Sent: Thursday, February 22, 2001 1:50 AM
To: Johansen Mona
Subject: Re: [GRASSLIST:1460] r3.showdspf

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

On Thu, Feb 22, 2001 at 09:57:15AM +0100, Johansen Mona wrote:

Thanks for your answer!

We have installed Mesa-widgets and solved the problem with the: libGLw.so.3.
Now we are asked aboute a new library: libXm.so.1. What do this library
belong to?

You need the "lesstif" (MOTIF clone) to be installed as well.

And are there any other dependencies???

Please check:
http://www.geog.uni-hannover.de/grass/grass5/
(bottom of page)
-> List of further (partly optional) requirements

I have just added this link.

Cheers

Markus

Regards,
Mona

-----Original Message-----
From: Venkatesh Raghavan [mailto:raghavan@media.osaka-cu.ac.jp]
Sent: Thursday, February 22, 2001 1:50 AM
To: Johansen Mona
Subject: Re: [GRASSLIST:1460] r3.showdspf

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

--
Markus Neteler * University of Hannover
Institute of Physical Geography and Landscape Ecology
Schneiderberg 50 * D-30167 Hannover * Germany
Tel: ++49-(0)511-762-4494 Fax: -3984

On Thu, Feb 22, 2001 at 09:57:15AM +0100, Johansen Mona wrote:

Thanks for your answer!

We have installed Mesa-widgets and solved the problem with the: libGLw.so.3.
Now we are asked aboute a new library: libXm.so.1. What do this library
belong to?
And are there any other dependencies???

You need a Motif(R) installation, such as the free Lesstif. FYI, the
r3.showdspf is pretty crude...

The libraries you need are:

Mesa/OpenGL libraries (libGL, libGLU)
Mesa/OpenGL widgets (libGLw, libGLwM <- "M" is for "Motif")
Xlib, Xt, Xext libraries..

--
Eric G. Miller <egm2@jps.net>