[Box Backup] Need to reload bbackupd conf to avoid timeouts?

Tobias Balle-Petersen boxbackup@fluffy.co.uk
Tue, 12 Dec 2006 18:54:10 +0100


Hi Chris,

I'll get back to this on thursday.

Thanks,
Tobias

Chris Wilson wrote:
> Hi Tobias,
> 
>> I can now compile, but when i test i get errors:
> 
> Sorry, I hadn't tested on OSX, it looks a bit different from my Linux box.
> 
>> g++ -g -Wall -I../../lib/common -I../../lib/compress
>> -I../../lib/crypto -I../../lib/server -I../../lib/backupclient
>> -I../../lib/raidfile -I../../lib/win32 -I../../lib/backupstore
>> -I../../lib/intercept -I../../bin/bbackupctl -I../../bin/bbackupquery
>> -I../../bin/bbstoreaccounts -I../../bin/bbstored -I../../bin/bbackupd 
>> -DBOX_VERSION="\"_exported\""  -g -Wall -c _main.cpp -o
>> ../../debug/test/bbackupd/_main.o
>> _main.cpp:47: error: aggregate 'std::string first_fail_file' has
>> incomplete type and cannot be defined
> 
> Please could you add a line to
> infrastructure/buildenv-testmain-template.cpp, after "#include
> <errno.h>", add:
> 
>     #include <string>
> 
> and reconfigure and run tests again?
> 
> Cheers, Chris.