Skip to content
New issue

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

current master: compilation error in denoiseprofile.c #2189

Closed
MStraeten opened this issue Mar 11, 2019 · 3 comments
Closed

current master: compilation error in denoiseprofile.c #2189

MStraeten opened this issue Mar 11, 2019 · 3 comments

Comments

@MStraeten
Copy link
Collaborator

MStraeten commented Mar 11, 2019

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

@TurboGit
Copy link
Member

Can you test the attached patch?And report if it works. Thanks.

0001-denoiseprofile-fix-build-on-OSX.patch.txt

@parafin
Copy link
Member

parafin commented Mar 11, 2019

This might be relevant:
https://redmine.darktable.org/issues/12568#note-13

@MStraeten
Copy link
Collaborator Author

applied the patch --> compiling successful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants