Closed GoogleCodeExporter closed 9 years ago
The compilation of the OpenCL cloth demo isn't enabled by default under Linux,
right?
Did you manually enable it?
We are happy to fix it, if you can test it and provide a patch.
Thanks,
Erwin
Original comment by erwin.coumans
on 4 Oct 2010 at 6:25
Should be fixed in latest trunk.
See http://code.google.com/p/bullet/source/detail?r=2222
Thanks for the report!
Original comment by erwin.coumans
on 4 Oct 2010 at 7:09
Original comment by erwin.coumans
on 4 Oct 2010 at 7:09
I tested r2222 and it is indeed fixed.
I looked at ccmake output and it looks like BUILD_NVIDIA_OPENCL_DEMOS is
enabled if libOpenCL.so is found (maybe requires the includes as well, didn't
look at the cmake config).
Anyway, thanks for fixing the issue!
Original comment by ppr...@liwjatan.at
on 4 Oct 2010 at 7:41
To make thinks perfectly clean, you are supposed to write in C++:
#include <cstdio>
instead of
#include <stdio.h>
Original comment by laurent....@gmail.com
on 5 Oct 2010 at 2:28
Original issue reported on code.google.com by
ppr...@liwjatan.at
on 2 Oct 2010 at 3:43