Unable to compile wine with git or anything

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
high-flyer
Newbie
Newbie
Posts: 3
Joined: Wed Jan 02, 2013 2:50 am

Unable to compile wine with git or anything

Post by high-flyer »

When trying to compile 32bit wine on my amd64 machine all works fine, until the 'make' command. Once entered i encounter these errors:

winebuild: buffer.o is an empty file
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [dsound.dll.so] Error 2
make[1]: Leaving directory `/wine/dlls/dsound'
make: *** [dlls/dsound] Error 2

I'm assuming there's a problem with dsound but am unsure of what to do about it.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to compile wine with git or anything

Post by dimesio »

Any warnings from ./configure?
high-flyer
Newbie
Newbie
Posts: 3
Joined: Wed Jan 02, 2013 2:50 am

Re: Unable to compile wine with git or anything

Post by high-flyer »

No, none. It checks everything as normal. But at the end before the prompt for the 'make' command, this is shown:

configure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libhal 32-bit development files not found, no legacy dynamic device support.

I'm not surprised by this, as I am using Ati's proprietary drivers
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to compile wine with git or anything

Post by dimesio »

high-flyer wrote: configure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
You need that one.
high-flyer
Newbie
Newbie
Posts: 3
Joined: Wed Jan 02, 2013 2:50 am

Re: Unable to compile wine with git or anything

Post by high-flyer »

, I'm ashames to be posting this but, I haven't been able to find them anywhere. DO you know where i could find the libhal and libOSmesa files? I also need libgsm 32-bit development files, any help on that front would be greatly appreciated!

P.S. I'm a bit new to this sort of thing
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to compile wine with git or anything

Post by dimesio »

Ask your distro; package naming conventions vary widely.
ZombieRedShirt
Level 3
Level 3
Posts: 86
Joined: Fri Oct 07, 2011 6:25 am

Re: Unable to compile wine with git or anything

Post by ZombieRedShirt »

high-flyer wrote:, I'm ashames to be posting this but, I haven't been able to find them anywhere. DO you know where i could find the libhal and libOSmesa files? I also need libgsm 32-bit development files, any help on that front would be greatly appreciated!

P.S. I'm a bit new to this sort of thing
If you're using Ubuntu or Mint, you could run apt-get build-dep wine and install build-essential through synaptic, but as Dimesio said, you need to let us know what distro you're using. Arch has a seperate package manager, as does fedora and opensuse, so start with that info.

I doubt you're running Ubuntu, it's got issues with 32 bit wine these days.
Locked