Hi

Are there any more up to date instructions on building pyopencl on windows?
I have been using a precompiled binary until now but would like to
recompile myself.

I note that when I follow instructions from README_SETUP.txt and then
compile I receive errors along the lines of:

d:\software\windows\sources\pyopencl\src\c_wrapper\wrap_cl_core.h(53):
error C2061: syntax error: identifier 'uint32_t'
d:\software\windows\sources\pyopencl\src\c_wrapper\wrap_cl_core.h(59):
error C2065: 'add': undeclared identifier
d:\software\windows\sources\pyopencl\src\c_wrapper\wrap_cl_core.h(59):
error C2059: syntax error: 'const'
d:\software\windows\sources\pyopencl\src\c_wrapper\wrap_cl_core.h(96):
error C2061: syntax error: identifier 'ssize_t'
etc..

>From the wiki it suggests using boost which I've tried but whenever I
enable BOOST* options in my siteconf.py I get errors along the lines of:

KeyError: 'invalid config key in .\\siteconf.py: BOOST_INC_DIR'

Which seems to suggest those options have since been removed and the wiki
page needs updating.

Thanks in advance,
Blair
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to