public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Martin Walter <martin.walter@gmail.com>
To: cgen@sourceware.org
Subject: Re: make: ERROR: Unable to find file "./../cgen/cgen-opc.scm" in load  	path
Date: Thu, 02 Apr 2009 22:02:00 -0000	[thread overview]
Message-ID: <c55980430904021502t7a27c330qefca1cf2843b0cbb@mail.gmail.com> (raw)

> ...
> ERROR: In procedure primitive-load-path:
> ERROR: Unable to find file "./../cgen/cgen-opc.scm" in load path
> ...

This patch to opcodes/configure.in should help:

#
--- configure.in	2009-04-01 23:46:30.000000000 +0200
+++ configure.in	2009-04-01 23:47:11.000000000 +0200
@@ -76,7 +76,7 @@
 AC_CHECK_DECLS(basename)

 cgen_maint=no
-cgendir='$(srcdir)/../cgen'
+cgendir='$(shell pwd)/../cgen'

 AC_ARG_ENABLE(cgen-maint,
 [  --enable-cgen-maint[=dir]    build cgen generated files],

Martin

             reply	other threads:[~2009-04-02 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-02 22:02 Martin Walter [this message]
     [not found] <c55980430902100741h1ebf05f0l8ce337f199ece66e@mail.gmail.com>
2009-02-10 15:44 ` Martin Walter

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=c55980430904021502t7a27c330qefca1cf2843b0cbb@mail.gmail.com \
    --to=martin.walter@gmail.com \
    --cc=cgen@sourceware.org \
    /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 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 read-only IMAP folder(s) and NNTP newsgroup(s).