-
Notifications
You must be signed in to change notification settings - Fork 120
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
Support for node.js 10.1 #71
Comments
Hi, I am not sure about the near future, since I am currently not involved the project actively, but pull requests are welcome :-) Probably I will try it with the newer V8 version after successful https://github.com/pmed/v8-nuget update. |
Ok. I will try to see at the code. |
Hi @mkrivos I've updated |
Hi @pmed Seems that some files are lost ... |
Well the error is in I've successfully built and run addons from |
It seems that it is BIG bug - nodejs/node#20921 |
Is it my bug? /usr/bin/c++ -DLITTLE_ENDIAN_MACHINE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_REENTRANT -Dastlibjs_EXPORTS -I/opt/rsys/platform/include -I../.. -I../. -I../../../common/asterix -I../../../common/rsys -I../../../common/astlib -I../node_modules/v8pp -I/home/rsys/.cmake-js/node-x64/v10.2.1/include/node -std=c++11 -g -Wall -pipe -Wno-parentheses -Werror=return-type -Wno-address -Wno-unused-local-typedefs -Wno-deprecated-declarations -fno-diagnostics-show-caret -fdiagnostics-color=auto -Werror=narrowing -Wno-unknown-pragmas -Wno-cpp -msse2 -ftree-vectorize -std=c++14 -fdiagnostics-color=auto -fopenmp -O3 -DNDEBUG -fPIC -std=gnu++14 -MD -MT CMakeFiles/astlibjs.dir/lib/astlib.cpp.o -MF CMakeFiles/astlibjs.dir/lib/astlib.cpp.o.d -o CMakeFiles/astlibjs.dir/lib/astlib.cpp.o -c ../lib/astlib.cpp |
Sorry, it's my bug. |
Hello,
node.js 10.1 uses v8 version 6.6 and is not source compatible with current v8pp. Is there any plans to support this in near future?
Thanks.
The text was updated successfully, but these errors were encountered: