https://bugs.freedesktop.org/show_bug.cgi?id=82717
--- Comment #4 from Tom Stellard tstellar@gmail.com ---
Problem 3: OpenCL Build log: input.cl:323:10: error: cannot combine with previous 'type-name' declaration specifier input.cl:323:15: error: expected identifier or '(' input.cl:324:8: error: expected identifier or '(' input.cl:325:32: error: expected expression �
This is a bug in mandelbulber-oepncl. It's using half as a variable name, which is not allowed since half is also the name of a type.