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
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
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
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