anubhav94 / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Mac OS missing dependency libgstinterfaces #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write an application that uses gstreamer-java and invoke Gst.init()
2. Dependency error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load 
library 'gstinterfaces-0.10': dlopen(libgstinterfaces-0.10.dylib, 9): image not 
found

Note that the underlying GStreamer library is installed correctly. The 
following shared libraries are found:

/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstbase-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstbase-0.10.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstcheck-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstcheck-0.10.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstcontroller-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstcontroller-0.10.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstdataprotocol-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstdataprotocol-0.10.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstnet-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstnet-0.10.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstreamer-0.10.0.dylib
/usr/local/Cellar/gstreamer010/0.10.36/lib/libgstreamer-0.10.dylib

Please see the attached Makefile and configure script. 

All components are successfully compiled. 

Original issue reported on code.google.com by leehan...@gmail.com on 20 Jan 2014 at 1:33

Attachments:

GoogleCodeExporter commented 9 years ago
Resolved: gst-plugins-base010 required

gstinterfaces-0.10 is not in the core gstreamer010 package - I am using 
Homebrew, so the following formulas (packages) are needed:

1. gst-plugins-base010
2. gst-plugins-good-0.10

If homebrew compilation fails, manually compile the plugins and copy the 
library files (.dylib, .lo) to appropriate locations. 

Original comment by leehan...@gmail.com on 20 Jan 2014 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by lfar...@lfarkas.org on 20 Jan 2014 at 9:09