Re: [Readable-discuss] Build error with guile-2.0
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2014-06-30 22:44:18
|
On Mon, 30 Jun 2014 14:44:02 -0400, Alex Rozenshteyn <rpg...@gm...> wrote: > I'm trying to build the 1.0.2 version on a 64-bit debian testing > machine. I have guile-2.0 (and guile-2.0-dev) installed. After running > ./configure --without-common-lisp, I try to run make, and I get the > attached error. > > I'm probably doing something wrong, but I'm not really sure what. Thanks for the report! The problem appears to be specific to guile 2.0. Sorry about that. I think I've fixed it, the update is on the "develop" branch on git. If you could test it out, that'd be great. The instructions here: http://sourceforge.net/p/readable/wiki/Install-howto/ Basically, you need to install git, autoconf, and automake. Then check out the code this way: git clone git://git.code.sf.net/p/readable/code readable-code cd readable-code git checkout -b develop origin/develop # Set up and switch to "develop" branch autoreconf -i Then configure, build, and test as usual: ./configure --prefix=/usr make make check --- David A. Wheeler |