From: szgyg <szgyg@ludens.elte.hu>
To: guile-devel <guile-devel@gnu.org>
Subject: Re: Guile HEAD on Cygwin-1.7
Date: Sat, 25 Jul 2009 18:14:01 +0200 [thread overview]
Message-ID: <4A6B2F49.40006@ludens.elte.hu> (raw)
In-Reply-To: <m3r5w7glo3.fsf@pobox.com>
Andy Wingo wrote:
> 1. psyntax-pp.scm sometimes regenerating itself
Yes.
> 2. some kind of segfault related to stack sizes on cygwin
Not segfault, stack overflow after we make the stack bigger with
debug-set!. I didn't debugged this yet.
> 3. The following:
>
>> That segfault was an fd_set overflow. We should
>> #define FD_SETSIZE 1024
>> before including sys/types.h on cygwin. Also, guile should check that
>> (filedescriptor < FD_SETSIZE) before FD_SET and select.
Yes.
4. Split the #ifdef in libguile/i18n.c (line 63): there we should
include langinfo.h, but cygwin doesn't have nl_types.h.
5. Parameters in libguile_i18n_v_@LIBGUILE_I18N_MAJOR@_la_LDFLAGS is
wrong (libguile/Makefile.am line 135). Please copy from other .so's
LD_FLAGS, as the others build fine.
6. Build tries to compile ice-9/lineio.scm, but fails without readline.
Thanks,
s
next prev parent reply other threads:[~2009-07-25 16:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 7:33 Guile HEAD on Cygwin-1.7 szgyg
2009-06-20 11:10 ` Andy Wingo
2009-06-27 13:36 ` szgyg
2009-06-28 21:09 ` Andy Wingo
2009-07-07 15:53 ` szgyg
2009-07-23 20:59 ` Andy Wingo
2009-07-25 16:14 ` szgyg [this message]
2009-07-26 13:12 ` Merging libguile-i18n with libguile Ludovic Courtès
2009-07-26 19:25 ` Andy Wingo
2009-07-27 22:56 ` Neil Jerram
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A6B2F49.40006@ludens.elte.hu \
--to=szgyg@ludens.elte.hu \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).