flyfire / gmlive

Automatically exported from code.google.com/p/gmlive
GNU General Public License v2.0
0 stars 0 forks source link

debian squeeze_amd64编译出错 #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
系统debian 6.0 内核linux 2.6.32-5-amd64,gnome 2.30.2。gmlive 
0.22.2,编译gmlive-extra-0.3。出现如下错误
root@debian:/home/xiaomao/gmlive-extra-0.3# ./install.sh
lib/
lib/libppsbase.so
lib/libppsapi.so.0.1.826
lib/libppsbase.so.0.1.826
lib/libppssg.so.0.1.826
lib/libppssg.so
lib/libppsvodres.so.0.1.826
lib/libppsvodres.so.0
lib/libppsapi.so
lib/libppsfds.so
lib/libppsfds.so.0.1.826
lib/libppsapi.so.0
lib/libppssg.so.0
lib/libppsvodnet.so
lib/libppsvodres.so
lib/libppsvodnet.so.0.1.826
lib/libppsbase.so.0
lib/libppsfds.so.0
lib/libppsvodnet.so.0
g++ -O2 -g -m32 -c -o xpps.o xpps.cc
g++ -O2 -g -m32 -c -o ec_throw.o ec_throw.cc
g++ -O2 -g -m32 -o xpps xpps.o ec_throw.o  -m32 -L./lib -lppsbase -lppssg 
-lppsapi -lppsvodres -lppsfds -lppsvodnet
gcc -shared -Wl,-ldl -o libppswrapper-preload.so.0.0.0 ppswrapper-msgget.c
/usr/bin/ld: /tmp/ccGkHRr9.o: relocation R_X86_64_32 against `.rodata' can not 
be used when making a shared object; recompile with -fPIC
/tmp/ccGkHRr9.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libs] 错误 1
cp xpps /usr/bin/
mv libppswrapper-preload.* /usr/lib/
mv: 无法获取"libppswrapper-preload.*" 的文件状态(stat): 
没有那个文件或目录
make: *** [install] 错误 1
谷歌了好久,无法解决

Original issue reported on code.google.com by caisu1...@gmail.com on 24 Feb 2011 at 10:08

GoogleCodeExporter commented 9 years ago
+1
我的系统是 ubuntu 10.10 x64 的。
这个项目似乎已经死了…… 还是别忙活了
我的点了 ppstream 可以获取二级子目录的名称,但是 
命令行可以看到很多很多error:

[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=0
[pps vod]illegal index:0
[ppsvod_remove_item]-----------start, index:0
[ppsvod_add_item]-----------end,index:1
------Starting task...
[pps_callback]: server connecting timeout.
[ppsvod_stop_item]-----------start,index=1
[ppsvod_play_item]-----------start,index:1,validcode:(null)
[ppsvod_stop_item]-----------end
[ppsvod_remove_item]-----------start, index:1
[ppsvod_remove_item]-----------end
[pps vod]unautherized!
------Start to play...
------Can not get task info!
------pps read failed!
: Operation now in progress
------pps read finished...
[ppsvod_stop_item]-----------start,index=1
[pps vod]Can not find this url:1
------pps removing task...
[ppsvod_remove_item]-----------start, index:1
------pps uninitianlizing...
[ppsvod_destroy]-----------start
[ppsvod_destroy]-----------end
Demo end, exiting...

上次还把x桌面环境直接搞重启了

Original comment by zlfziegf...@gmail.com on 1 Mar 2011 at 11:58