-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue installing required package/software "ray_casting" #8
Comments
Hi @troiwill FYI @gege3107 |
I did solve the issue some time ago. But I do not remember the exact steps. Hopefully, these steps help you get further @gege3107:
In the This might be most, if not all, of what you need to compile. |
I still have the issue
|
I followed the instructions to install
ray_casting
software. But there is an issue when runningmake -j8
.First, the make process fails because the file
<catch2/catch.hpp>
does not exist (this file is referenced in the test raycasting CPP file). I noticed that there is a file called<catch2/catch_all.hpp>
instead. Therefore, I changed the<catch2/catch.hpp>
to<catch2/catch_all.hpp>
, which seemed to resolve the issue.Now, there is the following issue once I re-run
make -j8
:Can someone help in resolving this problem?
The text was updated successfully, but these errors were encountered: