It doesn't look like you look for Apple's OpenCL implementation, which uses <OpenCL/opencl.h>. You can do this: #ifdef __APPLE__ #include <OpenCL/opencl.h> #else #include <CL/opencl.h> #endif On Nov 29, 2010, at 7:39 AM, Peter Urbanec wrote:
Resending because previous patch was mangled by Thunderbird.
configure.ac | 13 ++++++++ dlls/opencl/Makefile.in | 6 ++++ dlls/opencl/opencl.c | 29 ++++++++++++++++++ dlls/opencl/opencl.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 0 deletions(-) create mode 100644 dlls/opencl/Makefile.in create mode 100644 dlls/opencl/opencl.c create mode 100644 dlls/opencl/opencl.spec
<0001-opencl-Initial-stub-implementation-of-OpenCL-1.0.patch>