Re: [darktable-dev] cannot find gcc under linux Mint Mate 19.0

2018-07-05 Thread Alexander Rabtchevich
Tobias Ellinghaus wrote: Am Donnerstag, 5. Juli 2018, 19:05:39 CEST schrieb Alexander Rabtchevich: Hello I couldn't compile git darktable under fresh Linux Mint 19.0 x64 Mate edition - the configuration couldn't find gcc compiler. -- The CXX compiler identification is unknown CMake Error at CM

Re: [darktable-dev] How to get image preview zoom factor information

2018-07-05 Thread rawfiner
Hi, I am still trying to resize raw before demosaicing to speed up raw denoising. I now get the zoom level using the following code: float scale = 1.0; int closeup = dt_control_get_dev_closeup(); if (piece->pipe->type == DT_DEV_PIXELPIPE_FULL) scale = dt_dev_get_zoom_scale(self->dev, zo

Re: [darktable-dev] cannot find gcc under linux Mint Mate 19.0

2018-07-05 Thread Tobias Ellinghaus
Am Donnerstag, 5. Juli 2018, 19:05:39 CEST schrieb Alexander Rabtchevich: > Hello > > I couldn't compile git darktable under fresh Linux Mint 19.0 x64 Mate > edition - the configuration couldn't find gcc compiler. > > -- The CXX compiler identification is unknown > CMake Error at CMakeLists.txt:2

[darktable-dev] cannot find gcc under linux Mint Mate 19.0

2018-07-05 Thread Alexander Rabtchevich
Hello I couldn't compile git darktable under fresh Linux Mint 19.0 x64 Mate edition - the configuration couldn't find gcc compiler. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:20 (project):   The CMAKE_CXX_COMPILER:     /usr/bin/c++   is not a full path to an