Re: [Mpg123-devel] Problems with mpg123 releases from 1.0.0 on
Brought to you by:
sobukus
|
From: Thomas O. <tho...@or...> - 2008-04-22 00:04:30
|
Am Mon, 21 Apr 2008 06:54:00 -0700 (PDT) schrieb se05506 se <se...@ya...>: > Hi everybody, > > Im a newbie on this Linux world so please try to not be angry if my question is too simple. Well, one note on that: The PDF was unnecessary, you could have attached the same information as plain text file. (Hm, same goes for the HTML version of this eMail -- plain text is preferred for any textual information, especially on a mailing list.) > I'm writing because I have some problems when I'm trying to compile releases of the mpg123 from release v0.68. I compiled the mpg123 v0.68 for ARM and it works but after playing for a long time a streaming mp3 audio the system crashes due to some problems with the MP3 headers. Ive attached a file with the errors. Generall the http streaming is improved in the latest mpg123 (1.4.x), there were some problems with ICY support, specifically. Though, a segfault should never happen, so I'd like to see this assured as fixed. Parallel to getting 1.4 to work, one could compile 0.68 with -g in compiler flags and collect a meaningful core dump from the crash. > I would like to use the last release to check if this error is solved but Im not able to compile any release from the version 1.0.0 on successfully. What is the problem/error message you get? > This is the hardware environment I have: > > PC: Linux ubuntu 7.10 with GCC 3.3 (quite old I know) Nah, we want mpg123 to keep working for systems a _lot_ older than that;-) Really, gcc 2.x, some obscure SunOS or AIX box ... it is expected to work. Plain C89/POSIX-ish. > This is the simple script I use to compile. The script looks fine so far... so what does it result in? Building is essentially the same... you may choose to give --disable-shared, though. That disables output plugins and the dynamic decoder library. I suppose such stuff can complicate the cross build. Alrighty then, Thomas. |