Richard Braun skribis:
> On Sat, Feb 02, 2013 at 07:51:38PM +0100, Gabriel Schnoering wrote:
>> I can't run guile in gdb as there are some error with the garbage
>> collector.
>
> These are probably not errors.
Indeed, you need to let a couple of signals through:
handle SIGPWR noprint nostop
Andy Wingo skribis:
> However! Many people use Debian, which only has 1.11.
Note that Automake is only needed when building from Git, or when
modifying the build system.
Ludo’.
Hi Mark,
Mark Witmer writes:
> I've been doing some work using the (sxml simple) module, and I'm
> wondering what to do about whitespace. If I evaluate this
> expression:
>
> (with-input-from-string
> "
> VALUE
> VALUE
> " (lambda () (xml->sxml)))
>
> I get this result:
>
> (*TOP* (test "\n
I've been doing some work using the (sxml simple) module, and I'm
wondering what to do about whitespace. If I evaluate this
expression:
(with-input-from-string
"
VALUE
VALUE
" (lambda () (xml->sxml)))
I get this result:
(*TOP* (test "\n " (el "VALUE") "\n " (el "VALUE") "\n"))
Those "\n
Andy Wingo writes:
> [...] So, Guile from git (stable-2.0 and master) requires Automake
> 1.12, to work around an incompatibility with 1.13 (!).
>
> However! Many people use Debian, which only has 1.11. However 1.12 is
> in experimental. To install automake from experimental, do:
>
> sudo ap
Hi,
As was discussed on irc, I investigated a bit deeper the issue.
First I compiled libgc-7.2d
./configure
make
make check
All tests passed ! (which was not the case with guile-2.0.7)
But make install failed for --prefix in the user ~/devel/libgc directory
(see hurdlibgcinstall)
Anyway I ra
"objc" skribis:
> YES CYG libs seem to be at least the versions needed
Good. Can you answer to the other questions I asked?
TIA,
Ludo’.
On Sat 02 Feb 2013 00:03, Andrew Bernard writes:
> In the latest top CVS of SLIB (as of Feb 2013), with Guile 2.0.7, the
> procedure used in the common lisp time section decode-universal-time use
> the deprecated procedure list->uniform-array.
Perhaps Mikael would like to patch this one up? :-)
Hi Dmitry,
On Fri 01 Feb 2013 10:52, Dmitry Roshchin writes:
>> Dmitry Roshchin skribis:
>> > Is it normal, that guile tries to load "libguilereadline-v-18.so" instead
>> > of "libguilereadline-v-18.so.18"? Guile version - 2.0.7.
>>
> openSUSE packaging policy requires to remove .la files. An