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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 7FB8C820A1 for ; Tue, 20 Aug 2013 20:37:35 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of caseybasichis@gmail.com) identity=pra; client-ip=209.85.128.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="caseybasichis@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of caseybasichis@gmail.com designates 209.85.128.42 as permitted sender) identity=mailfrom; client-ip=209.85.128.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="caseybasichis@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qe0-f42.google.com) identity=helo; client-ip=209.85.128.42; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="postmaster@mail-qe0-f42.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhACAC22E1LRVYAqm2dsb2JhbABXA4JBeVGwcpADCBYOAQEBAQEGCwsJFCiCUhkBFAceAxIJB1wBAREBBQE1h30BAw8Mk1yDAIxQgwKEOQoZJw1kgRYBBQyNUYMQBYN+A4ktjE+BaYwug0MWKYRiHA X-IPAS-Result: AhACAC22E1LRVYAqm2dsb2JhbABXA4JBeVGwcpADCBYOAQEBAQEGCwsJFCiCUhkBFAceAxIJB1wBAREBBQE1h30BAw8Mk1yDAIxQgwKEOQoZJw1kgRYBBQyNUYMQBYN+A4ktjE+BaYwug0MWKYRiHA X-IronPort-AV: E=Sophos;i="4.89,921,1367964000"; d="scan'208";a="29879335" Received: from mail-qe0-f42.google.com ([209.85.128.42]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 20 Aug 2013 20:37:34 +0200 Received: by mail-qe0-f42.google.com with SMTP id w7so456096qeb.29 for ; Tue, 20 Aug 2013 11:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AqADgg0nae+HBj4CmzCtSGEClbklN6WFpl/o9slJE9o=; b=GR/hsEEhQ8CTHag9CKFZRtynwSYM/D3YUc/j8H+DgN/4UhDCTcYr2ipFP8+Cm31uof tIFkC3c/xBfSXdhcEcjQt9wdccDiHHYvQv0QpKObbluJIlWI4D/81K427qkQALWG4whN a7g71QTmPcMPpL5kAz3qkQG8BCgK2eHOGATR0zmZD7bzWIQqBik+paLRUQFLPFxfgSPS sqRUhF2aCJYzJZw51KKg3T00e8QCXf3S4PRKhPKaE3E/U9UVXga3ze8C4wsjG0LqTQm+ aAlHfnm52XdE8bTr/AVeiE8njo9huUVtGPhm0OeQiE0hKwnqfcJcAkH8Mt9M5MJq8iL/ U/mQ== MIME-Version: 1.0 X-Received: by 10.224.126.129 with SMTP id c1mr3800841qas.93.1377023854032; Tue, 20 Aug 2013 11:37:34 -0700 (PDT) Received: by 10.224.127.132 with HTTP; Tue, 20 Aug 2013 11:37:34 -0700 (PDT) Date: Tue, 20 Aug 2013 11:37:34 -0700 Message-ID: From: Casey Basichis To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001a11c2e328aad9a804e46559c4 Subject: [Caml-list] Setting up OcaIDE --001a11c2e328aad9a804e46559c4 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm just getting started with ocaml, following along with the new "Real World Ocaml" book. I built the latest dev on osx and also installed the ocaml binaries. I am getting errors with OcaIDE. Eclipse: OCaml version 4.00.1 Cannot find file topfind. Unknown directive `camlp4o'. # I've tried a number of things to get it going to no avail. I added the following to ~/.ocamlinit : let () = try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH") with Not_found -> () to ~/.bash_profile I added : export OCAML_TOPLEVEL_PATH=/Users/caseybasichis/.opam/4.01.0dev+trunk/lib/toplevel eval `opam config env` I also tried adding those to ~/.profile I also tried building and make installing findlib-1.4 If you have any ideas of how I might get this running I would greatly appreciate it, I am very much looking forward to hello world hallelujah. Thanks, Casey -- Casey James Basichis Composer - Adventure Time - Cartoon Network http://www.caseyjamesbasichis.com caseybasichis@gmail.com 310.387.7540 --001a11c2e328aad9a804e46559c4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

=
I'm ju= st getting started with ocaml, following along with the new "Real Worl= d Ocaml" book.

I built the latest dev= on osx and also installed the ocaml binaries. =A0I am getting errors with = OcaIDE. Eclipse:
OCaml version 4.= 00.1

Can= not find file topfind.

Unknown directive `camlp4o'.

#=A0

I've tried a= number of things to get it going to no avail.

I added the following to ~/.ocamlinit :
let () =3D
=A0 try Topdirs.dir_= directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
=A0 with N= ot_found -> ()

=
to ~/.bash_profi= le I added :

e= xport OCAML_TOPLEVEL_PATH=3D/Users/caseybasichis/.opam/4.01.0dev+trunk/lib/= toplevel
eval `opam config env`

I also= tried adding those to ~/.profile

I also tried building and make installing findlib-1.4=A0

If you have any ideas of how I migh= t get this running I would greatly appreciate it, I am very much looking fo= rward to hello world hallelujah.

Thanks,
Casey

--
Casey James Basichis
Composer - Adventure Time - Cartoo= n Network
http://www.caseyjamesbasichis.com
caseybasichis@gmail.com
310.387.7540
--001a11c2e328aad9a804e46559c4--