public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* Re: make: ERROR: Unable to find file "./../cgen/cgen-opc.scm" in load   path
@ 2009-04-02 22:02 Martin Walter
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Walter @ 2009-04-02 22:02 UTC (permalink / raw)
  To: cgen

> ...
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-02 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c55980430902100741h1ebf05f0l8ce337f199ece66e@mail.gmail.com>
2009-02-10 15:44 ` make: ERROR: Unable to find file "./../cgen/cgen-opc.scm" in load path Martin Walter
2009-04-02 22:02 Martin Walter

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).