Hi there When I build wine-1.1.29 from source i get the error message: Code: configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. I do not get this message when I build 1.1.28. I was trying that to make sure its not a problem with a missing package on my system. I am using Fedora 11 x86_64. I don't know of any libmpg123 devel package.
On Thu, Sep 3, 2009 at 11:14 AM, Milena<wineforum-user at winehq.org> wrote:> Hi there > > When I build wine-1.1.29 from source i get the error message: > > Code: > configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. > > > I do not get this message when I build 1.1.28. I was trying that to make sure its not a problem with a missing package on my system. I am using Fedora 11 x86_64. I don't know of any libmpg123 devel package.Fedora doesn't have it in their main repository because of patent concerns. They may have it in a different one. -- -Austin
http://atrpms.net/dist/f11/mpg123/
Milena <wineforum-user at winehq.org> wrote on Sept 3:>Hi there > >When I build wine-1.1.29 from source i get the error message: > >Code: >configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. > > >I do not get this message when I build 1.1.28. I was trying that to make sure its not a problem with a missing package on my system. I am using Fedora 11 x86_64. I don't know of any libmpg123 devel package. >That is: 1. mp3 support changed to rely on local packages vice installed packages. There are various reasons for this, most of them legal. 2. Fedora does not install, with the basic installation, mp3 development packages. 3. Google for mp3 packages for Fedora. They do exist. James McKenzie
Hello, I get the very same error trying to compile Wine 1.1.29 on Ubuntu 9.04 64-bit. Both libmpg123 and libmpg123-dev are installed but the error still shows up.
On Fri, Sep 4, 2009 at 10:56 AM, powered_by_tux<wineforum-user at winehq.org> wrote:> Hello, > > I get the very same error trying to compile Wine 1.1.29 on Ubuntu 9.04 64-bit. Both libmpg123 and libmpg123-dev are installed but the error still shows up.mpg123_feed is present in libmpg123 v >= 1.5.0; ubuntu ships 1.4.3 See http://www.nabble.com/Re%3A-Build-failure-on-current-git-p25123172.html (or http://www.nabble.com/Build-failure-on-current-git-td25120750.html for full thread)