Changes between Version 4 and Version 5 of BuildingWithMinGW


Ignore:
Timestamp:
Feb 20, 2008, 7:50:05 AM (16 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v4 v5  
    4040}}}
    4141
    42 '''tiff:'''
     42'''GTK+:'''
    4343
    4444If you have a development version of GTK+ installed, its (old) libtiff confuses configure. It is best to use --with-libtiff=internal
     45
     46configure may detect GTK+ provided libz, libpng and libjpeg but in compile time zlib.h etc are not found. This correct way to fix this is probably to use --with-jpeg=/c/gtk/include --with-libz=/c/gtk/include --with-png=/c/gtk/include and hope that tiff-headers in /c/gtk/include are not included.
    4547
    4648'''PostgreSQL and PostGIS:'''