Nikita Kot
Nikita Kot
same problem, using `electron-rebuild` to rebuild a native module which uses `nan` for Electron v20 and getting `nan_callbacks.h(55,23): error C2039: 'AccessorSignature': is not a member of 'v8'` and similar errors...
> Found a method to fix it, use `mount -t ios-unsafe` to mount folder: > > eg: > > ```shell > mount -t ios-unsafe . obsidian > ``` > >...
probably related to - https://www.bleepingcomputer.com/news/microsoft/microsoft-starts-killing-off-wmic-in-windows-will-thwart-attacks/
as mentioned in[ stackoverflow above](https://stackoverflow.com/questions/27442885/syntax-error-with-stdnumeric-limitsmax) passing `"NOMINMAX"` build flag fixes the issue, it can be passed via binding.gyp of the problematic module, like so: ```diff --- a/binding.gyp +++ b/binding.gyp @@...
I'm also looking for "What is the recommended configuration for non-maintainers?". Running `e init --fork nikitakot/electron develop` was hanging for me on `reclient` auth request, even after I entered credentials...
@SheikhSajid configs are in `~/.electron_build_tools/configs`
> @dsanders11 I don't get an "exception", but something akin to a `403 Forbidden` after I login with my GitHub account:   same experience
@dsanders11 any updates? should/can non maintainers continue to use goma? during the recent builds the cache-hit dropped significantly or switch to reclient is preferred? if reclient is preferred is there...
@BurningEnlightenment were you able to build? the `rbe login` indeed works, but build fails for me with ```sh Running "C:\Users\Administrator\.electron_build_tools\third_party\depot_tools\gn.bat gen out/Release --args=import("//electron/build/args/release.gn") use_remoteexec = true target_cpu="x86"" in C:\Users\Administrator\electron-reclient\src reclient...
@dsanders11 I've initialized a new config, tried `e sync` and `e sync -f`, no difference, it still fails with the error above. Trying to build x86 Windows v28.2.3.