Re: GSIMap and OpenBSD (Was: Re: GSIMap and gcc 2.95)

2011-08-17 Thread Fred Kiefer
On 17.08.2011 00:19, Riccardo Mottola wrote: If you replace the NULL with (void*)0 in GSIMap.h, does that fix it? Fred suggested to write the macro as #define GSI_MAP_CLEAR_VAL(node) GSI_MAP_WRITE_VAL(map, node-value, (GSIMapVal)(void *)NULL) If I try #define GSI_MAP_CLEAR_VAL(node)

GSIMap and OpenBSD (Was: Re: GSIMap and gcc 2.95)

2011-08-16 Thread Riccardo Mottola
Hi, I forgot to mention that it was OpenBSD/sparc On my OpenBSD/x86 computer however I get the same problem and it has gcc 4.2 Thus it appears to be an OpenBSD problem? I reconfigured and made clean. I don't see any apparent OS difference there. Riccardo Riccardo Mottola wrote: Hi, what

Re: GSIMap and OpenBSD (Was: Re: GSIMap and gcc 2.95)

2011-08-16 Thread David Chisnall
On 16 Aug 2011, at 20:38, Riccardo Mottola wrote: Hi, I forgot to mention that it was OpenBSD/sparc On my OpenBSD/x86 computer however I get the same problem and it has gcc 4.2 Thus it appears to be an OpenBSD problem? I reconfigured and made clean. I don't see any apparent OS

Re: GSIMap and OpenBSD (Was: Re: GSIMap and gcc 2.95)

2011-08-16 Thread Riccardo Mottola
Hi, Hi, I forgot to mention that it was OpenBSD/sparc On my OpenBSD/x86 computer however I get the same problem and it has gcc 4.2 Thus it appears to be an OpenBSD problem? I reconfigured and made clean. I don't see any apparent OS difference there. This may be an OpenBSD libc