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=2.0 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 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 425BBBBAF for ; Sun, 17 May 2009 19:52:00 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkQFACfrD0rRVdunmGdsb2JhbACCf5QXPwEBAQEBCAkMBxGoI4ETjjYBAwEDg34F X-IronPort-AV: E=Sophos;i="4.41,208,1241388000"; d="scan'208";a="26319709" Received: from mail-ew0-f167.google.com ([209.85.219.167]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 May 2009 19:51:59 +0200 Received: by ewy11 with SMTP id 11so3532021ewy.9 for ; Sun, 17 May 2009 10:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G4gpThqfcsU7MyRxCxPvKqGEHBJbHpO3OEPYsE/NFAg=; b=rVMYDWuQmXwwYO/rt/LIHc83h93bwT8hkSpgLndqamsuE+NBHJ7VBIZ0ieJK7W4ZrX VoOYT+osD0pXqzvpZ13wWY7qKGWwT7TvUUyY7PXT+rBMMp5zEaX0OFH4yv0g8c+h14dF HQ/AtWBfPFtKH9gkghbOOTjVDvIoLZaVIeVM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MyjfpPXAu8VA133uaDtMVBnXvlq2khUJE84BHcCCYWHVI+yrtcRiriLKSHtjMAb8Pm Gy1whkRaboBd+7EK71QXyG2esTB2TstSIon9bsQIgvuHeVnkH6BzzLZWid4giTk9+54P FCZPu2mXzWLntXnrFxIX7f5e5DGrcRH5OQIoA= MIME-Version: 1.0 Received: by 10.216.15.84 with SMTP id e62mr1808501wee.207.1242582719410; Sun, 17 May 2009 10:51:59 -0700 (PDT) In-Reply-To: <5B4EF9C7-AFE2-4023-9E38-033D7B76983B@kamysh.org> References: <5B4EF9C7-AFE2-4023-9E38-033D7B76983B@kamysh.org> Date: Sun, 17 May 2009 13:51:59 -0400 Message-ID: Subject: Re: [Caml-list] problem building godi-bin-prot on OS X From: Markus Mottl To: Valentyn Kamyshenko Cc: Alan Schmitt , caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; markus:01 mottl:01 markus:01 mottl:01 lib:01 mli:01 lib:01 cpp:01 flags:01 gcc:01 flags:01 ocaml:01 2009:98 wrote:01 caml-list:01 On Sat, May 16, 2009 at 23:37, Valentyn Kamyshenko wrote: > 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. This problem is already fixed in my version and the one in Godi (1.2.14), but not the one distributed by Jane Street. Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com