All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Olivier Andrieu <oandrieu@nerim.net>
Cc: pasky@ucw.cz, git@vger.kernel.org
Subject: Re: git-viz tool for visualising commit trees
Date: Thu, 21 Apr 2005 11:21:20 +0200	[thread overview]
Message-ID: <20050421092120.GA20626@elte.hu> (raw)
In-Reply-To: <20050421.034227.104037433.oandrieu@nerim.net>


* Olivier Andrieu <oandrieu@nerim.net> 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

  reply	other threads:[~2005-04-21  9:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-17 19:48 git-viz tool for visualising commit trees Petr Baudis
2005-04-20 10:08 ` Ingo Molnar
2005-04-20 19:45   ` Petr Baudis
2005-04-20 20:00   ` Olivier Andrieu
2005-04-21  1:42   ` Olivier Andrieu
2005-04-21  9:21     ` Ingo Molnar [this message]
2005-04-21 10:47       ` Remi Vanicat
2005-04-21 11:31       ` Olivier Andrieu
2005-04-21 13:02         ` Ingo Molnar
2005-04-21 13:15           ` Vincent Hanquez
2005-04-21 13:55           ` Olivier Andrieu
2005-04-21 14:38             ` Ingo Molnar
2005-04-21 14:45               ` Ingo Molnar
2005-04-21 14:47                 ` Ingo Molnar
2005-04-21 16:45                   ` Petr Baudis
2005-04-21 20:14                   ` Olivier Andrieu
2005-04-21 22:06                     ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050421092120.GA20626@elte.hu \
    --to=mingo@elte.hu \
    --cc=git@vger.kernel.org \
    --cc=oandrieu@nerim.net \
    --cc=pasky@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.