Ich versuche Gimp 1.3.22 unter Windows zu kompilieren. Allerdings verwende ich nicht den Microsoftcompiler und die speziell dafür geschriebenen Makefiles (siehe Readme.win32) sondern msys und das configure-script. Beim ausführen von configure erhalte ich folgende Fehlermeldung:
        
        checking for TIFFReadScanline in -ltiff... no
        checking for TIFFWriteScanline in -ltiff... no
        checking for TIFFFlushData in -ltiff34... no
        configure: WARNING: *** TIFF plug-in will not be built (TIFF library not found) ***
        configure: error:
        *** Checks for TIFF libary failed. You can build without it by passing
        *** --without-libtiff to configure but you won\'t be able to use TIFFs then.
        
        Dabei habe ich alle binaries der Tiff-Library installiert. Wenn ich mit --without-libtiff fortfahre tritt der selbe Fehler mit libpng und anderen Grafikfomatplug-ins auf. Glib, GTK... werden als vorhanden erkannt.
        
        Danke
        
        Kabelsalat
      
