Thread: [Xmms-embedded-users] Help of xmms-embedded 0.00003 (Can't start display)
Status: Beta
Brought to you by:
pnis
From: Liu W. <wfl...@ho...> - 2003-05-08 13:54:21
|
Hello, all I have met a problem when using the xmms-embedded 0.00003. All the input/output plugins can be loaded but the general plugin -- libQPEgui.so -- can't. When i check the code, i found that the code to resolve symbol "get_gplugin_info__Fv" can't succeed.But I don't know why. I also can't find get_gplugin_info__Fv in libQPEgui.so. So i replace get_gplugin_info__Fv with get_gplugin_info that can be found in libQPEgui.so. But it doesn't work, either. Does anybody has met this situation? Would you please help me that? Thank you very much. Wenfeng _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ |
From: Balatoni D. <pn...@co...> - 2003-05-08 23:04:17
|
Hi! get_gplugin_info should be extern "c" and xmms should look for=20 get_gplugin_info . Right now it is wrong but works with gcc 2.95 ,but I will fix it in cvs. btw I suggest you checkout xmms from the cvs repository on=20 sourceforge - link is on the sf project page.=20 On 2003. m=A8=A2jus 8. 15.54, Liu Wenfeng wrote: > Hello, all > > I have met a problem when using the xmms-embedded 0.00003. All the > input/output plugins can be loaded but the general plugin -- libQPEgui.so > -- can't. When i check the code, i found that the code to resolve symbol > "get_gplugin_info__Fv" can't succeed.But I don't know why. I also can't > find get_gplugin_info__Fv in libQPEgui.so. So i replace > get_gplugin_info__Fv with get_gplugin_info that can be found in > libQPEgui.so. But it doesn't work, either. > > Does anybody has met this situation? Would you please help me that? Thank > you very much. > > Wenfeng bye Denes |
From: LIU Wen-f. <wfl...@ho...> - 2003-05-09 01:26:37
|
Hello, Denes Thank you very much. I have solved it. I think that it's because of the strict grammar check mechanism in newer gcc toolchain, which forbid using c++ symbols without extern "C" declaration.=20 I can't use CVS repository because the network port is banned here. :( Another question. I found that the sound quality is different when listening from local mp3 files or stream files from network. But when I use mplayer, it becomes better. So how can I promote sound quality? Or update to newer version can solve this? Thank you very much again. Best Wishes Wenfeng _________________________________________________ Kent, Liu (LIU Wen-feng) iCSL - Emerging Application Team Tel: (86-21)52574545 Ext.1361 iNET: 8752-1361 _________________________________________________ -----Original Message----- From: Balatoni Denes [mailto:pn...@co...]=20 Sent: Friday, May 09, 2003 7:02 AM To: xmm...@li...; Liu Wenfeng Subject: Re: [Xmms-embedded-users] Help of xmms-embedded 0.00003 (Can't start display) Hi! get_gplugin_info should be extern "c" and xmms should look for=20 get_gplugin_info . Right now it is wrong but works with gcc 2.95 ,but I will fix it in cvs. btw I suggest you checkout xmms from the cvs repository on=20 sourceforge - link is on the sf project page.=20 On 2003. m=E1jus 8. 15.54, Liu Wenfeng wrote: > Hello, all > > I have met a problem when using the xmms-embedded 0.00003. All the > input/output plugins can be loaded but the general plugin -- libQPEgui.so > -- can't. When i check the code, i found that the code to resolve symbol > "get_gplugin_info__Fv" can't succeed.But I don't know why. I also can't > find get_gplugin_info__Fv in libQPEgui.so. So i replace > get_gplugin_info__Fv with get_gplugin_info that can be found in > libQPEgui.so. But it doesn't work, either. > > Does anybody has met this situation? Would you please help me that? Thank > you very much. > > Wenfeng bye Denes |
From: Balatoni D. <pn...@co...> - 2003-05-12 08:54:34
|
Hi! On 2003. m=E1jus 9. 03.26, LIU Wen-feng wrote: > Hello, Denes > > Thank you very much. I have solved it. I think that it's because of the > strict grammar check mechanism in newer gcc toolchain, which forbid > using c++ symbols without extern "C" declaration. > > I can't use CVS repository because the network port is banned here. :( Probably, also afaik c++ symbols in objectfiles made with gcc 3 are differe= nt=20 from those made with gcc2 - and xmms is looking for a functionname made by= =20 gcc2. I will place a link to the cvs snapshot in the next few months (i am busy n= ow=20 unfortunatelly).=20 > Another question. I found that the sound quality is different when > listening from local mp3 files or stream files from network. But when I > use mplayer, it becomes better. So how can I promote sound quality? Or > update to newer version can solve this? It shouldn't be different. Do you mean there are clicks, or it's choppy ? O= r=20 just a loss of fidelity ? In the erlier, you can try increasing/decresing t= he=20 http buffer size in ~/.xmms/config, mad section. > Best Wishes > Wenfeng bye Denes |