|
我想看Helix的源码,所以上网下了个hxplay-1.0.4-source.tar.bz2,想先安装通过,但是安装出现问题,如下。
解压完后进入文件夹,执行Make后出现了以下信息:
[root@localhost hxplay-1.0.3]# make
BUILD_ROOT="`pwd`/build" PATH="$PATH:$BUILD_ROOT/bin" python build/bin/build -m hxplay_gtk_release -P helix-client-all-defines-free player_all
Time used for updates: 0.000041
reading bif="/home/ali88/software/hxplay-1.0.3/build/build/BIF/build.bif" file
[WARNING] bif parser(/home/ali88/software/hxplay-1.0.3/build/build/BIF/build.bif near beginning in <build>): This BIF file lacks an expirationdate, using 2005-01-01
Time used for updates: 0.000028
computing dependency tree
==============================================
Failed to find path to SDK named 'oggvorbissdk'.
NOTE: This module needs the Ogg-Vorbis SDK in order
to build. Developers may put the SDK anywhere they wish on
their disk. But to inform the build system of its location,
developers should have the following line in their .buildrc file:
SetSDKPath("oggvorbissdk", "/path/to/oggvorbisSDK")
See BUILD_ROOT/build/doc/buildrc.html for more
information about .buildrc files and SetSDKPath().
See file:///home/ali88/software/hxplay-1.0.3/build/doc/buildrc.html for more
information about .buildrc files and SetSDKPath().
Your build will continue in 10 seconds, but
will probably not complete successfully.
==============================================
它说少了什么oggvorbissdk,我以为是少了关于Vorbis的东西,有下了相关的东西,我把它们都解压放到一个叫oggvorbissdk的文件夹里,并照上面写的在我的用户根目录下建了个.buildrc的文件,里面写上SetSDKPath("oggvorbissdk", "/path/to/oggvorbisSDK"),/path/to/oggvorbisSDK我自己设成指向我的oggvorbissdk文件夹,这样的话可以MAke,完了在一个debug文件夹里有hxplay的脚本文件,照理应该运行会出现播放器窗口的,但是显示出错。
我想是我的安装过程有错,可能是和Vorbis有关的问题,但我也不知道SDK之类的东西怎么设,有人能指导下吗? |
|