Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Orin AGX • DeepStream Version 6.1.1 • JetPack Version (valid for Jetson only) 5.0.2 • TensorRT Version 8.4.1.5 • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I have just installed DeepStream 6.1.1 using the Debian package and following instructions from this link.
First thing I tried to do is run the reference app found under
Package json-glib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing json-glib-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'json-glib-1.0' found Package json-glib-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing json-glib-1.0.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘json-glib-1.0’ found
cc -c -o deepstream_app.o -DPLATFORM_TEGRA -I./ -I…/…/apps-common/includes -I…/…/…/includes -DDS_VERSION_MINOR=1 -DDS_VERSION_MAJOR=5 -I /usr/local/cuda-11.4/include deepstream_app.c
deepstream_app.c:23:10: fatal error: gst/gst.h: No such file or directory
23 | include <gst/gst.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:69: deepstream_app.o] Error 1
I’m pretty sure I have already installed all the required packages mentioned in the link given above. Is there sth I’m still missing though?
There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks