on running "setup.py build" on, win7, python 2.6.4, MS Visual Studio 2008 c++ Express and the ATI Stream SDK, all in 64bit versions i get tons of errors from the pyopencl.h and opencl_wrap.c.
pyopencl.h reports misplaced ' ; ' and ' } ' while
opencl_wrap.c reports a varity of ' * ' and all kinds of opening and closing brackets.
errors in pyopencl.h seem to originate from lines 26-28.
i am not that familiar with c/c++ so its kind of hard für me to pin down the source.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
on running "setup.py build" on, win7, python 2.6.4, MS Visual Studio 2008 c++ Express and the ATI Stream SDK, all in 64bit versions i get tons of errors from the pyopencl.h and opencl_wrap.c.
pyopencl.h reports misplaced ' ; ' and ' } ' while
opencl_wrap.c reports a varity of ' * ' and all kinds of opening and closing brackets.
errors in pyopencl.h seem to originate from lines 26-28.
i am not that familiar with c/c++ so its kind of hard für me to pin down the source.
Could you please post the full error and the version you are using (svn rev or tarball)?
lines 26-28 are:
I'm not sure why win7 would not process this correctly but I will research into this.
Thanks for the help
~Sean
I'm using the tarball, alpha-1.0 downloaded from this site.
Thanks for the fast reply!
Andreas
I think I have fixed the bug. please download and build using the svn version
Thank you again for your input. Let me know if it works. if it does I will release a new source tarball.
pyopencl.h now builds, but opencl_wrap.c now has different errors.
Sorry for all the trouble
Andreas