You are not logged in.
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
Are you using an AUR package?
http://aur.archlinux.org/packages.php?ID=16531
Offline
No, I've cloned a git repo from git://source.winehq.org/git/wine.git, and trying to build it by hand.
Offline
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
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
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
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
> 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