Changes between Initial Version and Version 1 of Ticket #5197


Ignore:
Timestamp:
Aug 14, 2013, 12:44:41 AM (11 years ago)
Author:
Even Rouault
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5197 – Description

    initial v1  
    11Building GDAL 1.10 for iOS (device) fails due to no crt_extern on iOS.  Note that it builds OK for the iOS simulator, but not for the device.  The build error is included below, but the following fixed this error.  In file 'cpl_spawn.cpp' Replace:
    22
     3
     4{{{
    35#ifdef __APPLE__
    46#include <crt_externs.h>
     
    1113#if defined(__APPLE__) && !defined(TARGET_OS_IPHONE)
    1214#include <crt_externs.h>
     15}}}
     16
    1317
    1418For completeness, the error output before this change was: