[Chicken-users] minor build warning (twice) : runtime.c

2010-08-01 Thread John Gabriele
Hi, Just built chicken on Ubuntu 10.04 (on x86_64) and saw this warning come up twice: gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. -I./ \ -c -Os -fomit-frame-pointer \ \ -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o

Re: [Chicken-users] minor build warning (twice) : runtime.c

2010-08-01 Thread Thomas Chust
2010/8/1 John Gabriele jmg3...@gmail.com: [...] Just built chicken on Ubuntu 10.04 (on x86_64) and saw this warning come up twice: [...] runtime.c: In function ‘C_number_to_string’: runtime.c:7328: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [...]

Re: [Chicken-users] current-time on 32-bit hardware

2010-08-01 Thread Nicolas Pelletier
Hi, On Fri, Jul 30, 2010 at 9:13 PM, Felix fe...@call-with-current-continuation.org wrote: I propose to use flonums for timeout values. This makes the representation of srfi-18 time values simpler and removes any possibility of overflow. I don't think the performance impact is all that heavy.