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.
Unable to compile wine with git or anything
-
- Newbie
- Posts: 3
- Joined: Wed Jan 02, 2013 2:50 am
Re: Unable to compile wine with git or anything
Any warnings from ./configure?
-
- Newbie
- Posts: 3
- Joined: Wed Jan 02, 2013 2:50 am
Re: Unable to compile wine with git or anything
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
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
Re: Unable to compile wine with git or anything
You need that one.high-flyer wrote: configure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
-
- Newbie
- Posts: 3
- Joined: Wed Jan 02, 2013 2:50 am
Re: Unable to compile wine with git or anything
, 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
P.S. I'm a bit new to this sort of thing
Re: Unable to compile wine with git or anything
Ask your distro; package naming conventions vary widely.
-
- Level 3
- Posts: 86
- Joined: Fri Oct 07, 2011 6:25 am
Re: Unable to compile wine with git or anything
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.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
I doubt you're running Ubuntu, it's got issues with 32 bit wine these days.