Changes between Version 5 and Version 6 of BuildingOnMINGW64CMake


Ignore:
Timestamp:
Jun 8, 2013, 12:07:49 PM (11 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnMINGW64CMake

    v5 v6  
    5252cd build/mingw
    5353
    54 ## if you are building with MSYS and 64-bit use this
    55 ## if building for windows 64-bit you need to force the -DHAVE_LONG_LONG_INT_64
    56 ##  because geos for some reason is can't figure this out
     54## if building for windows 64-bit you need to add the -DHAVE_LONG_LONG_INT_64
     55##  because geos for some reason can't figure this out
    5756##  (for 32-bit you should leave it out)
    5857## Also not that the -DGEOS_ENABLE_INLINE=ON should in theory work but doesn't seem to
    5958## fully so it doesn't matter if you put it in since i have it hardcoded in my patch for mingw64
     59## geos in theory should be able to figure out that -DHAVE_STD_ISNAN too but can't for mingw64 (both 32-bit and 64-bit chains)
    6060
    6161cmake -G "MSYS Makefiles" ../trunk -DCMAKE_INSTALL_PREFIX:PATH=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD} -DHAVE_STD_ISNAN=1 -DHAVE_LONG_LONG_INT_64=1 -DGEOS_ENABLE_INLINE=ON  -DGEOS_ENABLE_TESTS=ON