caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] simplequestion: compile with opam
@ 2013-03-09 10:25 Philip
  2013-03-09 11:22 ` Kakadu
  2013-03-09 12:19 ` Wojciech Meyer
  0 siblings, 2 replies; 4+ messages in thread
From: Philip @ 2013-03-09 10:25 UTC (permalink / raw)
  To: caml-list

Hi,

just installed omanad via opam & tried compiling:

ocamlopt -ppx ppx_omonad test.ml 
 sh: ppx_omonad: not found
 Error while running external preprocessor

obviously a path / option is missing.
May someone give me a hint?

Greetings,
Philip

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

* Re: [Caml-list] simplequestion: compile with opam
  2013-03-09 10:25 [Caml-list] simplequestion: compile with opam Philip
@ 2013-03-09 11:22 ` Kakadu
  2013-03-09 11:29   ` Philip
  2013-03-09 12:19 ` Wojciech Meyer
  1 sibling, 1 reply; 4+ messages in thread
From: Kakadu @ 2013-03-09 11:22 UTC (permalink / raw)
  To: Philip; +Cc: caml-list

Have u executed
eval `opam config env`
?

Happy hacking,
Kakadu

P.S. Also u can study manual at http://opam.ocamlpro.com


On Sat, Mar 9, 2013 at 2:25 PM, Philip <feucht@uni-koblenz.de> wrote:
> Hi,
>
> just installed omanad via opam & tried compiling:
>
> ocamlopt -ppx ppx_omonad test.ml
>  sh: ppx_omonad: not found
>  Error while running external preprocessor
>
> obviously a path / option is missing.
> May someone give me a hint?
>
> Greetings,
> Philip
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

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

* Re: [Caml-list] simplequestion: compile with opam
  2013-03-09 11:22 ` Kakadu
@ 2013-03-09 11:29   ` Philip
  0 siblings, 0 replies; 4+ messages in thread
From: Philip @ 2013-03-09 11:29 UTC (permalink / raw)
  To: caml-list

On Sat, 9 Mar 2013 15:22:26 +0400
Kakadu <kakadu.hafanana@gmail.com> wrote:

> Have u executed
> eval `opam config env`
> ?
> 
> Happy hacking,
> Kakadu
> 
Yes, btw, compiled ocaml from svn and installed it to standard location.
-Philip

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

* Re: [Caml-list] simplequestion: compile with opam
  2013-03-09 10:25 [Caml-list] simplequestion: compile with opam Philip
  2013-03-09 11:22 ` Kakadu
@ 2013-03-09 12:19 ` Wojciech Meyer
  1 sibling, 0 replies; 4+ messages in thread
From: Wojciech Meyer @ 2013-03-09 12:19 UTC (permalink / raw)
  To: Philip; +Cc: caml-list

Hi,

Philip <feucht@uni-koblenz.de> writes:

> Hi,
>
> just installed omanad via opam & tried compiling:
>
> ocamlopt -ppx ppx_omonad test.ml 
>  sh: ppx_omonad: not found
>  Error while running external preprocessor
>
> obviously a path / option is missing.
> May someone give me a hint?

Just use ppx_monad rather than ppx_omonad.

-- 
Wojciech Meyer
http://danmey.org

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

end of thread, other threads:[~2013-03-09 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-09 10:25 [Caml-list] simplequestion: compile with opam Philip
2013-03-09 11:22 ` Kakadu
2013-03-09 11:29   ` Philip
2013-03-09 12:19 ` Wojciech Meyer

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