Seite 1 von 1

[gelöst]Wine32 auf 64 kompilieren, Problem bei "freetype"

BeitragVerfasst: 08.05.2010, 15:48
von NoXIII
Ich versuche gerade wow64 (siehe Link unten). Ich muss noch wine 1.1.44 als 32bit auf mein Ubuntu 10.04 (64) kompilieren. Leider bleibt er jedes mal bei freetype hängen. Das Problem ist das ich von "freetype" keine lib32 development finde. Bei allen anderen Paketen habe ich sie gefunden und installiert.

Weiß einer von euch wie die heißen? oder muss ich die mit "--without-freetype" umgehen. Als ich wine unter 64 kompiliert hatte, hat es ohne Probleme geklappt, dafür habe ich auch fretype installiert.

Fehlermeldung:
Code: Alles auswählen
checking gphoto2-camera.h usability... yes
checking gphoto2-camera.h presence... yes
checking for gphoto2-camera.h... yes
checking for gp_camera_new in -lgphoto2... yes
checking for cmsOpenProfileFromFile in -llcms... yes
checking for freetype-config... freetype-config
checking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
noxiii@noxiii-desktop:~/wine32$



http://wiki.winehq.org/Wine64

Danke für eure hilfe

NoXIII

Re: Wine32 auf 64 kompilieren, Problem bei "freetype"

BeitragVerfasst: 08.05.2010, 20:58
von Nexon
Ein "sudo apt-get build-dep wine" hast du vermutlich schon gemacht, oder?

Re: Wine32 auf 64 kompilieren, Problem bei "freetype"

BeitragVerfasst: 09.05.2010, 11:33
von NoXIII
danke, genau das habe ich gesucht :)