On 6 Mar 2014, at 11:58, Julius Plenz <plenz@cis.fu-berlin.de> wrote:
Hi, Arran!
* Arran Cudbard-Bell <a.cudbardb@freeradius.org> [2014-03-05 19:06]:
Fixed...
The issue is not really resolved yet... I'm using 0565937, "That's BIG_ENDIAN and LITTLE_ENDIAN", and I get:
$ ./configure ... checking whether byte ordering is bigendian... no
$ grep -i endian src/include/autoconf.h /* #undef BIG_ENDIAN */ #define LITTLE_ENDIAN 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # ifndef WORDS_BIGENDIAN /* # undef WORDS_BIGENDIAN */
Yet still:
/server/devel/src/freeradius/src/freeradius-devel/build.h:84:6: error: #error Failed determining endianness of system
I don't know too much about autoconf handling, but how is build.h supposed to get the defs from autoconf.h?
-include
If I #include the autoconf.h in build.h, magically everything compiles... ;-)
Ah, yes might be an ordering thing. Try now... Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2