From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id D8566BB84 for ; Fri, 14 Jul 2006 11:32:51 +0200 (CEST) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k6E9WppU031448 for ; Fri, 14 Jul 2006 11:32:51 +0200 Received: from [192.168.1.2] (che78-2-82-237-71-191.fbx.proxad.net [82.237.71.191]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5366D269BA; Fri, 14 Jul 2006 11:32:37 +0200 (CEST) Message-ID: <44B764B5.3060305@inria.fr> Date: Fri, 14 Jul 2006 11:32:37 +0200 From: Xavier Leroy User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik de Castro Lopo Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Ocaml, MacOSX and GUIs References: <20060714114644.03f4ae82.mle+ocaml@mega-nerd.com> In-Reply-To: <20060714114644.03f4ae82.mle+ocaml@mega-nerd.com> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 44B764C3.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 macosx:01 guis:01 pre-compiled:01 compiler:01 ocaml-:01 ocaml-:01 powerpc:01 macosx:01 native-code:01 ocamlopt:01 guis:01 labltk:01 ocaml:01 labltk:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 > For Mac, I notice that there is a pre-compiled Mac binaries for > the compiler: > http://caml.inria.fr/distrib/ocaml-3.09/ocaml-3.09.0.dmg > I presume that these are PowerPC binaries. Is that correct? Yes. > Is there likely to be a version soon targetting the Intel CPU soon? The source distribution for 3.09.2 contains full support for MacOSX/Intel, including native-code generation. There are still a few small ocamlopt bugs in this port, which I'm currently ironing out. > So, on to GUIs. My GUI requirements are rather simple. In fact > the lablTk libraries should do the trick. Has anyone actually > done any Ocaml development with a lablTk GUI targeting all three > platforms? If so, how did it work out? In the standard distribution, there's ocamlbrowser, which has a labltk-based GUI and works on all three platforms. - Xavier Leroy