We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug compilation error: Scanning dependencies of target denoiseprofile [ 59%] Building C object src/iop/CMakeFiles/denoiseprofile.dir/introspection_denoiseprofile.c.o In file included from /Users/martinstraeten/src/darktable/build/src/iop/introspection_denoiseprofile.c:50: /Users/martinstraeten/src/darktable/src/iop/denoiseprofile.c:1328:17: error: variable 'd' must have explicitly specified data sharing attributes if(!d->fix_anscombe_and_nlmeans_norm) ^ 1 error generated. make[2]: *** [src/iop/CMakeFiles/denoiseprofile.dir/introspection_denoiseprofile.c.o] Error 1 make[1]: *** [src/iop/CMakeFiles/denoiseprofile.dir/all] Error 2 make: *** [all] Error 2
Platform (please complete the following information):
console_output.txt
The text was updated successfully, but these errors were encountered:
Can you test the attached patch?And report if it works. Thanks.
0001-denoiseprofile-fix-build-on-OSX.patch.txt
Sorry, something went wrong.
This might be relevant: https://redmine.darktable.org/issues/12568#note-13
applied the patch --> compiling successful
No branches or pull requests
Describe the bug
compilation error:
Scanning dependencies of target denoiseprofile
[ 59%] Building C object src/iop/CMakeFiles/denoiseprofile.dir/introspection_denoiseprofile.c.o
In file included from /Users/martinstraeten/src/darktable/build/src/iop/introspection_denoiseprofile.c:50:
/Users/martinstraeten/src/darktable/src/iop/denoiseprofile.c:1328:17: error:
variable 'd' must have explicitly specified data sharing attributes
if(!d->fix_anscombe_and_nlmeans_norm)
^
1 error generated.
make[2]: *** [src/iop/CMakeFiles/denoiseprofile.dir/introspection_denoiseprofile.c.o] Error 1
make[1]: *** [src/iop/CMakeFiles/denoiseprofile.dir/all] Error 2
make: *** [all] Error 2
Platform (please complete the following information):
console_output.txt
The text was updated successfully, but these errors were encountered: