Closed rafalbraun closed 3 years ago
Hello.
Can you try not to build the library in the source folder? I mean, could you try to first create a 'reactphysics3d-build' directory, and then build the library inside it with the following commands instead?
mkdir reactphysics3d-build
cd reactphysics3d-build
ccmake <path-to-reactphysics3d-source-folder>
Let me know if you still have an error.
Have you been able resolve your issue?
Hello. Unfortunately no. The output was as below
$ reactphysics3d/reactphysics3d-build$ ccmake ../src/
CMake Error: The source directory "reactphysics3d/src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
As described in the documentation here, you need to use the reactphysics3d/ folder you have cloned with the 'ccmake' command, not the src/ folder. Moreover, you should not have a ../src folder in the parent directory of reactphysics3d-buid.
Here are all the commands you need to use:
git clone git@github.com:DanielChappuis/reactphysics3d.git
mkdir reactphysics3d-build
cd reactphysics3d-build
ccmake ../reactphysics3d
Have you been able to build the library?
I am closing this issue. Feel free to reopen it if necessary.
After generating config through "ccmake ." and then turning on tests and testbed I got a makefile that caused following error