There is an error(ERROR 2) while compiling freetype-2.10.4
"406962353" <[email protected]>
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
First, thank you for developing FreeType and providing it freely. I downloaded the FreeType packages(freetype-2.10.4.tar.gz) and when compiling it with GNU make, I got an error like this: *****************************ERROR information******************************************** D:\Program Files (x86)\Python3.9.1\下载\freetype-2.10.4>gnumake gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftsystem.o src/base/ftsystem.c process_begin: CreateProcess(NULL, gcc -ansi -pedantic -I./objs -I./builds/windows -I./include -c -g -O3 -Wall -DFT2_BUILD_LIBRARY -o objs/ftsystem.o src/base/ftsystem.c, ...) failed. make (e=2): 系统找不到指定的文件(The system cannot find the specified file)。 gnumake: *** [builds/freetype.mk:204: objs/ftsystem.o] Error 2 *****************************ERROR information******************************************** My system is Windows 10 x64, the version of GNU make is GNU Make 4.3, and the command to invoke GNU Make is 'gnumake'. Befor the step above, I had followed the instruction in the file "INSTALL.GNU", invoked GNU Make from the command line by typing 'gnumake', and a summary been got like this: *****************************summary information******************************************** D:\Program Files (x86)\Python3.9.1\下载\freetype-2.10.4>gnumake 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 `gnumake' again to build the library, or `gnumake refdoc' to build the API reference (this needs Python >= 3.5). 已复制 1 个文件。(1 file copied) Generating modules list in ./objs/ftmodule.h... done. 找不到(can't find) D:\Program Files (x86)\Python3.9.1\下载\freetype-2.10.4\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: psaux (Postscript Type 1 & Type 2 helper module)" "* module: psnames (Postscript & Unicode Glyph name handling)" *****************************summary information******************************************** I don't know why there was the problem , can you tell me why and how to compile the FreeType correctly. Thank you very much!
[email protected]
(image/jpeg, 2 KB) - not displayed