Changes between Version 9 and Version 10 of BuildingWithMinGW

Show
Ignore:
Timestamp:
10/09/10 00:45:16 (3 years ago)
Author:
ajolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v9 v10  
    6262 
    6363--with-pg=/c/Progra~1/PostgreSQL/8.2/bin/pg_config 
     64 
     65'''Misc:''' 
     66 
     67see this: http://lists.osgeo.org/pipermail/gdal-dev/2010-October/026310.html 
     68 
     69also, in my environment cpl_config.h does not get correctly created for some reason now, working defines are 
     70 
     71{{{ 
     72#define PACKAGE_NAME "" 
     73#define PACKAGE_TARNAME "" 
     74#define PACKAGE_VERSION "" 
     75#define PACKAGE_STRING "" 
     76#define PACKAGE_BUGREPORT "" 
     77#define PACKAGE_URL "" 
     78#define STDC_HEADERS 1 
     79#define HAVE_SYS_TYPES_H 1 
     80#define HAVE_SYS_STAT_H 1 
     81#define HAVE_STDLIB_H 1 
     82#define HAVE_STRING_H 1 
     83#define HAVE_MEMORY_H 1 
     84#define HAVE_STRINGS_H 1 
     85#define HAVE_INTTYPES_H 1 
     86#define HAVE_STDINT_H 1 
     87#define HAVE_UNISTD_H 1 
     88#define LT_OBJDIR ".libs/" 
     89#define STDC_HEADERS 1 
     90#define HAVE_ASSERT_H 1 
     91#define HAVE_FCNTL_H 1 
     92#define HAVE_UNISTD_H 1 
     93#define HAVE_STDINT_H 1 
     94#define HAVE_LIMITS_H 1 
     95#define HAVE_LOCALE_H 1 
     96#define HAVE_VALUES_H 1 
     97#define HAVE_FLOAT_H 1 
     98#define HAVE_ERRNO_H 1 
     99#define HAVE_DIRECT_H 1 
     100#define HAVE_LONG_LONG 1 
     101#define UNIX_STDIO_64 1 
     102#define VSI_LARGE_API_SUPPORTED 1 
     103#define VSI_FTELL64 ftello64 
     104#define VSI_FSEEK64 fseeko64 
     105#define VSI_STAT64 _stat64 
     106#define VSI_STAT64_T __stat64 
     107#define VSI_FOPEN64 fopen64 
     108#define SIZEOF_INT 4 
     109#define SIZEOF_UNSIGNED_LONG 4 
     110#define SIZEOF_VOIDP 4 
     111#define HAVE_IEEEFP 1 
     112#define HOST_FILLORDER FILLORDER_LSB2MSB 
     113#define HAVE_VPRINTF 1 
     114#define HAVE_SNPRINTF 1 
     115#define HAVE_VSNPRINTF 1 
     116#define HAVE_ATOLL 1 
     117#define HAVE_STRTOF 1 
     118#define HAVE_GETCWD 1 
     119#define HAVE_DECL_STRTOF 1 
     120}}}