[GRASS5] grass5.0 beta11pre2 sources released

Dear pre-testers,

[cc to grass5]

due to problems with GRASS monitor and some relevant
updates concerning Mac OS X I have put out a new
grass5.0beta11pre2_src.tar.gz

http://www.geog.uni-hannover.de/grass/grass5/source/
(on the mirrors soon)

Sorry for this inconvenience, but we kindly request you to
try this updated version.

Testers interested in using this code in WindowsNT/Cygnus
environment, please read README.cygnus within the code.
("how to easily use IPC instead of fifos")

The LZW-removal announcement has been updated:
http://www.geog.uni-hannover.de/grass/announces/announce_lzw_removal.html

You may use *new* the "r.lzw2z" to convert your FP raster
maps directly within the updated GRASS 5 beta11. If you already
have downloaded r.lzw2z, please update due to important improvements.

Thanks for testing, I hope this monitor problems are fixed now.

Kind regards

Markus Neteler

--
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

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi all,

the monitor works fine now. Had no problems compiling either.
Can't test anything more this week, sorry. Hope next weekend is early enough.

Cheers,

Arne

--
Arne Pallentin

Department of Earth Sciences
The University of Waikato
Private Bag 3105
Hamilton - New Zealand

Ph.: +64-7-838 4024 ext. 6229
Home: +64-7-856 7877
Fax. +64-7-856 0115
e-mail: arne@waikato.ac.nz

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Arne,

On Mon, Jan 29, 2001 at 10:05:41AM +1300, Arne Pallentin wrote:

Hi all,

the monitor works fine now. Had no problems compiling either.

Good news!!

Can't test anything more this week, sorry. Hope next weekend is early
enough.

I hope not, but probably yes. We want to get out beta 11 asap.
As I am out of town from wednesday ongoing, we might get it out
earlier.

Eric: May I ask you to look into zlib/HAVE_ZLIB_1/config.h?
Otherwise people with extra zlib will have troubles...
Might be a small thing I just don't find in configure[.in].
On Linux it expands, on other systems it doesn't.

Regards

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

I think there was discussion of this problem, but I've lost the
emails...

./configure of beta11 leads to:
checking GL/gl.h and GL/GLmMDrawA.h...configure:
   warning: ***Did not find GL/GLwMDrawA.h

then when I later try to compile one of my r.le modules
I get errors in G_zlib_compress and G_zlib_expand
   e.g., undefined reference to 'deflateInit_' etc.

This is on Mandrake 7.2 on Intel.

Bill B.

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Sat, Feb 10, 2001 at 01:06:18PM -0700, bakerwl wrote:

I think there was discussion of this problem, but I've lost the
emails...

./configure of beta11 leads to:
checking GL/gl.h and GL/GLmMDrawA.h...configure:
   warning: ***Did not find GL/GLwMDrawA.h

Only needed for r3.showdspf.openGL (You'll need Mesa or OpenGL widgets
which are separate from the base Mesa or OpenGL stuff).

then when I later try to compile one of my r.le modules
I get errors in G_zlib_compress and G_zlib_expand
   e.g., undefined reference to 'deflateInit_' etc.

This is on Mandrake 7.2 on Intel.

Make sure the Gmakefile has $(XDRLIB) in the $(CC) line. If it does
already, then also add $(ZLIB), though possibly your gmake5 is not up
to date. Looks like a linker problem (need to have -lz flag and,
obviously, libz).

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

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Thanks Eric, the XDRLIB fixed the second problem fine.

Bill B.

"Eric G . Miller" wrote:

On Sat, Feb 10, 2001 at 01:06:18PM -0700, bakerwl wrote:
> I think there was discussion of this problem, but I've lost the
> emails...
>
> ./configure of beta11 leads to:
> checking GL/gl.h and GL/GLmMDrawA.h...configure:
> warning: ***Did not find GL/GLwMDrawA.h

Only needed for r3.showdspf.openGL (You'll need Mesa or OpenGL widgets
which are separate from the base Mesa or OpenGL stuff).

> then when I later try to compile one of my r.le modules
> I get errors in G_zlib_compress and G_zlib_expand
> e.g., undefined reference to 'deflateInit_' etc.
>
> This is on Mandrake 7.2 on Intel.

Make sure the Gmakefile has $(XDRLIB) in the $(CC) line. If it does
already, then also add $(ZLIB), though possibly your gmake5 is not up
to date. Looks like a linker problem (need to have -lz flag and,
obviously, libz).

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

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'