-
Notifications
You must be signed in to change notification settings - Fork 165
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
Failed to compile Mapnik for Node 4.0 #519
Comments
You need to have the |
@danpat, thanks for the quick reply. On Ubuntu, I installed protobuf-compiler 2.6.1-1, and now the error changed. Btw, it works fine for 0.10 and 0.12 versions of node, even without the protobuf-compiler.
|
@nyurik You'll also need For Node 0.10 and 0.12, there are pre-packaged binaries that get installed. Because 4.0.0 is so new, we haven't released pre-packaged binaries, so the install is falling back to compiling from source. |
@danpat next batch of errors:
|
Looks these errors are related to the version of https://github.com/mapnik/node-mapnik/blob/master/package.json#L44
|
Thanks, would simply bumping package.json's nan version work? |
I suspect it won't work, I think the |
Sorry getting into this conversation late but please see this pull request #509 once that is done we should be able to support node v4. |
Closing, will track at #509 |
The text was updated successfully, but these errors were encountered: