From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 9058ABC37 for ; Sun, 17 May 2009 05:38:00 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmwDAO4jD0pMYD4RlGdsb2JhbACCf4pdiXgBAQEBCQsICREDtwyBf4ICBQ X-IronPort-AV: E=Sophos;i="4.41,206,1241388000"; d="scan'208";a="26302946" Received: from qmta10.westchester.pa.mail.comcast.net ([76.96.62.17]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 May 2009 05:37:59 +0200 Received: from OMTA13.westchester.pa.mail.comcast.net ([76.96.62.52]) by QMTA10.westchester.pa.mail.comcast.net with comcast id sTUf1b00217dt5G5ATdzZz; Sun, 17 May 2009 03:37:59 +0000 Received: from tirion.kamysh.org ([76.126.115.120]) by OMTA13.westchester.pa.mail.comcast.net with comcast id sTdx1b00H2bvj1Y3ZTdzaq; Sun, 17 May 2009 03:37:59 +0000 Received: from titan.kamysh.org (titan.kamysh.org [192.168.2.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tirion.kamysh.org (Postfix) with ESMTP id 26D1A3AC02C; Sat, 16 May 2009 20:31:19 -0700 (PDT) From: Valentyn Kamyshenko To: Markus Mottl In-Reply-To: Subject: Re: [Caml-list] problem building godi-bin-prot on OS X References: Message-Id: <5B4EF9C7-AFE2-4023-9E38-033D7B76983B@kamysh.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Sat, 16 May 2009 20:37:52 -0700 Cc: Alan Schmitt , caml-list@inria.fr X-Mailer: Apple Mail (2.935.3) X-Spam: no; 0.00; markus:01 lib:01 mli:01 lib:01 cpp:01 flags:01 gcc:01 flags:01 markus:01 mottl:01 schmitt:01 schmitt:01 syntax:01 mottl:01 ocaml:01 Hello Markus, I had a similar issue. The probles seems to be in the first line of the files ./lib/type_class.mli and ./lib/type_class.ml. It looks like (*pp cpp $ARCH_FLAGS *) which, on Mac OS X, should be changed to (*pp gcc -E -xc $ARCH_FLAGS *) Unfortunately, I don't know how to "productize" such change. -- Valentyn. On May 16, 2009, at 8:54 AM, Markus Mottl wrote: > On Sat, May 16, 2009 at 02:55, Alan Schmitt > wrote: >> I'm having syntax errors when building bin-prot under godi on OS X >> (it seems >> needed to build batteries-included). Searching a bit brought some >> messages >> from october 2008 saying that a patch would come out to fix this: >> http://groups.google.com/group/fa.caml/browse_thread/thread/862b90fb07f58773/5817e0840deeaffd?lnk=gst&q=godi+bin+prot#5817e0840deeaffd >> Has the fix been released, or should I try to change things manually? > > The Jane Street Core library is still under heavy review but getting > closer to a release. I cannot tell how long this will take since I'm > not directly involved in the release process for this library itself, > but I guess one might already start holding one's breath... > > Regards, > Markus > > -- > Markus Mottl http://www.ocaml.info > markus.mottl@gmail.com > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs