--- Log opened Wed Jul 06 00:00:28 2016 02:23 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 07:50 -!- curious_ [~curious@91.225.158.54] has quit [Ping timeout: 272 seconds] 09:04 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 250 seconds] 12:47 -!- jandegr [6d816946@gateway/web/freenode/ip.109.129.105.70] has joined #navit 12:55 -!- Horwitz [mich1@baldrian.franken.de] has quit [Ping timeout: 244 seconds] 12:56 -!- Horwitz [mich1@baldrian.franken.de] has joined #navit 12:56 -!- mode/#navit [+o Horwitz] by ChanServ 13:01 -!- circleci-bot [~circleci-@ec2-54-237-32-116.compute-1.amazonaws.com] has joined #navit 13:01 #navit: < circleci-bot> Canceled: jandegr's build (#1028; push) in navit-gps/navit (iOS_9.3_hacks) -- https://circleci.com/gh/navit-gps/navit/1028 13:01 -!- circleci-bot [~circleci-@ec2-54-237-32-116.compute-1.amazonaws.com] has quit [Client Quit] 13:03 -!- circleci-bot [~circleci-@ec2-54-205-72-30.compute-1.amazonaws.com] has joined #navit 13:03 #navit: < circleci-bot> Canceled: jandegr's build (#1029; push) in navit-gps/navit (iOS_9.3_hacks) -- https://circleci.com/gh/navit-gps/navit/1029 13:03 -!- circleci-bot [~circleci-@ec2-54-205-72-30.compute-1.amazonaws.com] has quit [Client Quit] 13:12 -!- circleci-bot [~circleci-@ec2-54-167-253-122.compute-1.amazonaws.com] has joined #navit 13:12 #navit: < circleci-bot> Success: Robotaxi's build (#1030; push) in navit-gps/navit (Robotaxi) -- https://circleci.com/gh/navit-gps/navit/1030 13:12 -!- circleci-bot [~circleci-@ec2-54-167-253-122.compute-1.amazonaws.com] has quit [Client Quit] 13:14 -!- circleci-bot [~circleci-@ec2-54-160-124-67.compute-1.amazonaws.com] has joined #navit 13:14 #navit: < circleci-bot> Success: jandegr's build (#1031; push) in navit-gps/navit (iOS_9.3_hacks) -- https://circleci.com/gh/navit-gps/navit/1031 13:14 -!- circleci-bot [~circleci-@ec2-54-160-124-67.compute-1.amazonaws.com] has quit [Client Quit] 13:39 #navit: < kazer> hi there 13:39 #navit: < jandegr> hi kazer 13:39 #navit: < kazer> jandegr: i had a quick look at building on my macOS box. I'm going to need more details about how to reproduce your steps. 13:41 #navit: < jandegr> how far did you get ? 13:43 #navit: < kazer> i have xcode installed and a clone of the code. I think that it would help to push your changes in a branch at first 13:43 #navit: < kazer> i don't have the macos box with me right now so i can't provide a lot of details 13:44 #navit: < jandegr> then it is create a builddir and in there issue the cmake command 13:45 #navit: < kazer> but you had to patch something to get it to build no? 13:46 #navit: < kazer> example : "Modify Toolchain/xcode-iphone.cmake to use a more recent sdk" : that's probably something we should commit to trunk, as it won't build otherwise, correct? 13:46 #navit: < jandegr> hmm, 13:46 #navit: < kazer> later on you also say that sdk should be <8 for now 13:47 #navit: < jandegr> don't commit anything to trunk now, it might break the build on the navit server for ios 4.3 13:47 #navit: < kazer> then a branch would be perfect :) 13:47 #navit: < jandegr> https://github.com/navit-gps/navit/tree/iOS_9.3_hacks 13:48 #navit: < kazer> thanks! 13:48 #navit: < jandegr> most changes I put in there are for when the build finished and you run it on a device 13:49 #navit: < kazer> awesome. Hopefully I'll be able to run it on my device tonight then 13:49 #navit: < jandegr> I circumvented the remaining problems by letting cmake work as far as it gets and finisch the config with xcode gui 13:50 #navit: < kazer> mmm so we can't build without some xcode gui fiddling currently? 13:50 #navit: < jandegr> I can't without your help :) 13:51 #navit: < jandegr> the 2 problems you will face at first is : 13:51 #navit: < jandegr> are : 13:51 #navit: < jandegr> libz 13:52 #navit: < jandegr> I added -lz linker flag with xcode gui to get around it 13:52 #navit: < jandegr> and then I had a problem with wordexp deprecated 13:53 #navit: < jandegr> I made it use the wordexp from support, but include stdlib.h because of malloc.h not found 13:54 #navit: < jandegr> together with the changes in the branch, had no more crashes on iPhone5 simulator and I tested it up to and including routing 13:58 -!- circleci-bot [~circleci-@ec2-54-242-202-228.compute-1.amazonaws.com] has joined #navit 13:58 #navit: < circleci-bot> Success: jandegr's build (#1032; push) in navit-gps/navit (iOS_9.3_hacks) -- https://circleci.com/gh/navit-gps/navit/1032 13:58 -!- circleci-bot [~circleci-@ec2-54-242-202-228.compute-1.amazonaws.com] has quit [Client Quit] 14:00 #navit: < kazer> that's really cool, congrats jandegr 14:00 #navit: < jandegr> :) 14:06 #navit: < kazer> i tried a chevrolet car with mylink and screen mirroring last week btw 14:13 #navit: < jandegr> https://dl.dropboxusercontent.com/u/93775123/Navit/iphone10.PNG 14:14 #navit: < jandegr> just in case you lose your patience and use xcode gui anyway, in 'other linker flags' you can add -lz 14:18 #navit: < kazer> that's helpful, thanks 16:01 -!- Elodie_ [62f843d2@gateway/web/freenode/ip.98.248.67.210] has joined #navit 16:26 -!- Elodie_ [62f843d2@gateway/web/freenode/ip.98.248.67.210] has quit [Ping timeout: 250 seconds] 16:37 -!- jandegr [6d816946@gateway/web/freenode/ip.109.129.105.70] has quit [Quit: Page closed] 19:09 -!- xenos1984 [~xenos1984@118-166-191-90.dyn.estpak.ee] has quit [Remote host closed the connection] --- Log closed Thu Jul 07 00:00:30 2016