Closed ichsan2895 closed 9 months ago
Well, it works when I change a bit the code
git clone --recursive https://github.com/pierotofy/OpenSplat OpenSplat
cd OpenSplat/
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=/workspace/OPENSPLAT/libtorch .. && make -j$(nproc)
Huh, strange, the project doesn't have submodules so the --recursive flag shouldn't be needed. Also the compiler should have looked in the vendor/json library for headers, but for some reason it didn't.
I have modified the code https://github.com/pierotofy/OpenSplat/commit/7c37be4941eb915cf516c0bb0ebb591ec2e80cf2 to explicitly reference the path to that library, hopefully it resolves this issue?
I have modified the code https://github.com/pierotofy/OpenSplat/commit/7c37be4941eb915cf516c0bb0ebb591ec2e80cf2 to explicitly reference the path to that library, hopefully it resolves this issue?
Huh, strange, the project doesn't have submodules so the --recursive flag shouldn't be needed. Also the compiler should have looked in the vendor/json library for headers, but for some reason it didn't.
I have modified the code 7c37be4 to explicitly reference the path to that library, hopefully it resolves this issue?
Already fixed with this command. It worked, I never touch it again :100:
git clone --recursive https://github.com/pierotofy/OpenSplat OpenSplat
cd OpenSplat/
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=/workspace/OPENSPLAT/libtorch .. && make -j$(nproc)
I got error when building it
Using Runpod environment with this specification