[Box Backup] Re: Make/install help

Ben Summers boxbackup@fluffy.co.uk
Thu, 4 Aug 2005 22:24:18 +0100


On 4 Aug 2005, at 17:57, Bill DAlessandro wrote:

> Here's the full output of make (attached)
>
> What can I do to remedy the errors?

Are you using gcc v4? (type gcc --version to see the version number).  
If so, you'll need a small change to infrastructure/BoxPlatform.pm:

         $gcc_v3 = 1 if (m/version gcc [34]/ || m/gcc version [34]/  
|| m/gcc \(GCC\) [34]/i || m/gcc.Version\s+[34]/i);

That compiler was released after Box Backup 0.09.

Ben