[Box Backup] Could do with some advice on getting Boxbackup compiled ....
Stefan Norlin
boxbackup@fluffy.co.uk
Fri, 17 Mar 2006 13:45:56 +0100
> .... I had been playing around with what actually goes into the
> LD_LIBRARY_PATH
> variable.
Do LLONG_MIN and LLONG_MAX get defined
in lib/common/BoxConfig.h after you have run configure?
I have this in my BoxConfig.h after running configure:
/* max value of long long calculated by configure */
#define LLONG_MAX 9223372036854775807LL
/* min value of long long calculated by configure */
#define LLONG_MIN -9223372036854775808LL
Stefan