What's wrong with tifflib 4.2? My system comes with it (gentoo), and it installs a dozen utilities using it.
Compiling with it gives funny errors: | > Image.TIFF.encode(Image.Image(10,10)); | TIFFWriteScanline returned error on line 0 | object_program(_Image_TIFF): | _Image_TIFF->encode(Image.Image( 10 x 10 /* 0.3Kb */)) | HilfeInput:1: HilfeInput()->___HilfeWrapper()
Anyone investigated?
I think we've just identified it as broken. Wasn't there a configure test to make sure the tiff glue didn't build with tifflib 4.2?
/ Martin Nilsson (hehe Torgny)
Previous text:
2002-12-10 09:30: Subject: tiff 4.2
What's wrong with tifflib 4.2? My system comes with it (gentoo), and it installs a dozen utilities using it.
Compiling with it gives funny errors: | > Image.TIFF.encode(Image.Image(10,10)); | TIFFWriteScanline returned error on line 0 | object_program(_Image_TIFF): | _Image_TIFF->encode(Image.Image( 10 x 10 /* 0.3Kb */)) | HilfeInput:1: HilfeInput()->___HilfeWrapper()
Anyone investigated?
/ Mirar
In the last episode (Dec 10), Martin Nilsson (hehe Torgny) @ Pike (-) developers forum said:
I think we've just identified it as broken. Wasn't there a configure test to make sure the tiff glue didn't build with tifflib 4.2?
And I don't think it has been decided that tifflib is broken; the API may have changed and no-one has looked closely at the module source to determine what's wrong.
Yes. I removed the test in my source to see what would happen. It seems all (?) Linux systems comes with tifflib 4.2 now, so I was interested to see how broken it was.
It compiled without problem or warnings anyway, but the interface must have changed somehow.
/ Mirar
Previous text:
2002-12-10 15:27: Subject: tiff 4.2
I think we've just identified it as broken. Wasn't there a configure test to make sure the tiff glue didn't build with tifflib 4.2?
/ Martin Nilsson (hehe Torgny)
pike-devel@lists.lysator.liu.se