caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Grégoire Sutre" <sutre@labri.fr>
To: Damien Doligez <damien.doligez@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Error compiling classes with ocamlcp?
Date: Wed, 27 Nov 2002 20:16:00 +0100	[thread overview]
Message-ID: <20021127191600.EB8927E38@iona.labri.fr> (raw)
In-Reply-To: <791D4B6A-0208-11D7-8024-0003930FCE12@inria.fr>

On Wednesday 27 November 2002 14:02, you wrote:
> On Tuesday, Nov 26, 2002, at 20:25 Europe/Paris, Grégoire Sutre wrote:
> > class my_class =
> > object
> >   method do_nothing = ()
> > end
> >
> > The command "ocamlcp -c ocamlcp-pb.ml" gives:
>
> [...]
>
> > This generated file indeed doesn't compile with ocamlc.  I am using
> > the OCaml
> > distribution version 3.06.  Doesn't ocamlcp support objects?
>
> There are two problems here:
>
> 1. A known bug (PR#1464) fixed in the working version.  Mail me if you
>     want a specific patch.

Thanks.  I don't need it right now (I was just playing around with it to 
support it in my Makefile).  I'll wait for the next release.


> 2. You called your file "ocamlcp-pb.ml", which is incorrect.  O'Caml
> uses
>     the capitalized file name as the module name for this file, thus all
>     O'Caml source file names must be alphanumeric and start with a
> lowercase
>     letter.  Otherwise, you will run into problems sooner or later.

Oh, right.  I actually changed this file's name when trying to pinpoint the 
problem...

Thanks for the quick and efficient answer,

Gregoire Sutre.
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      parent reply	other threads:[~2002-11-28  9:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 19:25 Grégoire Sutre
2002-11-27 13:02 ` Damien Doligez
2002-11-27 14:03   ` [Caml-list] OCAMAWEB release lehalle@miriad
2002-11-27 19:16   ` Grégoire Sutre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021127191600.EB8927E38@iona.labri.fr \
    --to=sutre@labri.fr \
    --cc=caml-list@inria.fr \
    --cc=damien.doligez@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).