g-wrap-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building g-wrap with guile installed in a nonstandard prefix


From: gregory benison
Subject: Re: building g-wrap with guile installed in a nonstandard prefix
Date: Tue, 29 Aug 2006 08:40:27 -0400

On 8/23/06, Ludovic Courtès <address@hidden> wrote:
Hi,

> --- orig/guile/test/test-compat
> +++ mod/guile/test/test-compat
> @@ -1,5 +1,5 @@
> #!/bin/sh
> -exec ${srcdir-.}/guile-test-env ${GUILE_FLAGS} -s "$0" "$@"
> +exec ${builddir-.}/guile-test-env ${GUILE_FLAGS} -s "$0" "$@"

Unlike `${srcdir}', `${buildir}' is not defined by the generated
makefile when running `make check' so I think this change doesn't have
any effect.


That's true that $builddir is not defined (I had missed that); so
${builddir-.}/guile-test-env evaluates as ./guile-test-env which is
the correct location.  Using just 'exec ./guile-test-env' works just
as well.  Since $srcdir is defined, ${srcdir-.}/guile-test-env looks
in the source directory and won't find guile-test-env if it is
generated and if the build is in a separate tree from source.


PS: Please, refrain from sending HTML emails, they are harder to read.


Sorry- that should be fixed now :)


======================
Gregory Benison
Oregon State University
(541)-737-1876
gbenison at gmail dot com
======================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]