LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

Building with nw85 error #57

Open liuyi520123 opened 6 months ago

liuyi520123 commented 6 months ago

Is there a plan to undertake compilation projects for nw85 on Linux ARM64? I've been following your script to execute the process, but it has never succeeded. It's truly a nightmare.

When I compile with nw85 on Ubuntu 22, and execute the command

$NWJSDIR/src/build/gyp_chromium -I third_party/node-nw/common.gypi third_party/node-nw/node.gyp

using Python 3 throws an error:

File "/root/nwjs85/src/build/vs_toolchain.py", line 486 print('Unknown parameter "%s"' % force, file=sys.stderr) ^ SyntaxError: invalid syntax

Using Python 2 also throws an error:

File "/root/nwjs85/src/build/vs_toolchain.py", line 486 print('Unknown parameter "%s"' % force, file=sys.stderr) ^ SyntaxError: invalid syntax

I'm really not sure how to deal with this.