PrestoXen / openopera-issues

Issue tracker for OpenOpera
26 stars 0 forks source link

Unable To Build: Many Undefined Reference Errors #21

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello,

I am attempting to build this software but have gotten a ton of undefined reference errors. I think I have the gst-opera repo in the proper subfolders. I have tried both GCC 4.9 and GCC 9.2.

Here is an example of one of the undefined reference errors I am getting: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /home/djames/_dev/presto/platforms/media_backends/gst/gst-opera/gst-plugins-good/gst/matroska/matroska-demux.c:7135: undefined reference to 'gst_element_register'

They are all related to gstreamer but I can't figure out why it won't build. I figure this is something simple that I am missing, but can provide more info if needed.

I am using the gst-opera mirror from https://github.com/rikaunite/gst-opera/

Thanks!

Zero3K commented 4 years ago

Any news regarding this issue?

ghost commented 4 years ago

@Zero3K I haven't heard anything yet

ghost commented 4 years ago

@Zero3K I was able to fix it by installing the latest gstreamer-0.10 headers on my system