We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
After npm install, when building gdal 0.9.8, it reports:
npm install
../../nan/nan.h:1044:37: error: cannot convert «char*» to «v8::Isolate*» 1044 | length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
There are 5 other errors in the nan directory as well.
nan
Environment: (Note: We are not setup to test on Linux or Windows so help may be slower on those OSs)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
After
npm install
, when building gdal 0.9.8, it reports:There are 5 other errors in the
nan
directory as well.Environment: (Note: We are not setup to test on Linux or Windows so help may be slower on those OSs)
The text was updated successfully, but these errors were encountered: