[Helix-client-dev] Re: [Player-dev] Re: results so far
Jose Alberto Reguero jareguero at telefonica.netEl Miércoles, 13 de Diciembre de 2006 19:08, Greg Wright escribió: > warren wrote: > > Hi all, > > > > First, as a learning experience I successfully built and ran splay in 32 > > bit. > > > > Now I am setup to build: > > hxclient_1_5_0_cayenne > > splay_mp3 > > helix-client-local-mp3 > > > > My system id is linux-2.6-glibc23-amd64 > > > > I'm developing on a prerelease of SimplyMEPIS 64 on a MacPro. Under the > > hood, it has the Ubuntu Dapper toolchain. The successful 32 bit build > > was with SimplyMEPIS 32 on the same hardware. > > > > I got an error in hxstrfmt.cpp that a va_list was being improperly > > referenced in the FormatV method. So I added a va_copy(argList, args); > > and I passed args forward to GuessSize instead of passing a pointer to > > args. From there I passed args (not a pointer) forward to ParseFormat. > > > > Then it compiled and I got 0 of 41 modules failed. Sounded good. But > > when I try to play an mp3 with splay I get a seg fault. Working down and > > dirty with structs is not my expertise. Maybe my fix was wrong? > > check out: > > https://bugs.helixcommunity.org/attachment.cgi?id=1916&action=view > > you can also google 'helix va_list' and get some more hits. > > --greg. > > > Warren > I work some time ago porting helix for amd64 and there was a problem in hxclient_1_5_0_cayenne with flash distributions libraries. I think they only need to be recompiled. I made it work removing: /usr/local/RealPlayer/plugins/swfformat.so and /usr/local/RealPlayer/plugins/swfrender.so Jose Alberto