Open GoogleCodeExporter opened 8 years ago
im having the exact same problem when running:
#python setup.py build
i get:
_cpyrit_opencl.c:45:23: error: CL/cl.h: No such file or directory
have you figured it out?
Original comment by tremor.h...@gmail.com
on 6 Apr 2012 at 12:21
figure out that need to run
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
-Wall -Wstrict-prototypes -fPIC -I/opt/AMDAPP/lib/x86_64/
-I/usr/include/python2.7 -c _cpyrit_opencl.c -o
build/temp.linux-x86_64-2.7/_cpyrit_opencl.o -Wall -fno-strict-aliasing
-DVERSION="0.4.1-dev (svn r308)" -I/opt/AMDAPP/include/
but stuck on next error gcc
<command-line>:0:9: error: too many decimal points in number
_cpyrit_opencl.c:850:46: note: in expansion of macro ‘VERSION’
PyModule_AddStringConstant(m, "VERSION", VERSION);
Original comment by FW.eX...@gmail.com
on 12 Jun 2014 at 12:37
Original issue reported on code.google.com by
JordanSp...@gmail.com
on 30 Jan 2012 at 11:45Attachments: