Re: [Libosmscout-development] Compiling libosmscout for iOS giving error
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
|
From: Nicholas H. <ni...@ze...> - 2016-07-18 21:54:34
|
Thank you Tim! That made it work! Really appreciate your help! Nic Nicholas Hubbard Owner Zed Said Studio LLC www.zedsaid.com > On Jul 18, 2016, at 1:00 PM, Tim Teulings <ti...@fr...> wrote: > > Hello Nicholas, > >> Once you get back to a computer and test this, please let me know >> which files and lines I need to comment out. > > IMHO it is about libosmscout/include/osmscout/private/Config.h > > This header includes a number of defines that signal that various > extensions like SEE are available. These defines are set during > autoconf calls. The rest of the build project however does not > support/make use of these extensions. > > So you must disable the defines (by outcommenting them) in the header > so that compile, link and run options are in > match again. > > Which options have to be disable might be guessable from the concrete > errors you get. > > Use > > find . -name "Config.h" -exec grep HAVE_SSE {} \; -print > > to find all places where it is defined. It looks like all libraries have them. > > > -- > Gruß... > Tim > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Libosmscout-development mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libosmscout-development |