Compile Gstreamer with xCode5
elio.francesconi
elio.francesconi at gmail.com
Sat Oct 19 19:21:21 CEST 2013
Hi All,
git clone git://anongit.freedesktop.org/gstreamer-sdk/cerbero
cerbero bootstrap
cerbero -c config/cross-ios-universal.cbc package gstreamer-sdk
But I receive this error:
Elios-MacBook-Pro:cerbero elio$ cerbero -c config/cross-ios-universal.cbc
package gstreamer-sdk
WARNING: Using default configuration because
/Users/elio/.cerbero/cerbero.cbc is missing
We need to create a syslink between
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/include/bzlib.h
and
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/bzlib.h
as they are missing in the device SDK
Running command 'sudo ln -s
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/include/bzlib.h
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/bzlib.h'
ln:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/bzlib.h:
No such file or directory
Traceback (most recent call last):
File "/Users/elio/Projects/GStreamer/cerbero/cerbero/utils/__init__.py",
line 250, in parse_file
execfile(filename, dict)
File "/Users/elio/Projects/GStreamer/cerbero/config/ios.config", line 83,
in <module>
shell.call("sudo ln -s %s %s" %(os.path.join(simulator_headers,
missing_header), missing_path))
File "/Users/elio/Projects/GStreamer/cerbero/cerbero/utils/shell.py", line
105, in call
raise FatalError(_("Error running command: %s") % cmd)
FatalError: Fatal Error: Error running command: sudo ln -s
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/include/bzlib.h
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/bzlib.h
Configuration Error: Could not include config file
(/Users/elio/Projects/GStreamer/cerbero/config/ios.config
The issue is due to path are changed and compiler also.
Have anyone found the same issue and solved?
Thanks
Elio
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Compile-Gstreamer-with-xCode5-tp4662726.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list