From mboxrd@z Thu Jan 1 00:00:00 1970 X-Sympa-To: caml-list@inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q0UGst5e001184 for ; Mon, 30 Jan 2012 17:54:55 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAEfKJk+uedqy/2dsb2JhbABDrleBBYFyAQEEATo/BQsLRlcGLodhuDyCV4VlBgMLBAsGBA8BCAEFCQYDBBcDgn8DFQILAwJfBAEECAIEA4JzYwSIP5IxjRw X-IronPort-AV: E=Sophos;i="4.71,592,1320620400"; d="scan'208";a="129435104" Received: from pse.psellos.com ([174.121.218.178]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 30 Jan 2012 17:54:49 +0100 Received: from [192.168.0.11] (71-212-116-221.tukw.qwest.net [71.212.116.221]) (authenticated bits=0) by pse.psellos.com (8.13.8/8.13.8) with ESMTP id q0UGscgQ019470 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 30 Jan 2012 10:54:43 -0600 References: <15991D0B-B2FB-47A6-8196-B149257F49B7@psellos.com> <20110824091731.GA2598@cyclops> <35FD0778-70B2-4E5A-8570-669F45165FAA@gmail.com> In-Reply-To: <35FD0778-70B2-4E5A-8570-669F45165FAA@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Message-Id: <018BA7CD-5DC4-4969-815D-870EEF0165A8@psellos.com> Cc: Jeffrey Scofield , caml-list@inria.fr From: Jeffrey Scofield Date: Mon, 30 Jan 2012 08:54:38 -0800 To: Christophe Papazian X-Mailer: Apple Mail (2.1084) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id q0UGst5e001184 X-Validation-by: jeffsco@psellos.com Subject: Re: [Caml-list] OpenGL ES for iPhone Simulator; working example app Greetings, > I tried your solution for ocaml on Xcode 4.2 with iOS 5.0 > But I can't find a way to get a good binary. I got some weird alignment warnings > on compilation and the application just doesn't work on the iPhone. > > Do you have plan to update your work for the last versions of Xcode and iOS ? > > Thank you, it would be so good to have a nice way to program iOS applications in OCaml ! Yes, I will make it work with the latest Xcode and iOS. Right now we're in the last few weeks of releasing a new app, and I haven't wanted to disturb our development process. The native code generator of OCaml is based on the native assembler, so generally you just have to make the assembler and the linker happy by adapting the command lines from an ObjC project. If you try any experiments, let me know what you find out. Otherwise I'll look into it as soon as I can. Thanks for your interest and best regards, Jeffrey