Hi, can anyone please help me. I tried to follow the steps presented in aseprite/INSTALL.md at master · aseprite/aseprite · GitHub, and I don’t know why, but I’m having a problem with ninja.
C:\deps\skia>ninja -C out/Release dm
ninja: error: unknown target ‘dm’
ninja: Entering directory `out/Release’
…and nothing happens.
I don’t know if it’s related, but I’m getting an error message after “python bin/sync-and-gyp” input.
C:\deps\skia>python bin/sync-and-gyp
gclient.py 0.7
[‘gclient.bat’, ‘sync’]
Syncing projects: 100% (26/26), done.
GYP_GENERATORS environment variable not set, using default, ninja,msvs-ninja
Traceback (most recent call last):
File “./gyp_skia”, line 157, in
res = gyp.main(args)
File “C:\deps\skia\third_party\externals\gyp\pylib\gyp_init_.py”, line 538, in main
return gyp_main(args)
File “C:\deps\skia\third_party\externals\gyp\pylib\gyp_init_.py”, line 523, in gyp_main
generator.GenerateOutput(flat_list, targets, data, params)
File “C:\deps\skia\third_party\externals\gyp\pylib\gyp\generator\ninja. py”, line 2415, in GenerateOutput
pool.map(CallGenerateOutputForConfig, arglists)
File “C:\deps\depot_tools\win_tools-2_7_6_bin\python\bin\lib\multiprocessing\pool. py”, line 250, in map
return self.map_async(func, iterable, chunksize).get()
File “C:\deps\depot_tools\win_tools-2_7_6_bin\python\bin\lib\multiprocessing\pool. py”, line 554, in get
raise self._value
Exception: “[‘C:\Program Files (x86)\Windows Kits\10\Bin\SetEnv.Cmd’, ‘/x86’, ‘&&’, ‘set’]” failed with error 1
^HERE^
Thanks for your attention.