This repository was archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
Build failed on Win 10 64bit: ninja: fatal: CreateProcess: The system cannot find the file specified. #25
Copy link
Copy link
Open
Description
I'm following this guide to build Ion to use with Seurat: https://github.com/googlevr/seurat/blob/master/BUILDING.md
Build on Windows:
c:\Seurat>git clone https://github.com/google/Ion third_party\ion
c:\Seurat>cd third_party\ion
c:\Seurat\third_party\ion>git submodule init
c:\Seurat\third_party\ion>git submodule update
c:\Seurat\third_party\ion>ion\build.bat -c opt_x64
I'm trying to build on Win 10 64bit but failed at step run build.bat.
> C:\Users\Ben\Desktop\seurat\third_party\ion
ion\build.bat -c opt_x64
python.exe -u C:\Users\Ben\Desktop\seurat\third_party\ion\ion\\build.py -c opt_x64
ERROR: Could not determine what you want to build. Try specifying a gyp file or directory containing one.
Then I tried to cd to seurat\third_party\ion\ion and rerun:
> C:\Users\Ben\Desktop\seurat\third_party\ion\ion
build.bat -c opt_x64
python.exe -u C:\Users\Ben\Desktop\seurat\third_party\ion\ion\\build.py
INFO: Running gyp...
gyp -D OS=win -D build_py=C:\Users\Ben\Desktop\seurat\third_party\ion\ion\build.py -D flavor= -D gyp_out_os_dir=C:\Users\Ben\Desktop\seurat\third_party\ion\gyp-out\win-ninja -D host_os=win -D python=C:\Python27\python.exe -D target_arch= -D windows_possible_configurations=dbg_x86 Default dbg_x64 opt_x64 opt_x86 prod_x64 prod_x86 -G output_dir=C:\Users\Ben\Desktop\seurat\third_party\ion\gyp-out\win-ninja -G ninja_use_custom_environment_files -f ninja --no-parallel -I C:\Users\Ben\Desktop\seurat\third_party\ion\ion\dev/os.gypi --check --suffix=_win --depth=C:\Users\Ben\Desktop\seurat\third_party\ion --no-duplicate-basename-check C:\Users\Ben\Desktop\seurat\third_party\ion\ion\ion.gyp
INFO: Building...
C:\Users\Ben\Desktop\seurat\third_party\ion\third_party/ninja/files/bin\ninja.exe -j 32 -C C:\Users\Ben\Desktop\seurat\third_party\ion\gyp-out\win-ninja\dbg_x86
ninja: warning: multiple rules generate C:/Users/Ben/Desktop/seurat/third_party/ion/gyp-out/win-ninja/dbg_x86/environment.x86. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
ninja: warning: multiple rules generate C:/Users/Ben/Desktop/seurat/third_party/ion/gyp-out/win-ninja/dbg_x86/environment.x64. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
ninja: Entering directory `C:\Users\Ben\Desktop\seurat\third_party\ion\gyp-out\win-ninja\dbg_x86'
[1/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-math.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-math.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-math.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-math.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-math.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[2/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-common.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-common.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-common.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-common.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-common.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[3/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-font.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-font.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-font.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-font.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-font.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[4/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-khmer.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-complex-khmer.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-khmer.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-complex-khmer.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-khmer.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[5/942] CXX obj\third_party\icu\icu4c\source\common\ionicu.bmpset.obj
FAILED: obj/third_party/icu/icu4c/source/common/ionicu.bmpset.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\icu\icu4c\source\common\ionicu.bmpset.obj.rsp /c ..\..\..\third_party\icu\icu4c\source\common\bmpset.cpp /Foobj\third_party\icu\icu4c\source\common\ionicu.bmpset.obj /Fdobj\ion\external\ionicu.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[6/942] CC obj\third_party\freetype2\src\winfonts\ionfreetype2.winfnt.obj
FAILED: obj/third_party/freetype2/src/winfonts/ionfreetype2.winfnt.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\freetype2\src\winfonts\ionfreetype2.winfnt.obj.rsp /c ..\..\..\third_party\freetype2\src\winfonts\winfnt.c /Foobj\third_party\freetype2\src\winfonts\ionfreetype2.winfnt.obj /Fdobj\ion\external\ionfreetype2.c.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[7/942] CXX obj\third_party\icu\icu4c\source\common\ionicu.brkeng.obj
FAILED: obj/third_party/icu/icu4c/source/common/ionicu.brkeng.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\icu\icu4c\source\common\ionicu.brkeng.obj.rsp /c ..\..\..\third_party\icu\icu4c\source\common\brkeng.cpp /Foobj\third_party\icu\icu4c\source\common\ionicu.brkeng.obj /Fdobj\ion\external\ionicu.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[8/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ft.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ft.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ft.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ft.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ft.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[9/942] CXX obj\third_party\icu\icu4c\source\common\ionicu.appendable.obj
FAILED: obj/third_party/icu/icu4c/source/common/ionicu.appendable.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\icu\icu4c\source\common\ionicu.appendable.obj.rsp /c ..\..\..\third_party\icu\icu4c\source\common\appendable.cpp /Foobj\third_party\icu\icu4c\source\common\ionicu.appendable.obj /Fdobj\ion\external\ionicu.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[10/942] CXX obj\third_party\icu\icu4c\source\common\ionicu.dictbe.obj
FAILED: obj/third_party/icu/icu4c/source/common/ionicu.dictbe.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\icu\icu4c\source\common\ionicu.dictbe.obj.rsp /c ..\..\..\third_party\icu\icu4c\source\common\dictbe.cpp /Foobj\third_party\icu\icu4c\source\common\ionicu.dictbe.obj /Fdobj\ion\external\ionicu.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[11/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-blob.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-blob.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-blob.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-blob.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-blob.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[12/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-aat-layout.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-aat-layout.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-aat-layout.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-aat-layout.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-aat-layout.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[13/942] CC obj\third_party\freetype2\src\type1\ionfreetype2.type1.obj
FAILED: obj/third_party/freetype2/src/type1/ionfreetype2.type1.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\freetype2\src\type1\ionfreetype2.type1.obj.rsp /c ..\..\..\third_party\freetype2\src\type1\type1.c /Foobj\third_party\freetype2\src\type1\ionfreetype2.type1.obj /Fdobj\ion\external\ionfreetype2.c.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[14/942] CC obj\third_party\freetype2\src\type42\ionfreetype2.type42.obj
FAILED: obj/third_party/freetype2/src/type42/ionfreetype2.type42.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\freetype2\src\type42\ionfreetype2.type42.obj.rsp /c ..\..\..\third_party\freetype2\src\type42\type42.c /Foobj\third_party\freetype2\src\type42\ionfreetype2.type42.obj /Fdobj\ion\external\ionfreetype2.c.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[15/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-icu.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-icu.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-icu.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-icu.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-icu.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[16/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-color.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-color.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-color.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-color.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-color.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[17/942] CC obj\third_party\freetype2\src\base\ionfreetype2.ftsystem.obj
FAILED: obj/third_party/freetype2/src/base/ionfreetype2.ftsystem.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\freetype2\src\base\ionfreetype2.ftsystem.obj.rsp /c ..\..\..\third_party\freetype2\src\base\ftsystem.c /Foobj\third_party\freetype2\src\base\ionfreetype2.ftsystem.obj /Fdobj\ion\external\ionfreetype2.c.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[18/942] CC obj\third_party\freetype2\src\truetype\ionfreetype2.truetype.obj
FAILED: obj/third_party/freetype2/src/truetype/ionfreetype2.truetype.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\freetype2\src\truetype\ionfreetype2.truetype.obj.rsp /c ..\..\..\third_party\freetype2\src\truetype\truetype.c /Foobj\third_party\freetype2\src\truetype\ionfreetype2.truetype.obj /Fdobj\ion\external\ionfreetype2.c.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[19/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-buffer.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-buffer.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[20/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-face.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-face.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-face.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-face.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-face.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[21/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-fallback-shape.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-fallback-shape.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-fallback-shape.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-fallback-shape.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-fallback-shape.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[22/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-font.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-font.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-font.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-font.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-font.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[23/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-layout.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-layout.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-layout.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-layout.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-layout.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[24/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-arabic.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-complex-arabic.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-arabic.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-complex-arabic.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-arabic.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[25/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer-serialize.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-buffer-serialize.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer-serialize.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-buffer-serialize.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-buffer-serialize.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[26/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-map.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-map.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-map.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-map.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-map.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[27/942] CXX obj\third_party\icu\icu4c\source\common\ionicu.brkiter.obj
FAILED: obj/third_party/icu/icu4c/source/common/ionicu.brkiter.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\icu\icu4c\source\common\ionicu.brkiter.obj.rsp /c ..\..\..\third_party\icu\icu4c\source\common\brkiter.cpp /Foobj\third_party\icu\icu4c\source\common\ionicu.brkiter.obj /Fdobj\ion\external\ionicu.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[28/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-use.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-complex-use.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-use.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-complex-use.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-use.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[29/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-normalize.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-normalize.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-normalize.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-normalize.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-normalize.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[30/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-fallback.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-fallback.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-fallback.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-fallback.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-fallback.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[31/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
[32/942] CXX obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-tibetan.obj
FAILED: obj/third_party/harfbuzz/src/ionharfbuzz.hb-ot-shape-complex-tibetan.obj
ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @obj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-tibetan.obj.rsp /c ..\..\..\third_party\harfbuzz\src\hb-ot-shape-complex-tibetan.cc /Foobj\third_party\harfbuzz\src\ionharfbuzz.hb-ot-shape-complex-tibetan.obj /Fdobj\ion\external\ionharfbuzz.cc.pdb
ninja: fatal: CreateProcess: The system cannot find the file specified.
ninja: build stopped: subcommand failed.
ERROR: Build failed.
Any help is greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels