|
|
我想在linux(fedora 3)上編譯ra rv的player,一切按照helixcommunity的官方網站上的說明,編譯設定為
[0] Set BIF branch (helix_restricted)
[1] Set Target(s) (splay)
[2] Set Profile (/root/build/umakepf/helix-client-local-net-nodist)
.buildrc的配置為
AddMultiCVS("helix",":ext:xbada@cvs.helixcommunity.org:/cvsroot/")
AddBIFPath("common", "[helix]/common/build/BIF")
AddBIFPath("client", "[helix]/client/build/BIF")
AddBIFPath("common-restricted", "[helix]/common-restricted/build/BIF")
AddBIFPath("client-restricted", "[helix]/client-restricted/build/BIF")
SetSDKPath("oggvorbissdk", "/usr")
可是編譯完成後總是有兩個錯誤:在/datatype/rm/audio/codec/ra8hbr中make的話提示為生成atrc.so而缺/datatype_dist/rm/audio/codec/ra8hbr/dbg/ra8hbr_fltpt.a
在/datatype/rm/audio/codec/sipro中make的話提示為生成/root/helix/datatype_dist/rm/audio/codec/sipro/dbg/sipro.a而缺sipro.a
這兩個.a文件我的整個機器上都沒有,而且我的機器上根本就沒有datatype_dist目錄(只有datatype和datatype-restricted) 網上查了很多地方 都得不到解決方法 不知為何我得不到那個目錄 |
|