[Box Backup-dev] Trunk build failure on FreeBSD/i386 5.4
Martin Ebourne
boxbackup-dev@fluffy.co.uk
Sat, 24 Dec 2005 23:00:10 +0000
James O'Gorman <james@netinertia.co.uk> wrote:
> Hi all,
>
> I just tried to build trunk on FreeBSD 5.4-RELEASE/i386 and make
> failed with an error - attached is the script output. I'm no C++
> hacker so I'm not quite sure what's gone wrong!
You have sys/endian.h but it does not define the 64 bit endian swapping
functions htobe64() and betoh64(). Could you have a look and see if
there are any 64 bit byte swapping functions, and if so where they are
please?
Cheers,
Martin.