Roger Wang

Results 132 comments of Roger Wang

Please try this build: http://dl.nwjs.io/live-build/nwjs-sdk-v0.50.1-osx-arm64.zip

It works for me with this test: https://github.com/nwjs/nw.js/tree/nw50/test/sanity/native-module-buffer

try patch common.gypi in ~/.nw-gyp as: ```diff diff --git a/common.gypi b/common.gypi index 2fdb2c5b36..1241ddb45f 100644 --- a/common.gypi +++ b/common.gypi @@ -119,7 +119,7 @@ 'obj_dir%': '

For general rebuild questions please use our mailing list. On Sun, Jan 3, 2021, 2:22 AM Shachar Itzhaky wrote: > Now I am facing some missing symbols in v8. >...

That's pending on build worker system upgrade. Once that's done a M1 build worker will be setup. On Tue, Dec 29, 2020, 2:51 AM George Petrov wrote: > Any news...

Thanks @gpetrov . As I described earlier, it's pending on the build worker system upgrade. If someone would contribute a new mac system to the project, that would definitely make...

@gpetrov your point is well known here but the old intel macOS system in the build infrastructure doesn't run the latest Xcode, which is required by the port.

The `DEPS` file in the nw.js repo controls the commit used to build for all the other repos.

The build instructions need to be updated. The repos are synced by https://github.com/nwjs/nw.js/blob/nw61/tools/sync.py now.

Could you please provide a full sample (not code snippets) so we can reproduce?