-
Notifications
You must be signed in to change notification settings - Fork 3
OpenCL files fail to compile on OS X #9
Comments
Can you try putting a 'static' modifier before each erroneous function definition? i.e. static void digest(...) {...} |
I've pushed a possible fix in c6282a0. Can you see if it's still having problems? |
Will test, I made my own changes and I have this error now:
(The tests take like 30 seconds to run each) |
This seems to be a bug specific to Apple OpenCL drivers. Can you try the latest code from master and see if it's any different? |
You put the |
My bad - it's 11 PM here :P It's probably better to simply create |
Still doesn't work :( same error as described in #9 (comment) |
So you're still encountering the same |
Nope, I get
After around 30 seconds of waiting for each test. Here's an OpenCL information dump:
|
Is there any other information in the test reports? ( Things like STDOUT messages in particular may be useful if present. |
The error messages I've been getting are from the test reports. The console just says that the build failed. The test reports don't say anything else.
|
This is strange. I can't find much info on this specific error except that it's supposedly a bug with Apple's OpenCL drivers, but I find that unlikely TBH. Has this happened compiling other OpenCL code? |
Oh... I found the problem in my system logs...
And no, this doesn't happen when compiling other OpenCL code. |
Occurs during the
:test
phase of the build.The text was updated successfully, but these errors were encountered: