XCode compilation failing with OpenCL.

Wobling
Posts: 1
Joined: Mon Mar 21, 2016 3:31 pm

XCode compilation failing with OpenCL.

Post by Wobling »

Hi there,

Trying to build for my iOS Project and getting this error that I can't seem to fix or even find anything about -

Any assistance would be fantastic!

Code: Select all

/Users/User/Documents/Git/proximity-opengl/MapCraft-OpenGL/core/Extensions/BulletPhysics/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/OpenCLC10/UpdateConstants.cl:20:1: error: expected ')'
{
^
/Users/User/Documents/Git/proximity-opengl/MapCraft-OpenGL/core/Extensions/BulletPhysics/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/OpenCLC10/UpdateConstants.cl:1:11: note: to match this '('
MSTRINGIFY(
          ^
/Users/User/Documents/Git/proximity-opengl/MapCraft-OpenGL/core/Extensions/BulletPhysics/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/OpenCLC10/UpdateConstants.cl:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
MSTRINGIFY(
^~~~~~~~~~
1 warning and 1 error generated.
Command /System/Library/Frameworks/OpenCL.framework/Libraries/openclc failed with exit code 1