Problem building from source using VS2015
Posted: 2016-11-01T07:45:00-07:00
Trying to build IM from source using VS2015 I get this error:
..\..\ImageMagick\MagickCore\accelerate.c(4574): error C2039: 'x': is not a member of 'cl_float2'
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.0\include\CL/cl_platform.h(1023): note: see declaration of 'cl_float2'
It looks like IM is picking up something from OpenCl which is not working. Why IM is using OpenCl or why this is not compiling is beyond me.
Anybody have a clue how to fix this ?
..\..\ImageMagick\MagickCore\accelerate.c(4574): error C2039: 'x': is not a member of 'cl_float2'
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.0\include\CL/cl_platform.h(1023): note: see declaration of 'cl_float2'
It looks like IM is picking up something from OpenCl which is not working. Why IM is using OpenCl or why this is not compiling is beyond me.
Anybody have a clue how to fix this ?