-
Notifications
You must be signed in to change notification settings - Fork 605
Building with MediaPlayer
error
#15
Comments
Hi @sangshengjie, Can you please provide more details about your build environment. What OS are you compiling on? What compiler and version are you using? What version of GStreamer are you using? Please include any other details you think would be relevant. Also, if you have a larger snippet of the error, that would help us investigate your issue. Thanks, |
Hi @JamieMeyers following is the error: Prerequisite |
Hi @sangshengjie, Thanks for the information. Thanks, |
Hi @knikhila glib_genmarshal=glib-genmarshal Name: GLib Thanks, |
Hi @sangshengjie, It looks like for local Gstreamer builds, we are missing the pkgConfig path. Can you please try by adding the following line in MediaPlayer/CMakeLists.txt right before the line find_package(PkgConfig) ? set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH ON) Enabling the PKG_CONFIG_USE_CMAKE_PREFIX_PATH adds the paths in CMAKE_PREFIX_PATH to pkg-config search path. After adding the line, CMakeLists.txt should look like this: You will have to run CMake again. Please let us know how it goes. Thanks, |
Hi @knikhila Thanks very much. |
We've clarified the instructions in 0.4.1 as well to help out with this issue. |
When I built with MediaPlayer (v0.4), an error came out:
Linking CXX executable MediaPlayerTest
undefined reference to `g_type_check_instance_is_fundamentally_a'
The text was updated successfully, but these errors were encountered: