Wine 64 bit?

Questions about Wine on Linux
Locked
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Wine 64 bit?

Post by ahso »

Hi
installed Ubuntu 12.04 64bit and wonder, if I should bother to install Wine 64bit?
Default download / tools/wineinstall says it needs 32 bit development files.
Hmm so I need a flag for 64bit compiling?
Does 64bit Wine run also any 32bit Windows apps?
Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 64 bit?

Post by dimesio »

ahso wrote: installed Ubuntu 12.04 64bit and wonder, if I should bother to install Wine 64bit?
Default download / tools/wineinstall says it needs 32 bit development files.
Hmm so I need a flag for 64bit compiling?
Does 64bit Wine run also any 32bit Windows apps?
Thanks
http://wiki.winehq.org/Wine64
http://www.winehq.org/pipermail/wine-de ... 95364.html
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

Thanks, now I cannot get past:

configure: error: FreeType 32-bit development files not found. Fonts will not be built.


whatever I install it's the same on Ubuntu 12.04 64bit trying to build 32bit as 64bit compiled but seems rubbish...
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

ahso wrote: configure: error: FreeType 32-bit development files not found. Fonts will not be built.

whatever I install it's the same on Ubuntu 12.04 64bit trying to build 32bit as 64bit compiled but seems rubbish...
If you have those development files installed, you may need to make a symlink for Wine to find them. As to where, I don't know; I don't use Ubuntu. I do know that Ubuntu 12.04's multiarch support is very broken, to the point where even some people on the developer's mailing list have said they have switched distros because of it.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

libfreetype6-dev_2.4.8-1ubuntu2_i386.deb seems to be very ugly packaged....it even removed nvidia-current and gcc at install...what would do such than some sick...
Any idea on how to figure what packages have been removed? Some more, probably not so funny for later.
I wanted to send a bug report but signing in is a true pain in the ass
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

You're better off with Chroot

Post by Mateusz Stachowski »

I didn't install libfreetype6-dev:i386 myself because of what it wanted to remove:

build-essential dkms g++ gcc gcc-multilib libcairo2-dev libfontconfig1-dev libfreetype6-dev libgtk2.0-dev libpango1.0-dev libxft-dev nvidia-current
oss-linux

You will find the history of package operations in this file:

/var/log/apt/history.log

I've myself resigned from trying to build Wine on Precise and I'm building it from chroot environment and only the 32bit version. Than I move it to my standard 12.04 64bit.

Here you will find Ubuntu bug report on this matter. Eric Pouech managed to hack his Precise in the way he could build Wine. From my point of view you're better off with Chroot.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

Ma Xiaojun

Wine 64 bit?

Post by Ma Xiaojun »

Locked