Changes between Version 5 and Version 6 of BuildingWithMinGW


Ignore:
Timestamp:
Feb 20, 2008, 8:27:13 AM (16 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v5 v6  
    4242'''GTK+:'''
    4343
    44 If you have a development version of GTK+ installed, its (old) libtiff confuses configure. It is best to use --with-libtiff=internal
     44If you have a development version of GTK+ installed, its (old) libtiff may confuse the building. It is best to use --with-libtiff=internal and move tiff headers and libraries away from sight.
    4545
    46 configure 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.
     46configure detects 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.
    4747
    4848'''PostgreSQL and PostGIS:'''