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
Running on NVIDIA Xavier, Jetpack [L4T 32.5.2]. I compiled jetson-utils in container nvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.7-py3, Follow the introduction of README:
git clone https://github.com/dusty-nv/jetson-utils
mkdir build
cd build
cmake ../
make -j$(nproc)
sudo make install
sudo ldconfig
In file included from /workdir/jetson-utils/codec/gstWebRTC.cpp:23:0:
/workdir/jetson-utils/codec/gstWebRTC.h:30:10: fatal error: gst/webrtc/webrtc.h: No such file or directory
#include <gst/webrtc/webrtc.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/jetson-utils.dir/build.make:4403: recipe for target 'CMakeFiles/jetson-utils.dir/codec/gstWebRTC.cpp.o' failed
make[2]: *** [CMakeFiles/jetson-utils.dir/codec/gstWebRTC.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /workdir/jetson-utils/codec/gstEncoder.cpp:24:0:
/workdir/jetson-utils/codec/gstWebRTC.h:30:10: fatal error: gst/webrtc/webrtc.h: No such file or directory
#include <gst/webrtc/webrtc.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/jetson-utils.dir/build.make:4355: recipe for target 'CMakeFiles/jetson-utils.dir/codec/gstEncoder.cpp.o' failed
make[2]: *** [CMakeFiles/jetson-utils.dir/codec/gstEncoder.cpp.o] Error 1
In file included from /workdir/jetson-utils/codec/gstDecoder.cpp:24:0:
/workdir/jetson-utils/codec/gstWebRTC.h:30:10: fatal error: gst/webrtc/webrtc.h: No such file or directory
#include <gst/webrtc/webrtc.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/jetson-utils.dir/build.make:4331: recipe for target 'CMakeFiles/jetson-utils.dir/codec/gstDecoder.cpp.o' failed
make[2]: *** [CMakeFiles/jetson-utils.dir/codec/gstDecoder.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/jetson-utils.dir/all' failed
make[1]: *** [CMakeFiles/jetson-utils.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
How can I fix it? @dusty-nv Looking forward to your answer
The text was updated successfully, but these errors were encountered:
zjykzj
changed the title
CMake Error at python/bindings_python_3.6/cmake_install.cmake:89 (file):
[NVIDIA Xavier][nvcr.io/nvidia/l4t-pytorch]CMake Error at python/bindings_python_3.6/cmake_install.cmake:89 (file):
Nov 30, 2023
zjykzj
changed the title
[NVIDIA Xavier][nvcr.io/nvidia/l4t-pytorch]CMake Error at python/bindings_python_3.6/cmake_install.cmake:89 (file):
[NVIDIA Xavier][nvcr.io/nvidia/l4t-pytorch][make install]CMake Error at python/bindings_python_3.6/cmake_install.cmake:89 (file):
Nov 30, 2023
Running on NVIDIA Xavier, Jetpack [L4T 32.5.2]. I compiled
jetson-utils
in containernvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.7-py3
, Follow the introduction of README:And use jetson-inference/CMakePreBuild.sh to install dependencies.
QUESTION1
Get ERROR when
make -j$(nproc)
Fix it refer to Missing dependencies when building on 35.1.0 container images possible issues with opencv #146
QUESTION2
Get ERROR when
make install
How can I fix it? @dusty-nv Looking forward to your answer
The text was updated successfully, but these errors were encountered: