From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.95.69 with SMTP id di5mr17447904obb.31.1450722394022; Mon, 21 Dec 2015 10:26:34 -0800 (PST) X-Received: by 10.182.42.195 with SMTP id q3mr169299obl.3.1450722393988; Mon, 21 Dec 2015 10:26:33 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!mv3no14157735igc.0!news-out.google.com!l1ni10323igd.0!nntp.google.com!mv3no14157732igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 21 Dec 2015 10:26:33 -0800 (PST) In-Reply-To: <2ea4e650-2499-4fcf-bb0c-6b651ad5dd6e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.211.64.99; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.211.64.99 References: <02cc927d-a578-4e06-9706-efeb1db99e40@googlegroups.com> <7bac83ed-0d6f-4d2d-9e9a-0cd659d1d80a@googlegroups.com> <2ea4e650-2499-4fcf-bb0c-6b651ad5dd6e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0403159a-d186-48d2-bb2c-9021e10a41b9@googlegroups.com> Subject: =?ISO-8859-1?B?UmU6IEFkYSBvbiBpT1MgP6BPciBTd2lmdC4uLg==?= From: Lucretia Injection-Date: Mon, 21 Dec 2015 18:26:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28846 Date: 2015-12-21T10:26:33-08:00 List-Id: On Monday, 21 December 2015 10:05:55 UTC, vincent....@gmail.com wrote: > Le dimanche 20 d=E9cembre 2015 03:16:24 UTC+1, David Botton a =E9crit=A0: > >=20 > > It will have to be an app with a server side, but using Gnoga it is pos= sible. > =20 > > What you do is create an application using PhoneGAP using a Gnoga boot.= html pointing back to your Gnoga app's server IP/URL. Then you can use HTML= 5 Canvas or any other HTML/JS method to do the drawing. The PhoneGAP JS API= will give you access to the location data, etc. which you can access from = the server side using Gnoga. >=20 > Thanks David and Luke for your kind responses. Sadly, the server side sol= ution is not practical here, for an onboard navigation tool. I realy need a= compiler for iOS... I did try a cross compile of gcc 4.9.2 for macos x which didn't work. Idid = build binutils for ios, so it could/should be possible. I think if you try = to build it on macos x instead, it may work, it may not. Try: ../binutils-2.25/configure --prefix=3D$HOME/opt/apple-gcc --target=3Di686-a= pple-darwin10 --program-prefix=3Di686-apple-darwin10- --with-build-sysroot= =3D/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimul= ator4.3.sdk/ --disable-nls --disable-shared ../gcc-4.9.2/configure --prefix=3D$HOME/opt/apple-gcc --target=3Di686-apple= -darwin10 --program-prefix=3Di686-apple-darwin10- --with-build-sysroot=3D/D= eveloper/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4= .3.sdk/ --enable-languages=3Dc,c++,objc,obj-c++ --disable-nls --disable-sha= red=20 You will probably need the following additions for gcc as well, so each lib= would need to be build as well, see my free-ada scripts for that: --with-ppl=3D --disable-isl-version-check --disable-ppl-version-ch= eck --with-gmp=3D --with-mpfr=3D --with-mpc=3D -= -with-isl=3D --enable-cloog-backend=3Disl --disable-cloog-version-= check --with-cloog=3D Luke.