-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: static assertion failed: Pointer compression can be enabled only for 64-bit architectures #45
Comments
Running
However it seems that using
|
What version of Electron are you using? I haven't used Electron myself but to the best of my knowledge, native modules such as epoll that are not "Context Aware" will not work with Electrom 14 or higher. See electron/electron#18397. |
I managed to find a work around, but don't understand enough of gyp to comprehend a proper fix. I've found that Setting |
Building with
[email protected]
fails with:error: static assertion failed: Pointer compression can be enabled only for 64-bit architectures
Any suggestions on how to fix this?
Below is the full log.
The text was updated successfully, but these errors were encountered: