Hi,
Noah Lavine writes:
> ../libguile/inline.h:340: error: static declaration of 'scm_is_string'
> follows non-static declaration
> ../libguile/strings.h:128: error: previous declaration of
> 'scm_is_string' was here
Fixed, thanks!
Ludo’.
Hi,
"Nelson H. F. Beebe" writes:
> A build of guile-1.8.8 on GNU/Linux AMD64 fails because the included
> libtool is overriding library paths, and supplying incorrect 32-bit
> paths:
>
> % env CC=gcc CXX=g++ LDFLAGS="-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64"
> ./configure && make
> ...
>
Hi!
Sorry for the late reply.
writes:
> $ git describe
> release_1-9-13-107-ga0ad8ad
>
> $ ./check-guile r6rs-ports.test
> Testing /home/dsmith/src/guile/meta/guile ... r6rs-ports.test
> with GUILE_LOAD_PATH=/home/dsmith/src/guile/test-suite
> Running r6rs-ports.test
> UNRESOLVED: r6rs-ports.te
"Ludovic Courtès" wrote:
> Hi!
>
> Sorry for the late reply.
No problem!
> Can you try this?
>
> (define p (open-bytevector-input-port #vu8(255 1 2 3 103 110 117)))
> (set-port-conversion-strategy! p 'substitute)
> (get-line p)
>
> Here on x86_64-linux-gnu, with libunistring 0.9.3
Hi!
writes:
> "Ludovic Courtès" wrote:
[...]
>> (define p (open-bytevector-input-port #vu8(255 1 2 3 103 110 117)))
>> (set-port-conversion-strategy! p 'substitute)
>> (get-line p)
>>
>> Here on x86_64-linux-gnu, with libunistring 0.9.3, it returns a
>> 7-character string ending
"Ludovic Courtès" wrote:
> And this?
>
> (let* ((t (make-transcoder (utf-8-codec) (native-eol-style)
> (error-handling-mode replace)))
>(b (open-bytevector-input-port #vu8(255 1 2 3 103 110 117)))
>(tp (transcoded-port b t)))
>
After looking at this a bit more, I think it's an issue with Gnulib,
or possibly the configuration system. I'd like to report it to one of
those projects, but could someone tell me how Guile's configuration
mechanism interacts with Gnulib's? I don't really understand what is
configuring Gnulib, sin
Hi,
Noah Lavine writes:
> After looking at this a bit more, I think it's an issue with Gnulib,
> or possibly the configuration system. I'd like to report it to one of
> those projects, but could someone tell me how Guile's configuration
> mechanism interacts with Gnulib's? I don't really underst
Hello!
Noah Lavine writes:
> CCLD libguile-2.0.la
> Undefined symbols:
Make sure to build with “make V=1”, to get the full command lines in
the log.
Can you also check all the things related to iconv in config.log?
Thanks,
Ludo’.
Hi again,
FWIW the problem is also visible here on FreeBSD and Darwin:
http://hydra.nixos.org/job/gnu/guile-master/build/all
Ludo’.
On Fri 17 Dec 2010 18:10, Noah Lavine writes:
> After looking at this a bit more, I think it's an issue with Gnulib,
> or possibly the configuration system. I'd like to report it to one of
> those projects, but could someone tell me how Guile's configuration
> mechanism interacts with Gnulib's? I
Report sent.
On Fri, Dec 17, 2010 at 5:06 PM, Andy Wingo wrote:
> On Fri 17 Dec 2010 18:10, Noah Lavine writes:
>
>> After looking at this a bit more, I think it's an issue with Gnulib,
>> or possibly the configuration system. I'd like to report it to one of
>> those projects, but could someone
Hi,all
I built guile-1.9.14 on Linux 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24
09:00:03 UTC 2010 i686 GNU/Linux
but I can not use (ice-9 readline) module
~ $ guile
GNU Guile 1.9.14
Copyright (C) 1995-2010 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type
13 matches
Mail list logo