From mboxrd@z Thu Jan 1 00:00:00 1970 X-Sympa-To: caml-list@inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q3IHMVCs008505 for ; Wed, 18 Apr 2012 19:22:31 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiQGAL73jk+uedqy/2dsb2JhbABEgxyuJYEHgko/iWALuxWNEIJCYwSIXI4khGKKR4MH X-IronPort-AV: E=Sophos;i="4.75,442,1330902000"; d="scan'208";a="154612852" Received: from pse.psellos.com ([174.121.218.178]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Apr 2012 19:22:25 +0200 Received: from [192.168.0.11] (71-212-123-224.tukw.qwest.net [71.212.123.224]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id q3IHMECt001553 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 18 Apr 2012 12:22:20 -0500 From: Jeffrey Scofield Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 18 Apr 2012 10:22:14 -0700 Message-Id: Cc: Christophe Papazian , Jeffrey Scofield To: caml-list@inria.fr Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Validation-by: jeffsco@psellos.com Subject: [Caml-list] Build OCaml iOS apps under Lion Greetings, I've created a new version of OCamlXARM, which is my name for a version of the OCaml compiler that builds executables for iOS. The new version (1.0.15) works with Lion (OS X 10.7) and the latest Xcode (4.3.2). A while back there were some queries about using OCamlXARM on Lion, and I promised to get it working after our latest iOS app was released. So, the 1.0.15 release is what I promised. Instructions for downloading a binary release of OCamlXARM, or building it from source, and for testing, are at: http://psellos.com/ocaml/compile-to-iphone.html You can read about what I had to do to get it working on Lion in my sporadic blog: http://psellos.com/2012/04/2012.04.ocamlxarm-lion-1.html There were problems reported in using the old OCamlXARM with Lion. I haven't seen any of these problems with the latest OCamlXARM. I built all my test apps, and also rebuilt the real-world iOS apps that we sell. They all worked with no problems that I could find. (In particular, our real-world apps do plenty of floating arithmetic, and it works.) Please let me know of any comments or problems. I'd especially like to hear about bugs in OCamlXARM (so I can fix them). Regards, Jeffrey