RidgeRun / gst-inference

A GStreamer Deep Learning Inference Framework
GNU Lesser General Public License v2.1
121 stars 29 forks source link

Error building GstInference in the Coral Dev Kit #343

Open cubit9-danielpeyer opened 2 years ago

cubit9-danielpeyer commented 2 years ago

I try to build GstInference on the Coreal Dev Kit. I followed the instructions on the wiki, build and installed R2Inference successfully.

After I cloned the repo and run the following command meson build --prefix /usr, I get the following error:

docs/plugins/meson.build:15:6: ERROR: gnome.gtkdoc keyword argument 'gobject_typesfile' was of type array[File] but should have been array[str]

What could I have done wrong?