* [Caml-list] No Graphics module in 3.02?
@ 2001-08-03 19:59 David S. Fox
0 siblings, 0 replies; only message in thread
From: David S. Fox @ 2001-08-03 19:59 UTC (permalink / raw)
To: caml-list
[Sorry if this is a duplicate, I think it was rejected because it
came from an address different from my subscription.]
The following works for me under 3.01:
% cat hello9.ml
let _ =
Graphics.open_graph ":0.0 300x500";
Graphics.set_window_title "Hello, world";
Graphics.moveto 150 250;
Graphics.draw_string "Hello, world";
ignore (Graphics.read_key ())
% ocamlc graphics.cma hello9.ml
File "hello9.ml", line 6, characters 2-21:
Unbound value Graphics.open_graph
%
I'm running the ocaml-3.02-1 RPM.
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-08-03 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-03 19:59 [Caml-list] No Graphics module in 3.02? David S. Fox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox