Re: guile-pg - debian

2008-02-05 Thread Greg Troxel
Before to try to do it myself, and with the idea to share info on this matter, may I ask if any of you guys already attempted to modify/compile the guile-pg debian package [currently testing: 0.16-4+b1] with guile-1.8 ? I am not (I work on pkgsrc not debian), but guile-pg currently depends

Re: trouble with scm_display_backtrace in guile 1.8.3

2008-02-05 Thread Ludovic Courtès
Hi, (I must confess I'd be more comfortable with the same piece of code in Scheme... Generally, I find it more convenient to have the boot code as a Guile script which then loads all the relevant pieces of C code. Scheme code is also less likely to break with future Guile versions.) "René Köcher