* Olivier Andrieu <[EMAIL PROTECTED]> wrote:

> There, here's a tarball :
>   http://oandrieu.nerim.net/monotone-viz/git-viz-0.1.tar.gz

i'm trying to build it under Fedora Core 4 (devel), and there are two 
problems:

 - the build scripts seem to assume that "." is in PATH (or that the 
   needed viz_style.ml/etc. scripts are in the PATH).

adding "." to the PATH worked around this issue, a number of files built 
fine, but then it hit the next problem:

 ocamlopt.opt  -I /usr/lib/ocaml/lablgtk2 -I glib -I crypto -pp  -c viz_style.ml
 sh: - : invalid option
 Usage:  sh [GNU long option] [option] ...
         sh [GNU long option] [option] script-file ...
 GNU long options:
 [...]
 Preprocessor error
 make: *** [viz_style.cmx] Error 2

i've straced the build, and the bug comes from ocamlopt.opt executing:

  sh -c "-c 'viz_style.ml'"

which confuses the shell.

i've got ocaml-3.08.3-1, lablgtk-2.4.0-2 installed.

        Ingo
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to