Error in make. wine-1.5.9 + patch

Questions about Wine on Linux
Locked
d3wsvh
Newbie
Newbie
Posts: 1
Joined: Thu Jun 06, 2013 4:10 pm

Error in make. wine-1.5.9 + patch

Post by d3wsvh »

Hi.

I try to compile the patch for api-ms-win-core-localregistry-l1-1-0 with wine-1.5.9

Patch:
http://source.winehq.org/git/wine.git/? ... c46bd329c3


I have been patch the files but I can not run the "make" because it returns some errors

Code: Select all

sistemas@MXPOL-ADM0005:~/Descargas/wine-1.5.9$ make
config.status: creating tools/Makefile
make[1]: se ingresa al directorio «/home/sistemas/Descargas/wine-1.5.9/tools»
gcc -c -I. -I. -I../include -I../include @FREETYPEINCL@ -D__WINESRC__   -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o makedep.o makedep.c
gcc: error: @FREETYPEINCL@: No existe el archivo o el directorio
make[1]: *** [makedep.o] Error 1
make[1]: se sale del directorio «/home/sistemas/Descargas/wine-1.5.9/tools»
make: *** [tools/Makefile] Error 2
I don't find nothing about the @FREETYPEINCL@ in google, but I want to learn how to fix it.

./configure log:
http://pastebin.com/uFyxgxBu

Regards
Locked