Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对“vala”有一些问题,当使用 gstreamer 命名空间“Gst”时,vala 无法识别它......有人可以帮帮我吗?
错误:Gst namaspace could not be found
Gst namaspace could not be found
我是 vala 的新手,所以我不知道该怎么做才能解决它
编译时需要传递类似--pkg gstreamer-1.0valac 的东西。
--pkg gstreamer-1.0
您想要使用的任何包都需要告诉编译器。使用“Gst”命名空间的 valac 分发了 34 个包,并且您没有提供任何有关您实际尝试做什么的信息……大多数基本内容都在gstreamer-1.0(或者,如果您使用的是 0.10,gstreamer-0.10),但您可能最终会使用至少其他几个。
gstreamer-1.0
gstreamer-0.10