Re: [Readable-discuss] Build error with guile-2.0
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: Alex R. <rpg...@gm...> - 2014-07-01 02:43:03
|
Huh. I'm surprised that there was actually a problem. Thanks for fixing it! (and sorry for spamming the list a bit) On Mon, Jun 30, 2014 at 6:44 PM, David A. Wheeler <dwh...@dw...> wrote: > 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 -- Alex R |