31 May
2005
31 May
'05
23:17
On Wednesday 01 June 2005 01:00, Anders Johansson wrote:
On Wednesday 01 June 2005 00:29, Joe Morris (NTM) wrote:
/usr/include/linux/byteorder/little_endian.h:43: error: syntax error before "__cpu_to_le64p"
Strange. What version of glibc-devel do you have installed, and what is the output from
rpm -V glibc-devel
OK, never mind, I just got the source and tried to compile it and I get the same thing. The problem is that the definition of __le64 is inside an #if !defined (__STRICT_ANSI__) block and the configure test program uses the compile flag -std=iso9899:1990 which defines that macro This seems like a bug in autoconf