>If using --with-tiff and --without-jpeg works, either your TIFF library doesn't have JPEG support, or it can find the JPEG library without any assistance. Either way, adding --with-jpeg won't make any difference.
Yes, currently TIFF library doesn't have JPEG support (as this libjpeg is not present in my MSYS environment); I succesfully built libjpeg, but during tests it reported errors, so I decided to remove it and then build TIFF without it; In wish list I meant to add jpeg and its support in tiff. Marco -----Messaggio originale----- Da: Glynn Clements [mailto:[EMAIL PROTECTED] Inviato: venerdì 28 marzo 2008 1.03 A: Marco Pasetti Cc: 'Moritz Lennert'; [email protected] Oggetto: Re: R: [GRASS-dev] WinGRASS-6.3.0RC6 Self Installer Marco Pasetti wrote: > >ODBC and maybe MySQL might be good things to add > > They are actually in my wish list, along with jpeg support, FFMPEG, > xerces and some other things. JPEG support doesn't actually mean anything. None of the Makefiles use the JPEG variables (JPEGLIB, JPEGLIBPATH and JPEGINCPATH). The configure script uses the variables when testing for the TIFF library, but that only matters if the TIFF library was built with JPEG support but it requires specific switches to locate the JPEG library (e.g. if the TIFF library is a static library). If using --with-tiff and --without-jpeg works, either your TIFF library doesn't have JPEG support, or it can find the JPEG library without any assistance. Either way, adding --with-jpeg won't make any difference. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
