Browse thread
Re: FW: [Caml-list] Epeire 0.8 (graphical debugger)
-
Issac Trotts
-
Issac Trotts
- Dimitri Ara
- Dimitri Ara
-
Issac Trotts
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dimitri Ara <dimitri@n...> |
| Subject: | Re: FW: [Caml-list] Epeire 0.8 (graphical debugger) |
Issac Trotts <issac@myfirstlink.net> a écrit :
> Ok, that helps, but there are still issues. After I edit
> configure.in, run autoconf and
> configure, here's the result:
>
> issac@boson:~/downloads/programming/ocaml/epeire-0.81 > make
> cd debugger && make all
> make[1]: Entering directory
> `/home/issac/downloads/programming/ocaml/epeire-0.81/debugger'
> Makefile:17: ocaml/config/Makefile: No such file or directory
> make[1]: *** No rule to make target `ocaml/config/Makefile'. Stop.
> make[1]: Leaving directory
> `/home/issac/downloads/programming/ocaml/epeire-0.81/debugger'
> make: *** [debugger_lib] Error 2
Reading the INSTALL file in the top directory of epeire would have
been a great idea:
*** How to compile ***
You need to have the compiled sources of the OCaml compiler somewhere,
and add a link to this directory in the debugger directory:
- cd debugger ; ln -s <directory of compiled source ofocaml> ocaml
>From the top directory of the Epeire distribution:
- ./configure
- make depend
- make
- make install
will install ./epeire in the ocaml bin directory
-------------------
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