You are not logged in.

#1 2011-08-12 03:53:37

allencch
Member
Registered: 2011-03-25
Posts: 119

How to makepkg mingw32-gdk-pixbuf2?

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

#2 2011-08-13 13:34:04

Gooru
Member
From: Poland
Registered: 2010-08-25
Posts: 53

Re: How to makepkg mingw32-gdk-pixbuf2?

Did you try to install libtiff from repos?? There is a package mingw32-libtiff, you may want to check it out wink

Last edited by Gooru (2011-08-13 13:35:46)

Offline

#3 2011-08-14 06:37:59

allencch
Member
Registered: 2011-03-25
Posts: 119

Re: How to makepkg mingw32-gdk-pixbuf2?

Gooru, thanks for your suggestion. I already installed mingw32-libtiff. Anyway, I tried to use mingw-cross-env for my project.

Offline

Board footer

Powered by FluxBB