On Fri 06 Jul 2012 06:59, gnuemacser writes:
> I have to say that the error is not only about --without-threads
> argument.Here is my test:
> i use mingw gcc version 4.6.2, i installed mingw's pthread, gmp,
> libunistring, i build libffi
> and gc myself.
> when i build gc-7.2alpha6 , i found that
On Wed 22 Feb 2012 07:15, Daniel Hartwig writes:
> Bumping this bug report as it is relevant to commit 1868309 which
> recently addressed the issue with domain names starting with numbers.
Sorry for the long delay. I have applied your patches on my hasty
commits. There were a couple bugs that
Fixed in fc835b1b, thanks for the report.
Andy
--
http://wingolog.org/
Hi,
On Tue 10 Apr 2012 18:40, Jon Snader writes:
> SNARF socket.doc
>
> SNARF regex-posix.doc
>
> GEN guile-procedures.texi
>
> guile: uncaught throw to unbound-variable: (#f Unbound variable: ~S
> (id-15978) #
I can only think this is a libgc bug.
Hi Stefan,
Sorry for the late reply.
On Sun 11 Mar 2012 12:47, Stefan Israelsson Tampe
writes:
> ;;This shows that f rebounds to yield #t but the info returns %f
> (eq?
> (fluid-let-syntax ((f (lambda x #'#t)))
> (pk (f 1))
> (info f))
> %f)
This is by design. This is as in Racket, w
On Sun 26 Feb 2012 13:03, Daniel Krueger writes:
> (parse-header 'content-encoding "gzip")
> => (GET HEAD)
>
> but which should be
>
> (parse-header 'content-encoding "gzip")
> => (gzip)
Thanks for the report, fixed :-)
Andy
--
http://wingolog.org/
Hi,
Closing out this bug, as it seems that the current situation shouldn't
be changed, and also that atexit sounds sufficient. Please open a new
report if you still have issues :)
Regards,
Andy
--
http://wingolog.org/
Hi,
On Fri 06 Jul 2012 07:31, gnuemacser writes:
> CC libguile_2.2_la-deprecation.lo
> ../../libguile/deprecation.c:40:0: warning: "vsnprintf" redefined
> [enabled by default]
> ../lib/stdio.h:1605:0: note: this is the location of the previous
> definition
Fixed, thanks!
> CC libgu
Applied, thanks!
Andy
--
http://wingolog.org/
i checked the libguile/scmconfig.h for scm_t_timespec
/* same as POSIX "struct timespec" -- always defined */
typedef struct timespec scm_t_timespec;
it seems normal. then i add
#include
in libguile/threads.c, but it still wrong.
make all-am
make[3]: Entering directory `/e/temp/files/guile/g
On Fri 02 Mar 2012 02:22, BT Templeton writes:
> After merging a branch, version.test is failing, apparently because
> "git-version-gen" is generating an incorrect version number:
I believe I have fixed this on stable-2.0 and master. Please let me
know if it does not work for you.
Cheers,
And
On Thu 16 Feb 2012 03:10, Jeremy Newton writes:
> I just would like to let whoever maintains the website that the free
> software foundation address is outdated at the bottom of the following
> web page: http://www.gnu.org/software/guile/
Took a while, but we finally got around to fixing it. Th
On Sat 11 Feb 2012 16:44, "Nelson H. F. Beebe" writes:
> Assertion failed: SCM_I_IS_THREAD (data.thread), file threads.c, line 1135
> /bin/bash: line 5: 18970 Abort (core dumped) srcdir="."
> builddir="." CHARSETALIASDIR="/local/build/gcc/guile-2.0.5/lib"
> GUILE_AUTO_COMPILE=0
On Thu 08 Mar 2012 08:11, Mark H Weaver writes:
>> scheme@(guile-user)> ,expand (define (foo) (define bar (@ (chbouib) bar))
>> bar)
>> $2 = (define foo
>> (lambda () (letrec* ((bar-92 bar-92)) bar-92)))
>>
>> Andy
>
> I've attached a patch that fixes this bug. Fixing '@' was literally a
> on
On Wed 01 Feb 2012 16:08, Hans Aberg writes:
> On 1 Feb 2012, at 15:53, Andy Wingo wrote:
>
>>> There is no issue with libffi from latest GIT compiled with
>>> llvm-gcc-4.2, and guile-2.0.5 compiled with SVN gcc-4.7.
>>
>> But there is an issue with libffi from git compiled with llvm-gcc-4.2,
>>
On Mon 30 Jan 2012 23:31, l...@gnu.org (Ludovic Courtès) writes:
> The ‘set-pointer-finalizer!’ procedure is harmful because it erases any
> previously set finalizer.
>
> Said finalizer could come from a guardian:
>
>(define ptr (make-pointer 123))
>(define g (make-guardian))
>(g ptr)
Ok, I'm not using this at the moment so I can wait for master to become
guile-2.2.
I do not know yet why this complexity is needed though (I asked on the
racket channel but
could not make anything useful out of the comments) Best to leave it as you
suggest.
/Regards
Stefan
On Fri, Jul 6, 2012 at
Hi Stefan,
Thanks for looking at this.
On Fri 06 Jul 2012 21:03, Stefan Israelsson Tampe
writes:
> Ok, I'm not using this at the moment so I can wait for master to become
> guile-2.2.
Even in that case there needs to be an interface to resolve syntax
parameters or not, and master doesn't have
Ok, a second reading of your mail after your answer and I know what to do,
I will hack on a patch
for 2.0 and master that as you say, plumb it through, will do it after a
few weeks though!
/Stefan
On Fri, Jul 6, 2012 at 9:37 PM, Andy Wingo wrote:
> Hi Stefan,
>
> Thanks for looking at this.
>
>
i take the advice of this message and download the newest
guile-2.0.5.210-e1fb0e to build ,
using the same way i mentioned in the bugreport before.
when i configure it by
../configure --without-threads
it stops here
checking how to link with libgmp... -lgmp
checking whether libunistring was bu
Building stable-2.0 stared breaking for me at commit
005de2e8273853e155c21767b1c8bdb4f3f3ca53
Some of the build output follows:
make[4]: Entering directory `/home/dsmith/src/guile/lib'
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC dirname-lgpl.lo
CC basena
after i read the
https://lists.gnu.org/archive/html/bug-guile/2012-01/msg00050.html
i use the command :
./configure --host=i686-pc-mingw32 --disable-shared --without-threads
scm_cv_struct_timespec=no LIBS='-lunistring -lintl -liconv'
to config and make:
it fails in lib/netdb.h because struct
On 6 July 2012 19:15, Andy Wingo wrote:
> On Wed 22 Feb 2012 07:15, Daniel Hartwig writes:
>
>> Bumping this bug report as it is relevant to commit 1868309 which
>> recently addressed the issue with domain names starting with numbers.
>
> Sorry for the long delay.
Please, no :-) Your meticulous
23 matches
Mail list logo