Hello,
I'm trying to compile FreeType, with no success however. Somewhere in the
middle of the compilation process, I get some kind of an error, and I have
no idea how to interpret it.
I have tried downloading and compiled older version, but it seems to end
the same way.
I'm on Windows 7 64-bit, I tried to compile FreeType using compiler present
in MinGW 32-bit and also MinGW w64.
C:\Users\Work\Desktop\freetype>make
FreeType build system -- automatic system detection
The following settings are used:
platform windows
compiler gcc
configuration directory .\builds\windows
configuration rules .\builds\windows\w32-gcc.mk
If this does not correspond to your system or settings please remove the file
'config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type 'make' again to build the library.
or 'make refdoc' to build the API reference (the latter needs python).
Could Not Find C:\Users\Work\Desktop\freetype\objs\ftmodule.h
Generating modules list in ./objs/ftmodule.h...
"* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)"
"* module: type1 (Postscript font files with extension *.pfa or *.pfb)"
"* module: cff (OpenType fonts with extension *.otf)"
"* module: cid (Postscript CID-keyed fonts, no known extension)"
"* module: pfr (PFR/TrueDoc font files with extension *.pfr)"
"* module: type42 (Type 42 font files with no known extension)"
"* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)"
"* module: pcf (pcf bitmap fonts)"
"* module: bdf (bdf bitmap fonts)"
"* module: sfnt (helper module for TrueType & OpenType formats)"
"* module: autofit (automatic hinting module)"
"* module: pshinter (Postscript hinter module)"
"* module: raster (monochrome bitmap renderer)"
"* module: smooth (anti-aliased bitmap renderer)"
"* module: smooth (anti-aliased bitmap renderer for LCDs)"
"* module: smooth (anti-aliased bitmap renderer for vertical LCDs)"
"* module: psaux (Postscript Type 1 & Type 2 helper module)"
"* module: psnames (Postscript & Unicode Glyph name handling)"
done.
C:\Users\Work\Desktop\freetype>make
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o objs/ftsystem.o src/ba
se/ftsystem.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o objs/ftdebug.o src/bas
e/ftdebug.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o objs/ftinit.o src/base
/ftinit.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftba
se.o ./src/base/ftbase.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftbb
ox.o src/base/ftbbox.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftbd
f.o src/base/ftbdf.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftbi
tmap.o src/base/ftbitmap.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftci
d.o src/base/ftcid.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftfs
type.o src/base/ftfstype.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftga
sp.o src/base/ftgasp.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftgl
yph.o src/base/ftglyph.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftgx
val.o src/base/ftgxval.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftlc
dfil.o src/base/ftlcdfil.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftmm
.o src/base/ftmm.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftot
val.o src/base/ftotval.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftpa
tent.o src/base/ftpatent.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftpf
r.o src/base/ftpfr.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftst
roke.o src/base/ftstroke.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftsy
nth.o src/base/ftsynth.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftty
pe1.o src/base/fttype1.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftwi
nfnt.o src/base/ftwinfnt.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/base -o objs/ftxf
86.o src/base/ftxf86.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/truetype -o objs/
truetype.o ./src/truetype/truetype.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/type1 -o objs/typ
e1.o ./src/type1/type1.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/cff -o objs/cff.o
./src/cff/cff.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/cid -o objs/type1
cid.o ./src/cid/type1cid.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/pfr -o objs/pfr.o
./src/pfr/pfr.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/type42 -o objs/ty
pe42.o ./src/type42/type42.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/winfonts -o objs/
winfnt.o ./src/winfonts/winfnt.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/pcf -o objs/pcf.o
./src/pcf/pcf.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/bdf -o objs/bdf.o
./src/bdf/bdf.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/sfnt -o objs/sfnt
.o ./src/sfnt/sfnt.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/autofit -o objs/a
utofit.o ./src/autofit/autofit.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/pshinter -o objs/
pshinter.o ./src/pshinter/pshinter.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/raster -o objs/ra
ster.o ./src/raster/raster.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/smooth -o objs/sm
ooth.o ./src/smooth/smooth.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/cache -o objs/ftc
ache.o ./src/cache/ftcache.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/gzip -o objs/ftgz
ip.o ./src/gzip/ftgzip.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/lzw -o objs/ftlzw
.o ./src/lzw/ftlzw.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o objs/ftbzip2.o ./src/b
zip2/ftbzip2.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/psaux -o objs/psa
ux.o ./src/psaux/psaux.c
gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DF
T2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -I./src/psnames -o objs/p
snames.o ./src/psnames/psnames.c
gcc -o .\objs\apinames.exe .\src\tools\apinames.c
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x000007FEFF2F2020)
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype