Hi,
I just pulled current status of the branch 4.6.x and tried to build.
Unfortunately running into the following build error:
In file included from /home/martin/darktable/build/lib/darktable/plugins/introspection_cacorrect.c:27:
/home/martin/darktable/src/iop/cacorrect.c: In function ‘process’:
/home/martin/darktable/src/iop/cacorrect.c:286:46: error: ‘DT_CACHELINE_FLOATS’ undeclared (first use in this function)
286 | const size_t ibsize = dt_round_size(width, DT_CACHELINE_FLOATS) * (height + 2);
| ^~~~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
gmake[2]: *** [lib/darktable/plugins/CMakeFiles/cacorrect.dir/build.make:82: lib/darktable/plugins/CMakeFiles/cacorrect.dir/introspection_cacorrect.c.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:4888: lib/darktable/plugins/CMakeFiles/cacorrect.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
Seems like the ca-correct changes are not completly reflected in the pulled source?
Cheers, Martin