xubuntu 8.10 64bit compile issues 1.40

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
evil63
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 1:43 am

xubuntu 8.10 64bit compile issues 1.40

Post by evil63 »

configure: libv4l 32-bit development files not found.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.

Some one solved that?
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Re: xubuntu 8.10 64bit compile issues 1.40

Post by dimesio »

evil63 wrote:configure: libv4l 32-bit development files not found.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.

Some one solved that?
Install those development files. You need the 32 bit versions.
evil63
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 1:43 am

Post by evil63 »

libopenal is quasi installed, it doesnt help.
ia32-libs is installed already.
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

evil63 wrote:libopenal is quasi installed, it doesnt help.
ia32-libs is installed already.
I have no idea what "quasi installed" is supposed to mean. Either it's installed, or it isn't. If the ia32-libs package is missing dependencies, complain to the Ubuntu package manager.
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: xubuntu 8.10 64bit compile issues 1.40

Post by hellork »

evil63 wrote:libopenal is quasi installed, it doesnt help.
ia32-libs is installed already.
Don't the scripts at http://wiki.winehq.org/Recommended_Packages install all the right development packages for you?
evil63
Newbie
Newbie
Posts: 3
Joined: Fri Mar 12, 2010 1:43 am

Post by evil63 »

i have got at /usr/lib32:
libopenal.so.1 -> libopenal.so.1.3.253
libopenal.so.1.3.253
if i link libopenal.so -> libopenal.so.1.3.253, it doesnt help.
http://wiki.winehq.org/Recommended_Packages i used that, the wiki hasnt info about my issues.
User avatar
dimesio
Moderator
Moderator
Posts: 13228
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

evil63 wrote:i have got at /usr/lib32:
libopenal.so.1 -> libopenal.so.1.3.253
libopenal.so.1.3.253
if i link libopenal.so -> libopenal.so.1.3.253, it doesnt help.
http://wiki.winehq.org/Recommended_Packages i used that, the wiki hasnt info about my issues.
Those are not the DEVELOPMENT files, which contain the headers. They are normally installed as a separate package.

The libopenal on my system is libopenal.so.1.5.304, so if you do have the headers, then your version of openal is probably too old.

You also need to install the development files for the other things configure couldn't find. If you don't know where to find packages for them, ask on the Ubuntu forum.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

dimesio wrote:The libopenal on my system is libopenal.so.1.5.304
And the latest version of OpenAL-soft is 1.11.753. Upgrade pleas, there were lots of bugs fixed and features added in latest versions.
PatPeter
Level 1
Level 1
Posts: 5
Joined: Fri Jun 18, 2010 3:25 pm

Re: xubuntu 8.10 64bit compile issues 1.40

Post by PatPeter »

evil63 wrote:configure: libv4l 32-bit development files not found.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.

Some one solved that?
http://freshmeat.net/projects/libv4l
http://www.mpg123.de/
http://kcat.strangesoft.net/openal.html

Those are the websites where you can download the source and install these packages yourself if Ubuntu does not offer them.
Locked