You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to get a linking error with catkin_make: No rule to make target .../libOpenCL.so . Until today, I was able to build and use the package without issues, this started to happen without any specific change in my system. It may be related to dependency updates, but I am not sure which.
Anyway, for those who may get a similar problem I wanted to share what solved the issue for me. There are instructions for installing OpenCL optionally, in libfreenect2's readme. Installing the option (beignet-dev) for my system (ubuntu, intel gpu) solved the issue, I am able to build now.
This may be related to #483, but unlike that one I did not install clang-format or anything new.
The text was updated successfully, but these errors were encountered:
I started to get a linking error with catkin_make:
No rule to make target .../libOpenCL.so
. Until today, I was able to build and use the package without issues, this started to happen without any specific change in my system. It may be related to dependency updates, but I am not sure which.Anyway, for those who may get a similar problem I wanted to share what solved the issue for me. There are instructions for installing OpenCL optionally, in libfreenect2's readme. Installing the option (beignet-dev) for my system (ubuntu, intel gpu) solved the issue, I am able to build now.
This may be related to #483, but unlike that one I did not install
clang-format
or anything new.The text was updated successfully, but these errors were encountered: