Re: [Readable-discuss] Build error with guile-2.0

2014-06-30 Thread Alex Rozenshteyn
Yes, it works. Thank you.

On Mon, Jun 30, 2014 at 11:34 PM, David A. Wheeler
 wrote:
> On Mon, 30 Jun 2014 22:42:35 -0400, Alex Rozenshteyn  
> wrote:
>> Huh. I'm surprised that there was actually a problem. Thanks for
>> fixing it! (and sorry for spamming the list a bit)
>
> That's not spam at all.  This list is *exactly* for discussing issues.
> I'm surprised that slipped through, but obviously it did, sorry about that.
>
> If you could confirm that it works on *your* system that'd be great.
> This is a serious problem, and I'd like to release a new version soon, but
> I'd rather make sure that it *stays* fix.
>
> --- David A. Wheeler



-- 
  Alex R

--
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


Re: [Readable-discuss] Build error with guile-2.0

2014-06-30 Thread David A. Wheeler
On Mon, 30 Jun 2014 22:42:35 -0400, Alex Rozenshteyn  
wrote:
> Huh. I'm surprised that there was actually a problem. Thanks for
> fixing it! (and sorry for spamming the list a bit)

That's not spam at all.  This list is *exactly* for discussing issues.
I'm surprised that slipped through, but obviously it did, sorry about that.

If you could confirm that it works on *your* system that'd be great.
This is a serious problem, and I'd like to release a new version soon, but
I'd rather make sure that it *stays* fix.

--- 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


Re: [Readable-discuss] Build error with guile-2.0

2014-06-30 Thread Alex Rozenshteyn
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  wrote:
> On Mon, 30 Jun 2014 14:44:02 -0400, Alex Rozenshteyn  
> 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

--
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


Re: [Readable-discuss] Build error with guile-2.0

2014-06-30 Thread David A. Wheeler
On Mon, 30 Jun 2014 14:44:02 -0400, Alex Rozenshteyn  
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