RE: [Xmms-embedded-users] Help of xmms-embedded 0.00003 (Can't start display)
Status: Beta
Brought to you by:
pnis
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 |