[Box Backup] Compiling debug build of bbackupd on OS X
Ben Summers
boxbackup@fluffy.co.uk
Wed, 31 May 2006 15:52:15 +0100
On 31 May 2006, at 15:48, Tobias Balle-Petersen wrote:
> Hello....
>
> I'm trying to resolve some problems I'm having with box backup by
> compiling a debug build of bbackupd as suggested on this list. I
> have extracted a fresh copy of the 0.10 sources.
>
> The wiki says:
> cd boxbackup-0.0
> cd bin/bbstoreaccounts
> make
>
>
> In directory /Users/kpadmin/Desktop/boxbackup-0.10/bin/bbackupd I get:
> make: *** No targets specified and no makefile found. Stop.
>
>
>
> How do I compile?
Run
./configure
in the distribution root first.
Ben