Comment 18 for bug 293082

Revision history for this message
James Westby (james-w) wrote :

Hi Tim,

The error from my PPA build appears to be unrelated to boost.

The code it is complaining about is the ambiguous else clause in

if (BytesRead < 0)
   if (errno == EINTR)
     return;
   else
     throw H::Exception("Failed to Read from Inotify Device!", __FILE__, __FUNCTION__, __LINE__)

and the build is being done with -Werror.

I just pushed a new package to my PPA adding the explicit else, so we can
see if that builds.

Thanks,

James