haxpor / aseprite-macos-buildsh

Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
MIT License
155 stars 41 forks source link

"Something went wrong" (building on macOS) #5

Open gingerbeardman opened 5 years ago

gingerbeardman commented 5 years ago

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

haxpor commented 4 years ago

Thanks for reporting with solution!