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 Hint: read the INSTALL file. 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 If you read it and didn't understand something, tell us, we'll fix the doc. PS: next time, you should ask this kind of question to the developper of the project you have problem with, not to the caml list. -- Dimitri Ara ------------------- 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