On Mon, 30 Jun 2014 14:44:02 -0400, Alex Rozenshteyn <rpglove...@gmail.com> 
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

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to