Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to build GDAL for ios?
    primarykey
    data
    text
    <p>I trying to build the GDAL library for my iOS project.</p> <p>I found this thred <a href="https://stackoverflow.com/questions/12643898/incorporating-gdal-ogr-into-an-ios-project-a-quick-guide">Incorporating GDAL/OGR into an iOS project - A quick guide</a> , but the script given by MiKL is simply throws an "unexpected end of file"</p> <p>I also tried the pseudogreen's script from: <a href="http://pseudogreen.org/blog/build_autoconfed_libs_for_iphone.html" rel="nofollow noreferrer">http://pseudogreen.org/blog/build_autoconfed_libs_for_iphone.html</a></p> <p>but that one seemed to me a little bit outdated, i had to change all the directory paths, but i can't get it work :|</p> <p>My current setup: OSX 10.7.4 Lion, XCode 4.5 currently the latest stable gdal version is 1.9.2</p> <p>Does anyone have some advice for me?</p> <p>EDIT:</p> <p>after messing around with the directory paths, i figured out that the command line tools were missing from system (forgot to reinstall it after fresh osX install) , so i installed it from xcode.</p> <p>Now the build process starts but after a while it gives me a strange error:</p> <pre><code>In file included from ogr_sqlite.h:41, from ogrsqlitedatasource.cpp:30: /usr/include/sqlite3.h:4493: error: expected initializer before ‘__AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_5_0’ make[3]: *** [../o/ogrsqlitedatasource.lo] Error 1 make[2]: *** [sqlite-target] Error 2 make[1]: *** [sublibs] Error 2 make: *** [ogr-target] Error 2 </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload