Wine 1.7.0 on Debian Testing (Jessie) 64-bit

Questions about Wine on Linux
Locked
Dreakon
Newbie
Newbie
Posts: 1
Joined: Wed Aug 14, 2013 3:51 pm

Wine 1.7.0 on Debian Testing (Jessie) 64-bit

Post by Dreakon »

Hi All,

So I've been playing around with Debian Testing. I'm still quite new to Linux, so you'll have to excuse my incompetence (maybe a "Testing" rolling release distro isn't best for a novice, but it's exactly what I want outside of a few issues here and there).

The version of wine in the repo's works well enough, but it's only version 1.4.1. I'm attempting to compile the source for the latest 1.7.0 release.

When I run...

Code: Select all

./configure
... in the source path, I wind up receiving this error:
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
Having tried what it suggested, I found I probably don't really want this. Fonts seemed to be missing altogether. Scouring Google for answers, it seems I'm limited to installed a 32-bit operating system or something called a chroot (I'm struggling to find a modern writeup of what this is exactly and how to do it).

The odd thing to me, is that the 1.4.1 version in the repository works without a hitch. How can that have what it needs, while this version compiled from the source doesn't?

Any advice is appreciated...!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 1.7.0 on Debian Testing (Jessie) 64-bit

Post by dimesio »

verahill
Newbie
Newbie
Posts: 1
Joined: Wed Aug 21, 2013 6:22 pm

Re: Wine 1.7.0 on Debian Testing (Jessie) 64-bit

Post by verahill »

An updated post for wine 1.7 on debian is found here:http://verahill.blogspot.com.au/2013/08 ... ot-on.html
Locked