| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2004.06.07 08:59 "Re: tiff-3.7.0alpha", by Andrey KiselevOn Sun, Jun 06, 2004 at 06:32:29PM -0500, Bob Friesenhahn wrote: > While attempting to build the alpha package using GCC targeting 64-bit > sparc under Solaris, I encountered some problems. > This warning sounds like a probable bug: > > tif_packbits.c: In function `PackBitsPreEncode': > tif_packbits.c:45: warning: cast to pointer from integer of different size > tif_packbits.c:47: warning: cast to pointer from integer of different size > tif_packbits.c: In function `PackBitsEncodeChunk': > tif_packbits.c:191: warning: cast from pointer to integer of different size That is no problem. Will be fixed in the next release. > Apparently Solaris does not require any of the porting routines from > libport so libport never gets built at all. Unfortunately the > library is then referenced later during the build, causing the build > to fail: ... > gcc-3.4.0: > /home/bfriesen/src/graphics/tiff-3.7.0alpha/port/.libs/libport.a: No such > file or directory That is strange. libport.a should be built in any case. If your case it will be just empty library without any objects inside, but it should be built. Perhaps, it is autotools glitches, related to LTLIBOBJS handling. I shall try to investigate. Andrey -- Andrey V. Kiselev Home phone: +7 812 5274898 ICQ# 26871517 |
|||||||