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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 5AE3B7F720 for ; Thu, 17 Apr 2014 11:37:17 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of raphinou@gmail.com) identity=pra; client-ip=209.85.216.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rblists@gmail.com"; x-sender="raphinou@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of rblists@gmail.com designates 209.85.216.176 as permitted sender) identity=mailfrom; client-ip=209.85.216.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rblists@gmail.com"; x-sender="rblists@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qc0-f176.google.com) identity=helo; client-ip=209.85.216.176; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="rblists@gmail.com"; x-sender="postmaster@mail-qc0-f176.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0CAJmfT1PRVdiwlGdsb2JhbABZg0FXgxSmdZlBgRwIFg4BAQEBBwsLCRIqgk8dARsSDAMNBQkBBjcCJAERAQUBiBwBAxENmCiDD4wOUYMOl2gKGScNZIYOEQEFDI5SIYJZgUkEmGqBN48lGCmBaIJ6Ow X-IPAS-Result: Ar0CAJmfT1PRVdiwlGdsb2JhbABZg0FXgxSmdZlBgRwIFg4BAQEBBwsLCRIqgk8dARsSDAMNBQkBBjcCJAERAQUBiBwBAxENmCiDD4wOUYMOl2gKGScNZIYOEQEFDI5SIYJZgUkEmGqBN48lGCmBaIJ6Ow X-IronPort-AV: E=Sophos;i="4.97,878,1389740400"; d="scan'208";a="57534272" Received: from mail-qc0-f176.google.com ([209.85.216.176]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 17 Apr 2014 11:37:16 +0200 Received: by mail-qc0-f176.google.com with SMTP id m20so167415qcx.7 for ; Thu, 17 Apr 2014 02:37:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=cUlwEChBPijAQOblHN718w89jDqYkEzDD555gG1vdao=; b=ds4BAAlsf3JIMZtVAnwcRR5HIYfzU0gzOMOSyToEdRKbEdgzo2E+6QZHezrYm/O9mX WMqORkgMSodrWZRJL0TxwOJnPrtAqX07depeQDjTv05jTjsvv1llvSKuM/8lKMUdnkYl Lb0yByQOIH63Wp+fXDCAvBX+SrnnAfnCUoPqPd04aGY3EQ7xVwqcUoFEnRFh5sPjr29L n5ypU/9qDpd8dszvoY+CbtSe326HX8ZmFbzWkm6f2Ue8ugOCbP+hVplV0WvL1pc+9kCO D6JELYzCfCP7pO+bpqw7z1EEKWx6JrBdA7QVL5QnxXcUPyY2GxVHX2UJrfeEBV4gQqyY 216Q== MIME-Version: 1.0 X-Received: by 10.224.14.77 with SMTP id f13mr11183525qaa.31.1397727435440; Thu, 17 Apr 2014 02:37:15 -0700 (PDT) Sender: raphinou@gmail.com X-Google-Sender-Delegation: raphinou@gmail.com Received: by 10.140.108.70 with HTTP; Thu, 17 Apr 2014 02:37:15 -0700 (PDT) Date: Thu, 17 Apr 2014 11:37:15 +0200 X-Google-Sender-Auth: 4Cvzrr0sbM0Lkdn4DfrDeZ3xVyM Message-ID: From: Raphael Bauduin To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=047d7bdc80d84844db04f739c791 Subject: [Caml-list] Beginner's troubles with ocsigen --047d7bdc80d84844db04f739c791 Content-Type: text/plain; charset=UTF-8 Hi, I'm a beginner Ocaml developer, and wanted to start experimenting with Ocsigen. However, I have troubles preventing me to run even the simplest example... I have installed eliom 3.0.3, js_of_ocaml 1.4.0 and all needed packages with opam (running ocaml 4.01.0). I'm trying the examples at https://github.com/db0company/Ocsigen-Quick-Howto ./make.sh page results in an error, of which this is an excerpt: eliomc -infer example.eliom eliomc -c -noinfer example.eliom ocamlc.opt: unknown option `-noinfer'. Trying the instructions at http://ocsigen.org/eliom/manual/workflow-compilation I get : js_of_eliom -o example.js example.eliom Missing primitives: caml_ml_output_char caml_sys_exit This is referenced here: https://github.com/ocsigen/js_of_ocaml/issues/20 But this is some months old and would think the packages I installed with opam would work. Anyone having suggestions? Thanks Raph PS: if there is an ocsigen mailing list, I'll gladly switch the discussion over there, but I didn't find any on the website. --047d7bdc80d84844db04f739c791 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi,

I'm a beginner Ocaml deve= loper, and wanted to start experimenting with Ocsigen. However, I have trou= bles preventing me to run even the simplest example...
I have installed = eliom 3.0.3, js_of_ocaml 1.4.0 and all needed packages with opam (running o= caml 4.01.0).
I'm trying the examples at https://github.com/db0company/Ocsigen-Quick-Howto
=
./make.sh page results in an error, of which this is an excerpt:

eliomc -infer=C2=A0 example.eliom
eliomc -c -noinfer=C2=A0 example.eliom=
ocamlc.opt: unknown option `-noinfer'.

Trying the instructio= ns at http= ://ocsigen.org/eliom/manual/workflow-compilation I get :

js_of_eliom -o example.js example.eliom
Missing primitives:
=C2= =A0 caml_ml_output_char
=C2=A0 caml_sys_exit

This is referenced h= ere: https://g= ithub.com/ocsigen/js_of_ocaml/issues/20
But this is some months old and would think the packages I installed with o= pam would work.

Anyone having suggestions?

Thanks

Rap= h

PS: if there is an ocsigen mailing list, I'll gladly switch th= e discussion over there, but I didn't find any on the website.
--047d7bdc80d84844db04f739c791--