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")
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'
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
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'