On Tue, 3 Sep 2019 17:23:25 +1000 Bruce Williams <[email protected]> wrote:
> /home/darktable/darktable/src/common/imageio_rawspeed.cc:185:10: > error: ‘uint32’ was not declared in this > scope Try to edit the file at the given line number, either changing uint32 to uint32_t or to guint32. I'm not a C++ or GUI programmer, so I can't be sure. But it shouldn't really matter. But if there are many of those errors, it's more likely, that you are missing some .h file. ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
