bug-guile-ncurses
[Top][All Lists]
Advanced

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

Re: [Bug-guile-ncurses] All tests fail when built out of source.


From: Mike Gran
Subject: Re: [Bug-guile-ncurses] All tests fail when built out of source.
Date: Sun, 8 May 2016 18:45:51 +0000 (UTC)



> On Saturday, May 7, 2016 10:30 PM, John Darrington <address@hidden> wrote:
> > I find it rather annoying that make check can't work unless the 
> source directory and the build directory are one and the same.


The following works fine for me. All tests pass.

[in home directory]
$ wget 
http://git.savannah.gnu.org/cgit/guile-ncurses.git/snapshot/guile-ncurses-master.tar.gz
$ tar xf guile-ncurses-master.tar.gz
$ cd guile-ncurses-master

[in the home/guile-ncurses-master directory]
$ autoreconf -vif
$ cd ..


[in home directory]
$ mkdir tmp
$ cd tmp

[in the home/tmp directory]
$ ../guile-ncurses-master/configure
$ make && make check

-Mike


reply via email to

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