[SOLVED] Compiling VLCKit
Posted: 23 Jul 2009 22:55
Hi,
I have been unsuccessfully trying to get the VLCKit framework working, as described in http://wiki.videolan.org/Mac_OS_X_Framework
Both the one-click build and the Terminal build fail. The latter fails with this message:
I have been searching for this error on the internet (incl. this forum), found a few people facing the same problem but no one got an answer about it.
How could I fix this bug?
I have been unsuccessfully trying to get the VLCKit framework working, as described in http://wiki.videolan.org/Mac_OS_X_Framework
Code: Select all
$ cd extras/contrib && ./bootstrap && make && cd ../.. && ./bootstrap &&./configure && make && cd projects/macosx/framework && make
Code: Select all
The following build commands failed:
vlc-configure:
PhaseScriptExecution /Users/kpm/vlc/projects/macosx/framework/build/VLCKit.build/Debug/vlc-configure.build/Script-63FFDBCD0D2AE2AE0092FC96.sh
vlc-core:
ExternalBuildToolExecution vlc-core
(2 failures)
make: *** [all] Error 1
Across-the-Universe:framework kpm$
How could I fix this bug?