[Box Backup] 0.05PLUS2
Ben Summers
boxbackup@fluffy.co.uk
Sat, 15 May 2004 14:56:48 +0100
Thanks for the success reports and Cygwin reminder, I've changed the
line in my version. I don't know what it is with the Cygwin compiler,
it does seem to behave differently to other platforms. Perhaps the
sys/types.h file is a little unhelpful.
Also to Rick for his success report.
Other reports welcomed!
Ben
On 15 May 2004, at 03:56, Adrian wrote:
> Ben,
>
> I had no errors compiling on Fedora Core 1, but I got the results shown
> below when compiling the client under cygwin. I dug around for a
> while and
> I was able to get it to compile by changing (unsigned int) to
> (uint32_t) on
> line 1065 of BackupDaemon.cpp.
>
> The cygwin client has since completed two connections to the Fedora
> server
> and I have browsed around with bbackupquery. All seems fine. I also
> ran
> "bbstoreaccounts check" against all three of my accounts. It found no
> errors.
> [snip]