Julius Plenz wrote:
Seeing that Arran reverted all the commits, I'm not sure what is supposed to happen now...?
Arran should fix it.
I tried your commits, and ./configure said:
checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes
However, <endian.h> was not included.
My commit included it in build.h. Arran reverted that because <endian.h> is apparently radically different across platforms. So... it's unusable.
Now, with 25c344d89f, I get the following ./configure output:
checking whether byte ordering is bigendian... no
Yet compilation is still not working:
/server/devel/src/freeradius/src/freeradius-devel/build.h:84:6: error: #error Failed determining endianness of system
I know who I'd blame... Alan DeKok.