You are not logged in.
Does anyone successfully compile mingw32-gdk-pixbuf2?
I have the following problems during configure:
checking for TIFFReadRGBAImageOriented in -ltiff... no
checking for TIFFWriteScanline in -ltiff... no
checking for TIFFFlushData in -ltiff34... no
configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
Then I use --without-libtiff, then the following erros shown:
io-png.c: In function 'png_error_callback':
io-png.c:772:30: error: dereferencing pointer to incomplete type
io-png.c: In function 'real_save_png':
io-png.c:981:12: error: dereferencing pointer to incomplete type
Offline
Did you try to install libtiff from repos?? There is a package mingw32-libtiff, you may want to check it out
Last edited by Gooru (2011-08-13 13:35:46)
Offline
Gooru, thanks for your suggestion. I already installed mingw32-libtiff. Anyway, I tried to use mingw-cross-env for my project.
Offline