I got v.rmdup to compile by changing line 196 of file rmdup.c
from
while (match == 0 && Closet->dig_fp->_shortbuf[1])
to
while (match == 0 && Closet->dig_fp->_bf._size)
(I copied the logic from the __FreeBSD__ switch, so I presume this hack should be OK?)
Thanks,
Jeshua Lacock
Cartographer/Owner http://SierraMaps.com http://3dTopoMaps.com
Telephone: (760) 935-4481
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Sun, Dec 10, 2000 at 04:26:39PM -0800, Jeshua Lacock wrote:
Hello,
I got v.rmdup to compile by changing line 196 of file rmdup.c
from
while (match == 0 && Closet->dig_fp->_shortbuf[1])
to
while (match == 0 && Closet->dig_fp->_bf._size)
(I copied the logic from the __FreeBSD__ switch, so I presume this hack should be OK?)
Hi Jeshua,
I have added MacOS X sensivity (hope so).
Please
cvs update src/mapdev/v.rmdup/cmd/rmdup.c
gmake5 src/mapdev/v.rmdup/cmd/rmdup.c
and tell me if this is o.k. now.
Markus
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'