Re: [darktable-dev] git Master build failure

2017-04-10 Thread Tim Rolph
Oops My bad, yes I forgot. Sorry. Tim. On Monday, 10 April 2017 15:37:57 BST Roman Lebedev wrote: > On Mon, Apr 10, 2017 at 3:31 PM, Tim Rolph wrote: > > Hi all, I have just noticed a build failure on git master due to > > https://github.com/darktable-org/darktable/blob/master/src/common/ > > im

Re: [darktable-dev] git Master build failure

2017-04-10 Thread Roman Lebedev
On Mon, Apr 10, 2017 at 3:31 PM, Tim Rolph wrote: > Hi all, I have just noticed a build failure on git master due to > https://github.com/darktable-org/darktable/blob/master/src/common/ > imageio_rawspeed.cc > line 49 should be "using namespace RawSpeed;" not using namespace rawspeed; No. Don't f

[darktable-dev] git Master build failure

2017-04-10 Thread Tim Rolph
Hi all, I have just noticed a build failure on git master due to https://github.com/darktable-org/darktable/blob/master/src/common/ imageio_rawspeed.cc line 49 should be "using namespace RawSpeed;" not using namespace rawspeed; Tim. __