No rule to make target 'turbojpeg/lib/libturbojpeg.a'
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
```
$ find . -name libturbojpeg.a*
./build/turbojpeg/lib64/libturbojpeg.a
./build/turbojpeg/src/ext_turbojpeg-build/libturbojpeg.a
...
build $ make -j8
[ 77%] Built target Open3D
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/ConvertPointCloud'. Stop.
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/ManuallyCropGeometry'. Stop.
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/GLInfo'. Stop.
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/ViewGeometry'. Stop.
make[1]: *** [CMakeFiles/Makefile2:3216: cpp/tools/CMakeFiles/ConvertPointCloud.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:3275: cpp/tools/CMakeFiles/GLInfo.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3334: cpp/tools/CMakeFiles/ManuallyCropGeometry.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3452: cpp/tools/CMakeFiles/ViewGeometry.dir/all] Error 2
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/Open3D/Open3D'. Stop.
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/MergeMesh'. Stop.
make[1]: *** [CMakeFiles/Makefile2:3570: cpp/apps/CMakeFiles/Open3DViewer.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3393: cpp/tools/CMakeFiles/MergeMesh.dir/all] Error 2
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'bin/ManuallyAlignPointCloud'. Stop.
make[1]: *** [CMakeFiles/Makefile2:3511: cpp/tools/ManuallyAlignPointCloud/CMakeFiles/ManuallyAlignPointCloud.dir/all] Error 2
make[2]: *** No rule to make target 'turbojpeg/lib/libturbojpeg.a', needed by 'lib/Release/Python/cpu/pybind.cpython-39-x86_64-linux-gnu.so'. Stop.
make[1]: *** [CMakeFiles/Makefile2:3629: cpp/pybind/CMakeFiles/pybind.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
```
Workaround: `lib`->`lib64` symlink
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.