-
Notifications
You must be signed in to change notification settings - Fork 9
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
ZeroMq doesn't build for Electron 9 #31
Comments
I can't tell from nteract/hydrogen#2034 . Is your visual studio installation able to build v140 projects? |
@n-riesco I pushed a fix to ZeroMq itself. See this: |
Note, though, that |
Unfortunately it looks like active development on zeromq.js is at least temporarily on pause: |
Hi @maclockard, Is there any reason why is this happening? Thanks. |
@flowck I'm not associated with zermomq, so I do not know why this is the case, sorry. |
@n-riesco Should I register my fork, and make a PR here? It might take some time until they review the PR. |
@aminya I wouldn't rush into forking. Let's try to figure out who can make a release (this is not the first time we've had this kind of problem). I've checked https://www.npmjs.com/package/zeromq and @captainsafia is listed as a collaborator (doesn't that mean she could do a release?). In the meantime, so that we don't hold your progress, instead of forking, we could use a github URL in package.json. I could create a branch pointing to your branch. How do you think? Would that work for you? PS: I'm sorry I haven't reviewed your PR for hydrogen (I was planning to do it yesterday, but something came up). |
Thank you. The code runs Atom 1.56 was released today with Electron 9, which means we are already late, and we need to update Hydrogen as soon as possible. P.SL I also see @lgeiger in the commit list, which may help us fix the issue. |
I also made a PR for Zeromq v5. It seems to fix the build issue. |
Yes, I have access to the zeromq.js package and have maintainer permissions on the repo since I was contributing during its inception. I haven't personally been contributing to it for several years but it looks like we need to find someone to help out with this. Assuming that we can validate #445, I'm happy to review, merge, and ship out a new release for this. |
The PR for v5 would be brilliant by me (as I wouldn't need to change anything). For v6, I've created a branch, |
|
Fixed: zeromq fails to build in xenial. I've set Travis to use bionic. |
Fixed in |
nteract/hydrogen#2034
Edit:
I pushed a fix to ZeroMq itself. See this:
zeromq/zeromq.js#444
The text was updated successfully, but these errors were encountered: