aseprite-macos-buildsh
aseprite-macos-buildsh copied to clipboard
"Something went wrong" (building on macOS)
Output
-- Configuring incomplete, errors occurred!
See also "/Users/matt/Downloads/2019-07-05/aseprite-macos-buildsh-master/aseprite/build/CMakeFiles/CMakeOutput.log".
See also "/Users/matt/Downloads/2019-07-05/aseprite-macos-buildsh-master/aseprite/build/CMakeFiles/CMakeError.log".
Something went wrong
Errors
LZ4
-- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR)
Solution: brew install LZ4
Python 2 vs 3
File "tools/git-sync-deps", line 209 print 'Skipping "%s".' % directory
Solution: print('Skipping "%s".' % directory)
NameError: name 'execfile' is not defined
Solution: aseprite.sh:128 python2 tools/git-sync-deps
Thanks for reporting with solution!