From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id A1BB97ED7A for ; Wed, 29 Aug 2012 23:20:20 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of yury.sulsky@gmail.com) identity=pra; client-ip=209.85.212.170; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="yury.sulsky@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of yury.sulsky@gmail.com designates 209.85.212.170 as permitted sender) identity=mailfrom; client-ip=209.85.212.170; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="yury.sulsky@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-wi0-f170.google.com) identity=helo; client-ip=209.85.212.170; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="postmaster@mail-wi0-f170.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai8CAAOHPlDRVdSqjWdsb2JhbABFqSCJAwGIRggiAQEBAQkJCwkSBiOCIAEBAQMBEgIsARsSCwEDAQsGBQQHGiEiAREBBQEKEgYTEhCHWwEDBgYLnRcJA4wignOFRAoZJwMKV4hxAQUMinwFhlQDlVaBFI0jPoQf X-IronPort-AV: E=Sophos;i="4.80,335,1344204000"; d="scan'208";a="171239544" Received: from mail-wi0-f170.google.com ([209.85.212.170]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 29 Aug 2012 23:20:20 +0200 Received: by wibhq12 with SMTP id hq12so6212633wib.3 for ; Wed, 29 Aug 2012 14:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JNKPXkw/O6EjlzDFvkr6RmXSqlwMw4CanavPZjTrIKY=; b=KZPCv6gpbUirFy7hBA08/d3jILoeBvxKIrPZ/mXC0YDHboTAomyBr8EqpuC+Z4lB6u mkb0j6wdyHZFo4MFZ/tJj2EVp6oxVSdFdtj+aTyQC26sCOyab708GU8GACsoY/ba3QRd uoODm9i8wViDn+0YD6p1Hy0M/xhzSG+ja1rH61Yi/cVy6h9HK2zbdnhEhLcqBeSgchXv mchDFe99FOB3SBYAvISaxStvT2QUbrWtaWOUPaaAYc2Ar1GFen1NEu5soOswBdhS3pjY 73rucBNF8HzpSfVeUhPG/+tO5fcDWVA6+mx8bz8pUk3u9Jyw1CnZrR3b91kNK10o2qIO eHig== MIME-Version: 1.0 Received: by 10.180.81.193 with SMTP id c1mr42966550wiy.12.1346275219847; Wed, 29 Aug 2012 14:20:19 -0700 (PDT) Received: by 10.216.228.97 with HTTP; Wed, 29 Aug 2012 14:20:19 -0700 (PDT) In-Reply-To: <20120829210223.GA347@cox.net> References: <20120829210223.GA347@cox.net> Date: Wed, 29 Aug 2012 17:20:19 -0400 Message-ID: From: Yury Sulsky To: John Velman Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=f46d044401d03fbbcc04c86e20c3 Subject: Re: [Caml-list] Problem installing core --f46d044401d03fbbcc04c86e20c3 Content-Type: text/plain; charset=ISO-8859-1 Hi John, Building core from the Mercurial tree on Bitbucket requires oasis to be installed. An easier path is to build from the released packages, which don't have this dependency: https://ocaml.janestreet.com/ocaml-core/108.00.02/core-suite-108.00.02.tar.gz Yury On Wed, Aug 29, 2012 at 5:02 PM, John Velman wrote: > I'm on OS X 10.8.1, with OCaml from the .dmg, 4.00.0. > > New to OCaml. > > I managed to install 'batteries', and am now trying to install > yminsky-ocaml-core-8808e3a2571f . > > I now get the following: > > ----------- > > jrv:yminsky-ocaml-core-8808e3a2571f jr$ sudo ./build-and-install -s > => base/type_conv > ./oasis.sh: line 49: oasis: command not found > *** ERROR: Error generating base/type_conv/_oasis > jrv:yminsky-ocaml-core-8808e3a2571f jr$ > > ------------ > > What am I missing? > > Thanks, > > John V. > > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa-roc.inria.fr/wws/info/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > > --f46d044401d03fbbcc04c86e20c3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi John,

Building core from the Mercurial tree on Bitbucket requires= oasis to be installed. An easier path is to build from the released packag= es, which don't have this dependency:

https://oca= ml.janestreet.com/ocaml-core/108.00.02/core-suite-108.00.02.tar.gz

Yury

On Wed, Aug 29, 2012 at 5:02 PM,= John Velman <velman@cox.net> wrote:
I'm on OS X 10.8.1, with OCaml from the = .dmg, 4.00.0.

New to OCaml.

I managed to install 'batteries', and am now trying to install
yminsky-ocaml-core-8808e3a2571f .

I now get the following:

-----------

jrv:yminsky-ocaml-core-8808e3a2571f jr$ sudo ./build-and-install -s
=3D> base/type_conv
./oasis.sh: line 49: oasis: command not found
*** ERROR: Error generating base/type_conv/_oasis
jrv:yminsky-ocaml-core-8808e3a2571f jr$

------------

What am I missing?

Thanks,

John V.


--
Caml-list mailing list. =A0Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs


--f46d044401d03fbbcc04c86e20c3--