caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Error compiling classes with ocamlcp?
@ 2002-11-26 19:25 Grégoire Sutre
  2002-11-27 13:02 ` Damien Doligez
  0 siblings, 1 reply; 4+ messages in thread
From: Grégoire Sutre @ 2002-11-26 19:25 UTC (permalink / raw)
  To: caml-list

Hi,

I got an error trying to compile an OCaml file with profiling support.  I 
believe the problem arises from the use of objects in my code.

On the following simple OCaml source:


class my_class =
object
  method do_nothing = ()
end


The command "ocamlcp -c ocamlcp-pb.ml" gives:

File "/home/sutre/tmp/camlppc6dad0", line 1, characters 29-33:
Syntax error

And the generated camlppc6dad0 file is as follows:


let __ocaml_prof_cnt_ocamlcp-bug_ = Array.create 0000001 0;; 
Profiling.counters := ("ocamlcp-bug", ("fm", __ocaml_prof_cnt_ocamlcp-bug_)) 
:: !Profiling.counters;; class my_class =
object
  (__ocaml_prof_cnt_ocamlcp-bug_.(0) <- Pervasives.succ 
__ocaml_prof_cnt_ocamlcp-bug_.(0); method do_nothing = ())
end


This generated file indeed doesn't compile with ocamlc.  I am using the OCaml 
distribution version 3.06.  Doesn't ocamlcp support objects?


Thanks for your help,

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-28  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-26 19:25 [Caml-list] Error compiling classes with ocamlcp? 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   ` [Caml-list] Error compiling classes with ocamlcp? Grégoire Sutre

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).