AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
December 2007

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2007.12.17 09:29 "Large file support in libtiff 3.8.2", by Jannes Bolten
2007.12.17 15:03 "Re: Large file support in libtiff 3.8.2", by Andrey Kiselev
2007.12.17 15:06 "Re: Large file support in libtiff 3.8.2", by Bob Friesenhahn
2007.12.17 16:05 "Re: Large file support in libtiff 3.8.2", by Jannes Bolten
2007.12.17 16:15 "Re: Large file support in libtiff 3.8.2", by Bob Friesenhahn
2007.12.17 18:43 "Re: Large file support in libtiff 3.8.2", by Andrey Kiselev
2007.12.17 22:01 "Opening >2GB TIFF files [was: Re: [Tiff] Large file support in libtiff 3.8.2]", by <scid@xs4all.nl>
2007.12.18 00:12 "Re: Opening >2GB TIFF files [was: Re: [Tiff] Large file support in libtiff 3.8.2]", by <jcupitt@gmail.com>
2007.12.18 17:32 "Re: Large file support in libtiff 3.8.2", by Jannes Bolten
2007.12.18 18:02 "Re: Large file support in libtiff 3.8.2", by Jannes Bolten
2007.12.19 19:03 "libtiff 3.9?", by Jannes Bolten
2007.12.19 21:47 "Re: libtiff 3.9?", by <jcupitt@gmail.com>

2007.12.19 19:03 "libtiff 3.9?", by Jannes Bolten

apologies - i just installed CVS and need some help. i haven't used CVS
before. being the proverbial noob, i rely on very straightforward
instructions... :-(

1st, does anyone know whether the error John Cupitt signaled has been
addressed in version 3.9? if not, i guess i'll have to give it a shot to fix
the code manually.

on the remotsensing.org web site i found this:

export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot

	cvs login

	(use empty password)
cvs checkout -r branch-3-9 libtiff

	to get stable libtiff branch


	
typing

export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot


worked fine. then i gave the empty password (just pressed return). Something
went wrong here. Please see my output:

Waitsfield:libtiff-3.9 jannes$ export
CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot
Waitsfield:libtiff-3.9 jannes$ cvs login
Logging in to :pserver:cvsanon@cvs.maptools.org:2401/cvs/maptools/cvsroot
CVS password: 
cvs login: warning: failed to open /Users/jannes/.cvspass for reading: No
such file or directory
cvs(65935) malloc: *** error for object 0x301f50: double free
*** set a breakpoint in malloc_error_break to debug
Waitsfield:libtiff-3.9 jannes$ cvs login
Logging in to :pserver:cvsanon@cvs.maptools.org:2401/cvs/maptools/cvsroot
CVS password: 
cvs(65946) malloc: *** error for object 0x301f50: double free
*** set a breakpoint in malloc_error_break to debug


As you can see, I tried to work around it by creating an empty text file in
my ~/ directory, named .cvspass - to no avail.

Can someone please help me out with
 this?

thanks!

jannes