Re: guile 1.6.8 make check failure on AIX 6.1

2008-02-04 Thread Rainer Tammer
Hello, Neil Jerram wrote: Rainer Tammer <[EMAIL PROTECTED]> writes: ERROR: srfi-4.test: u8 vector: u8vector? success - arguments: ((memory-allocation-error "make-u8vector" "Memory allocation error" #f #f)) [...] Those errors would occur if realloc(NULL, 0) returns NULL on AIX. (Where

[bug #21378] guile 1.8.3 numbers.c fails to compile in Solaris 9

2008-02-04 Thread Ludovic Courtès
Update of bug #21378 (project guile): Assigned to:None => civodul ___ Follow-up Comment #3: Sorry for taking s long to handle this. It appears that the main issue here is that all thes

Re: guile 1.8.3 compilation errors on AIX 6.1

2008-02-04 Thread Rainer Tammer
Hello Neil, sorry to bother you again (and again)... There is also a problem in filesys.c The function #define FUNC_NAME s_scm_readdir { struct dirent_or_dirent64 *rdent; [...] declares "DIR *ds..." and later calls SCM_SYSCALL (readdir_r_or_readdir64_r (ds, (struct dirent_or_dirent64 *) b

Re: guile 1.6.8 make check failure on AIX 6.1

2008-02-04 Thread Rainer Tammer
Hello Neil, sorry to bother you again... Now I have another error: cc1: warnings being treated as errors numbers.c: In function 'guile_ieee_init': numbers.c:617: warning: dereferencing type-punned pointer will break strict-aliasing rules numbers.c:640: warning: dereferencing type-punned pointer