You are not logged in.

#1 2010-07-31 17:17:57

Mad Fish
Member
Registered: 2009-09-22
Posts: 295

[SOLVED] How to build wine on x86_64?

I've installed cross32-gcc, and now I'm trying to build it.

./configure --host=i686-unknown-linux-gnu

Result is:

checking for -lfreetype... not found
configure: error: FreeType development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.

However, lib32-freetype2 is installed, and libfreetype.so is present in /opt/lib32/usr/lib.
What's wrong?

Last edited by Mad Fish (2010-07-31 18:05:08)

Offline

#2 2010-07-31 17:26:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How to build wine on x86_64?

Are you using an AUR package?
http://aur.archlinux.org/packages.php?ID=16531

Offline

#3 2010-07-31 17:41:46

Mad Fish
Member
Registered: 2009-09-22
Posts: 295

Re: [SOLVED] How to build wine on x86_64?

No, I've cloned a git repo from git://source.winehq.org/git/wine.git, and trying to build it by hand.

Offline

#4 2010-07-31 17:47:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How to build wine on x86_64?

Mad Fish wrote:

No, I've cloned a git repo from git://source.winehq.org/git/wine.git, and trying to build it by hand.

IIRC wine folks discouraged building from source as it was "notoriously difficult".

Offline

#5 2010-07-31 17:50:47

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] How to build wine on x86_64?

what about using abs and get the wine build from community?

we do have it for x86_64 in our repos

Last edited by wonder (2010-07-31 17:51:17)


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2010-07-31 17:53:09

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How to build wine on x86_64?

wonder wrote:

what about using abs and get the wine build from community?

we do have it for x86_64 in our repos

Either way you get a package (and dependencies) that are managed by pacman.

Offline

#7 2010-07-31 18:04:55

Mad Fish
Member
Registered: 2009-09-22
Posts: 295

Re: [SOLVED] How to build wine on x86_64?

Looked at the PKGBUILD of wine in [community], and used options for ./configure from there. It has configured succesfully, and is currently building. Marking topic as solved.

P.S. I'm going to hack into wine code, so I need it to be built separately and I do not want to install it system-wide.

Last edited by Mad Fish (2010-07-31 18:06:40)

Offline

#8 2010-07-31 18:10:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How to build wine on x86_64?

> P.S. I'm going to hack into wine code, so I need it to be built separately and I do not want to install it system-wide.
Ah, now your actions make more sense.

Good luck.

Offline

Board footer

Powered by FluxBB