Re: [Libosmscout-development] Compiling libosmscout for iOS giving error
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
|
From: Vladimir V. <vla...@gm...> - 2016-07-16 16:43:58
|
Hi Nicholas, This behavior happen when you have SSE, SSE2,... Intel vector extension activated in config headers generated by configure. When I have this I manually comment the relevant defines in the two generated .h files (don't remember more detail and I don't have access to my computer) Regards, Clad > Le 12 juil. 2016 à 02:39, Nicholas Hubbard <ni...@ze...> a écrit : > > Vlad, > > So the iOS/OSX project will run in the simulator, but when I try to build/run for my device (iPhone) it gives me lots of errors: > > <Screen Shot 2016-07-11 at 5.38.54 PM.png> > > Do you know how I could fix this and why it is only happening for the device? > > Thanks, > > Nic > > Nicholas Hubbard > Owner > Zed Said Studio LLC > www.zedsaid.com > ni...@ze... > > >> On Jun 9, 2016, at 8:32 AM, Vladimir Vyskocil <vla...@gm...> wrote: >> >> Hi Nicholas and Tim, >> >> I’ll look at this very soon, I promise and don’t need incentive, thank you! Actually I’ve some personal problems that impact my motivation… >> >> Best regards, >> Vlad. >> >>> On 09 Jun 2016, at 17:28, Nicholas Hubbard <ni...@ze...> wrote: >>> >>> Hi Vladimir, >>> >>> Are you able to get the Xcode example for iOS to build? We have been working on it for a while and still getting errors about Typeset.h not found and other errors. Have you tested it recently? >>> >>> We really want to get this working, so any help would be very much appreciated. I would be happy to hire you to help get the iOS project to build if that is some incentive. >>> >>> Thanks, >>> >>> Nic >>> >>> Nicholas Hubbard >>> Owner >>> Zed Said Studio LLC >>> www.zedsaid.com >>> ni...@ze... >>> >>>> On Jun 6, 2016, at 8:43 AM, Vladimir Vyskocil <vla...@gm...> wrote: >>>> >>>> The last thing that come to my mind is to add ./ before autogen.sh if it is not… >>>> >>>>> On 06 Jun 2016, at 17:39, Nicholas Hubbard <ni...@ze...> wrote: >>>>> >>>>> Yes, I am in the libosmscout/libosmscout directory. >>>>> >>>>> Is there something else I could be missing? >>>>> >>>>>> On Jun 6, 2016, at 8:36 AM, Vladimir Vyskocil <vla...@gm...> wrote: >>>>>> >>>>>> Maybe you should try to cd in libosmscout/libosmscout directory if it is not the case ? >>>>>> >>>>>> Vladimir. >>>>>> >>>>>>> On 06 Jun 2016, at 17:34, Nicholas Hubbard <ni...@ze...> wrote: >>>>>>> >>>>>>> Yes: >>>>>>> >>>>>>> Hubbard-iMac-i7:libosmscout nnhubbard$ autoconf --version >>>>>>> autoconf (GNU Autoconf) 2.69 >>>>>>> Copyright (C) 2012 Free Software Foundation, Inc. >>>>>>> License GPLv3+/Autoconf: GNU GPL version 3 or later >>>>>>> <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> >>>>>>> This is free software: you are free to change and redistribute it. >>>>>>> There is NO WARRANTY, to the extent permitted by law. >>>>>>> >>>>>>> Written by David J. MacKenzie and Akim Demaille. >>>>>>> Hubbard-iMac-i7:libosmscout nnhubbard$ automake --version >>>>>>> automake (GNU automake) 1.15 >>>>>>> Copyright (C) 2014 Free Software Foundation, Inc. >>>>>>> License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html> >>>>>>> This is free software: you are free to change and redistribute it. >>>>>>> There is NO WARRANTY, to the extent permitted by law. >>>>>>> >>>>>>> Written by Tom Tromey <tr...@re...> >>>>>>> and Alexandre Duret-Lutz <ad...@gn...>. >>>>>>> Hubbard-iMac-i7:libosmscout nnhubbard$ libtool --version >>>>>>> error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: unknown option character `-' in: --version >>>>>>> Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT] [-no_warning_for_no_symbols] >>>>>>> Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load] > |