[Box Backup-dev] Trunk build failure on FreeBSD/i386 5.4

Martin Ebourne boxbackup-dev@fluffy.co.uk
Sun, 25 Dec 2005 19:36:00 +0000


James O'Gorman <james@netinertia.co.uk> wrote:
> I modified lib/common/Box.h (line 141) to change
> 	#define box_ntoh64(x) betoh64(x)
> to
> 	#define box_ntoh64(x) be64toh(x)
>
> And that part seems to compile fine now. However, I now get:
>
> BackupDaemon.cpp:1272: error: `::statfs' has not been declared
> *** Error code 1

Can you see if r284 fixes both of those issues?

Cheers,

Martin.