mdegans / gst-cuda-plugin

CUDA plugin base for GStreamer with DeepStream in mind
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Google Protobuf error when installing gst-cuda-plugin natively on Jetson Xavier Nx #7

Open samtlink opened 4 years ago

samtlink commented 4 years ago

I am installing Nvalhalla natively on Jetson Xavier nx and as a pre-requisite, gst-cuda-plugin is required. I have already compiled libdistanceproto (v 0.4.0) and libdsfilter(v 0.3.6). On installing gst-cuda-plugin, I am encountering the error as stated in the picture.

Note: I have google protobuf installed (I have tried version 3.0.0 and 3.13.0, only one of the version was installed at a time) and also tried building protobuf from source but I am still facing the same issue. Thanks a lot for the help. :)

Let me know if any further information is needed.

protobuf_error

mdegans commented 4 years ago

@samtlink

Thanks for filing the issue.

I'm not sure exactly what's causing this error for you but I will attempt to replicate on a newly flashed system when I get a chance. For now, if you want to run Nvalhalla, my recommendation would be to either the v0.1.6 tag, which does not have the same external dependencies.

I've been busy with work recently so i've had less time to devote to this, but a major update is coming which will make manually building all these dependencies unnecessary (as well as many more enhancements, including Python bindings, and a UI). I will announce it on the Nvidia Devtalk forum when it's ready.