build problems

2010-02-15 Thread Ken Raeburn
I tried doing a build on my Mac (running 10.6.2) this morning, and ran into some problems. #1: c-tokenize.lex declares yyget_leng() as returning int, but the flex template defines it as returning yy_size_t (which is size_t, a.k.a. unsigned long), so c-tokenize.c doesn't compile. Changing the

Re: build problems

2010-02-15 Thread Ludovic Courtès
Hello, Ken Raeburn raeb...@raeburn.org writes: #3: Okay, I finally got to make check, and two getaddrinfo tests failed, which Ludo and Andy were talking about on IRC. I think these are bugs in the tests. It appears that one (wrong service name) is looking for EAI_SERVICE, when I think

Re: catch, throw, prompt, control, fluids, garbage collection

2010-02-15 Thread Andy Wingo
Hi, A brief note. On Sun 14 Feb 2010 13:33, Andy Wingo wi...@pobox.com writes: I am currently shaving a yak. I wrote more about the yak: http://wingolog.org/archives/2010/02/14/sidelong-glimpses In it I concluded, I need an efficient with-fluids, some pieces of prompt and abort, and