Re: Build Problem Involving Inline.h

2010-12-17 Thread Ludovic Courtès
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’.

Re: guile-1.8.8 problems on GNU/Linux AMD64

2010-12-17 Thread Ludovic Courtès
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 > ... >

Re: r6rs-ports.test is failing

2010-12-17 Thread Ludovic Courtès
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

Re: r6rs-ports.test is failing

2010-12-17 Thread dsmich
"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

Re: r6rs-ports.test is failing

2010-12-17 Thread Ludovic Courtès
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

Re: r6rs-ports.test is failing

2010-12-17 Thread dsmich
"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))) >

Re: Build Error in Latest Git

2010-12-17 Thread Noah Lavine
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

Re: Build Error in Latest Git

2010-12-17 Thread Ludovic Courtès
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

Re: Build Error in Latest Git

2010-12-17 Thread Ludovic Courtès
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’.

Re: Build Error in Latest Git

2010-12-17 Thread Ludovic Courtès
Hi again, FWIW the problem is also visible here on FreeBSD and Darwin: http://hydra.nixos.org/job/gnu/guile-master/build/all Ludo’.

Re: Build Error in Latest Git

2010-12-17 Thread Andy Wingo
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

Re: Build Error in Latest Git

2010-12-17 Thread Noah Lavine
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

guile-1.9.14 problem about (ice-9 readline) modules

2010-12-17 Thread Fu gangqiang
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