[GRASSLIST:5853] Re: v.in.e00 import (resolved in OSX)

Lorenzo Moretti lorenzo.moretti at bologna.enea.it
Fri Feb 18 18:48:32 EST 2005


Hi Moritz

>Could you post all the changes you did ?
>
>BTW: is noone else having this problem on Debian ?
>
>Thanks,
>
>Moritz


These are the changes.


AVCE00 and E00CONV for OSX
==========================

download two sources from http://avce00.maptools.org/
- avce00-1.2.0.tar.gz
- e00compr-0.5.tar.gz

changes in avce00-1.2.0/GNUmakefile

BYTE_ORDER_FL = -DCPL_MSB

...
$(LIB): $(LIB_OBJS)
	rm -f $(LIB)
	$(AR) rc $(LIB) $(LIB_OBJS)
	ranlib $(LIB)

...

enter
>  make

you have 5 binaries



-------------------------------
changes in e00compr-0.5/Makefile

at the end

$(LIB): $(LIB_OBJS)
	rm -f $(LIB)
	$(AR) rc $(LIB) $(LIB_OBJS)
	ranlib $(LIB)

enter
>  make

you have 1 binary


These bins work with v.in.e00 inside grass60.
avcimport works alone and like a previuos post it's interesting to convert:

e00 --> A/Info Coverage --> shape

using avcimport and ogr2ogr


Bye




More information about the grass-user mailing list