-
Notifications
You must be signed in to change notification settings - Fork 297
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
Electron 4 support? #144
Comments
I agree, now it doesn't work with actual Electron/Node.js versions at all. Thank you! |
Hi there, I did try to make prebuilt binaries for electron 4 but I hit some bugs. |
Nope, it's clearly out of my knowledge.
Any C++ dev here ? |
@DCzajkowski can you help us here ? thanks ! |
Well I've tried messing about with this for about 2 hours and haven't figured out a fix. I tried switching all the dependencies to nan Search engines don't bring much luck. Darn you Edit: Eh, or maybe nan just isn't updated to support Electron |
Some insight: electron/electron#17072 (comment) |
Good catch. The problem here is you will need a c++11 compiler to use
cmakejs 4.x or 5.x (5.1 is the latest) but iohook still use a lot of c++99
code. Do you want to have a look? You can start by bumping cmakejs and look
into the flags used in cmakelist.txt
…--
Julien
Le mer. 20 févr. 2019 à 19:14, Andrew Morgan <notifications@github.com> a
écrit :
Some insight: electron/electron#17072 (comment)
<electron/electron#17072 (comment)>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHZtCTN6_KLDSivdRwIifaxh-9slm_xks5vPZCVgaJpZM4a4S4O>
.
|
Is c++11 not backwards compatible with c++99? I can start with what you've said. I really wanna get this working on Electron v4 for inclusion into https://github.com/vector-im/riot-web :D |
So bumping Edit: Seems so. |
This is not what I saw ahah. Can you make a PR with your code and see if
the CI passes ?
…--
Julien
Le jeu. 21 févr. 2019 à 18:07, Andrew Morgan <notifications@github.com> a
écrit :
So bumping cmake-js to "^5.1.0" seems to make it all just work???
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHZtKUcZQ-jYGWxLj2bEF7nRFuqcIRFks5vPtI0gaJpZM4a4S4O>
.
|
Hey @Djiit, sorry for being so late to the party. I would really like to help, but unfortunately I have no clue how. The only thing I can do is wish you good luck :) |
Any chance we can get electron 4 (electron-v69) support?
The text was updated successfully, but these errors were encountered: