caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] camlp4 in script
@ 2003-11-03 15:06 Artem Prisyznuk
  2003-11-03 19:45 ` Issac Trotts
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Artem Prisyznuk @ 2003-11-03 15:06 UTC (permalink / raw)
  To: caml-list

Hello,

If I want call ocaml script from shell I type next header for
this script:

   #!/usr/bin/ocamlrun /usr/bin/ocaml

   print_string "Hello\n";;
   .....


But if I want use camlp4 for source of script, I try next source

   #!/usr/bin/ocamlrun /usr/bin/ocaml -I `camlp4 -where`

   #load "camlp4r.cma";
   print_string "Hello\n";
   .....


When I try execute this script shell print next error:

   Fatal error: cannot find file /usr/bin/ocaml -I /usr/lib/ocaml/camlp4

How I can execute script witch revised syntax?

-- 
Artem Prysyznuk
tema@sit.kiev.ua

-------------------
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] 10+ messages in thread

end of thread, other threads:[~2003-11-05  8:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-03 15:06 [Caml-list] camlp4 in script Artem Prisyznuk
2003-11-03 19:45 ` Issac Trotts
2003-11-03 21:11   ` William Lovas
2003-11-04  1:01     ` Issac Trotts
2003-11-04  9:16 ` Remi Vanicat
2003-11-04  9:46   ` Artem Prisyznuk
2003-11-04 14:59     ` Lars Nilsson
2003-11-04 20:10       ` Issac Trotts
     [not found]         ` <16296.2885.478524.117242@gargle.gargle.HOWL>
2003-11-04 21:24           ` Issac Trotts
2003-11-05  7:54 ` Stefano Zacchiroli

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