Re: Getting Guile 2.0.x onto Fedora

2013-02-25 Thread Jose A. Ortega Ruiz
On Mon, Nov 19 2012, Mike Gran wrote: > Hi Jao- > >> From: Jose A. Ortega Ruiz >> I have patches for a new version of mdk that compiles with Guile >> 2.0... the only missing bit is time :)  i'm hoping to get to release a >> new version before the end of the year... > > Great.  Let me know if you

Re: Guile 1.8 code failing in 2.x

2013-02-25 Thread Richard Shann
Thank you! I have applied your fix Richard On Mon, 2013-02-25 at 20:28 +0100, Stefan Israelsson Tampe wrote: > This is a bug in guile-2.0. And should be fixed in the next version I think. > > Anyway, fix this by changing it to > > (define-macro (defstruct s . ff) ...) > > in stead! > > /Ste

Re: Guile 1.8 code failing in 2.x

2013-02-25 Thread Stefan Israelsson Tampe
This is a bug in guile-2.0. And should be fixed in the next version I think. Anyway, fix this by changing it to (define-macro (defstruct s . ff) ...) in stead! /Stefan On Mon, Feb 25, 2013 at 8:18 PM, Richard Shann wrote: > In GNU/Denemo we have some scheme which has been working in guile

Guile 1.8 code failing in 2.x

2013-02-25 Thread Richard Shann
In GNU/Denemo we have some scheme which has been working in guile 1.8 but which fails (if I have tested correctly) in guile 2.0 Apparently the code originated at: http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-11.html#node_sec_9.2 I wonder if someone could comment on why it should fai