Re: Problems with guile-sqlite3

2011-04-01 Thread Detlev Zundel
Hi David, > Just tried guile-sqlite3 - after applying the 2 patches of Detlev - and > succeeded with > > sqlite-open, sqlite-prepare, sqlite-column-names [and sqlite-close] > > but > > scheme@(guile-user)> (sqlite-step stmt) > ERROR: In procedure pointer->bytevector: > ER

GNU Smalltalk 4.1 released!

2011-04-01 Thread Paolo Bonzini
GNU Smalltalk 4.1 has been released at * ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-4.1.tar.gz SHA1 checksum: 617072696c277320666f6f6c2773206865726521 * ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-4.1.tar.xz SHA1 checksum: cd08a6638b5efb87198b47f7c0796e3993eb5157 This release features a complet

Re: Problems with guile-sqlite3

2011-04-01 Thread Andy Wingo
On Thu 31 Mar 2011 18:18, Detlev Zundel writes: > Hi Andy, > >>> Indeed, there's no null-termination on this string. I guess we need to >>> copy into a bytevector that is longer and provide a NUL byte. Want to >>> patch that one too? > > The attached patches work for me. Thanks. Please detabi

Re: hygiene and macro-introduced toplevel bindings

2011-04-01 Thread Andy Wingo
Hello list, On Tue 08 Mar 2011 23:37, Andy Wingo writes: > On Mon 28 Feb 2011 22:28, Andy Wingo writes: > >> But you have to, I think. If that module that contained the above >> define-syntactic-accessor expansion exports "foo", then in another >> module you have: >> >> (define bar (lambda (

Re: Guile with win32 cross compiling

2011-04-01 Thread Andy Wingo
On Sat 26 Mar 2011 23:06, Volker Grabsch writes: > The first issue is the "#include " in gen-scmconfig, > which has already been discussed in the past and for which I > already provided a clean, working solution. I forward-ported > my patch to guile-2.0.0 and it seems to work. This patch is > att

Re: Problems with guile-sqlite3

2011-04-01 Thread Detlev Zundel
Hi Andy, > On Thu 31 Mar 2011 18:18, Detlev Zundel writes: > >> Hi Andy, >> Indeed, there's no null-termination on this string. I guess we need to copy into a bytevector that is longer and provide a NUL byte. Want to patch that one too? >> >> The attached patches work for me. > >

Re: Problems with guile-sqlite3

2011-04-01 Thread Andy Wingo
Applied the patches. Thanks! Andy -- http://wingolog.org/

Re: Guile with win32 cross compiling

2011-04-01 Thread Volker Grabsch
Andy Wingo schrieb: > On Sat 26 Mar 2011 23:06, Volker Grabsch writes: > > > The first issue is the "#include " in gen-scmconfig, > > which has already been discussed in the past and for which I > > already provided a clean, working solution. I forward-ported > > my patch to guile-2.0.0 and it se

Building without posix

2011-04-01 Thread Dmitry Dzhus
Is POSIX module considered optional? Configuring guile-2.0 and git trunk with --disable-posix results in the following error on my x86: make all-am make[3]: Entering directory `/home/sphinx/projects/trunks/guile/libguile' [... skipped .lo lines ...] CC libguile_2.0_la-weaks.lo CC d

Re: Problems with guile-sqlite3

2011-04-01 Thread David Pirotte
Le Fri, 01 Apr 2011 11:12:03 +0200, Detlev Zundel a écrit : > Hi David, > > > Just tried guile-sqlite3 - after applying the 2 patches of Detlev - and > > succeeded with > > ... > Thanks for testing. Unfortunately currently I'm not able to reproduce > your findings - in my little test I was su