-
Notifications
You must be signed in to change notification settings - Fork 355
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
Build for windows does not work "libplatform/libplatform.h": No such file or directory #498
Comments
Hi @MinePlay96, Currently, The latest version of J2V8 does not support the Windows platform. see for details: #441. Have you tried that build (https://search.maven.org/search?q=a:j2v8_win32_x86_64) from Maven central? |
@ahmadov - I am facing the same error even on linux platform.
|
Hi @rohitcelestial |
Hi @ahmadov - i solved it by just using this Fork https://github.com/drywolf/J2V8 |
@ahmadov - Thanks, I was able to build but it seems it's only V8 (which I understand is the project) but I was looking for NodeJS operations like require etc.
results in UnsupportedOperationException: |
Yes, the newer version of J2V8 dropped the NodeJS support. So, you cannot use NodeJS |
@MinePlay96 How did you manage the build? Which j2V8 and NodeJs versions you were able to use? I want to use a higher node version too. I am not sure what was the last version of j2v8 that supported Node. |
Following the build steps I also get this same failure on MacOS. I'm choosing the option from the interactive build menu and have followed the steps in the BUILD guide. Is there any resolution to this problem? The fork mentioned earlier is very old now as is the published MacOS version. |
The build ends up looking for this include directory that doesn't exist:
I see some of the includes in:
But changing those in the CMake just results in compile errors. Is MacOS x86 even a supported build anymore? |
I don't think so. Please refer to Reduce the scope of the J2V8 project for detail. I built a private build of v6.2.0 for Linux and Windows in this January. It wasn't a happy thing to me. So I didn't bother building the Mac OS one. You are welcome trying the private build on Linux or Windows. If you are keen on something equivalent on Mac OS, so far the only option seems to be Javet. |
hello i am currently trying to build J2V8 with node js 7.4
but i always get the error.
i am now helpless what to do.
i would also be satisfied if i would get a pre-built version for Windows x32 which contains at least node 6. (node 13 would be even better ;) )
The text was updated successfully, but these errors were encountered: