Hi Ludovic,
On Tue, Dec 20, 2011 at 12:46:40AM +0100, Ludovic Courtès wrote:
> Joris van der Hoeven skribis:
> > Under MacOS 10.6.4 with Darwinports for the installation of the
> > dependencies,
> > I get the error(s) below during 'make'.
>
> Can you try “make V=1” and post the log? Also, can
I'm using Guile 2.0.3.87-b798 on x86_64-unknown-linux-gnu.
Guile's compiler fails to maintain the distinction between the nil
object and the empty list in some cases:
scheme@(guile-user)> (equal? (cons #t #nil) (cons #t '()))
$1 = #t
scheme@(guile-user)> (eq? (cdr (cons #t #nil)) (cdr (cons #t '(
On Tue 20 Dec 2011 14:21, Stefano Lattarini
writes:
> $ (sh autogen.sh && ./configure && make && make check) 2>&1 | tee build.log
> ...
> CC test_pthread_create-test-pthread-create.o
> CCLD test-pthread-create
> CC test_pthread_create_secondary-test-pthread-create-secondary.o
>
On Wed 21 Dec 2011 11:32, Joris van der Hoeven writes:
> Making all in libguile
> make all-am
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
> -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib
> -I/opt/local/lib/libffi-3.0.10/include -I/opt/local/include
> -I/opt/loca
On Wed 21 Dec 2011 11:32, Joris van der Hoeven writes:
> Making all in libguile
> make all-am
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
> -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib
> -I/opt/local/lib/libffi-3.0.10/include -I/opt/local/include
> -I/opt/loca
Hi,
The page at http://www.gnu.org/software/goops/ is for a package that was
merged into Guile about 10 years ago. Can you please make it redirect
permanently to the following page in the Guile manual:
http://www.gnu.org/software/guile/manual/html_node/GOOPS.html
Thanks,
Andy
--
http://wing
Ha, Ludovic is right. It is the apple cruft which is responsable:
Castafiore:libguile vdhoeven$ gcc -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I..
-I.. -I../lib -I../lib -I/opt/local/lib/libffi-3.0.10/include
-I/opt/local/include -I/opt/local/include -D_THREAD_SAFE -Wall
-Wmissing-prototypes -Wdecl
Hi,
On Wed 23 Nov 2011 07:27, Andy Wingo writes:
> On Tue 22 Nov 2011 00:02, Andy Wingo writes:
>>On Mon 21 Nov 2011 18:25, Ian Hulin writes:
>>> (define-public (void? x) (eq? x (begin)))
>>> This works in V1.8, and apparently used to work in 2.0.2 (no errors),
>>
>> Interesting. If it change
Hi Daniel,
So sorry for the delay.
On Sun 27 Nov 2011 05:39, Daniel Hartwig writes:
> This is definitely a bug on Guile's part, HTTP/1.1 permits such values
> for "Expires" headers [1], treating them as though they were a date in
> the past:
>
>HTTP/1.1 clients and caches MUST treat other i
On Tue 20 Dec 2011 22:49, BT Templeton writes:
> scheme@(guile-user)> (equal? (cons #t #nil) (cons #t '()))
> $1 = #t
Fixed. Thanks for the report!
Andy
--
http://wingolog.org/
Bug fixed in cc8afa2b361635953dfba7f10e4193b1f243a50f.
--
http://wingolog.org/
On 22 December 2011 10:51, Andy Wingo wrote:
>
> On Sun 27 Nov 2011 05:39, Daniel Hartwig writes:
>
>> This is definitely a bug on Guile's part, HTTP/1.1 permits such values
>> for "Expires" headers [1], treating them as though they were a date in
>> the past:
>>
>> HTTP/1.1 clients and caches
12 matches
Mail list logo