You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to build node v0.12.7 on commit 9116b24 (where v8 got updated to 3.28.73). Please do not ask why I have to build node on that specific commit ;)
Error message is: /home/vagrant/nodev0.12.7/node/out/Release/obj/gen/debug-support.cc:6:16: fatal error: v8.h: No such file or directory #include "v8.h"
I am building on ubuntu 14.04, prerequisites are installed.
Any help is appreciated!
The text was updated successfully, but these errors were encountered:
That works, thanks alot!
Is there any clear sign to know whether v8 upgrades are self-contained or not?
Just one more question: What exactly is the difference between the v0.12 and the 0.12.7 branch?
V8 upgrades nowadays are easier to tell. Usually you just make sure you grab all the v8: commits. Generally, you're always safe if you build from a tag.
v0.12 is the dev branch for 0.12. The next release cut off of it will be 0.12.8. :)
I am currently trying to build node v0.12.7 on commit 9116b24 (where v8 got updated to 3.28.73). Please do not ask why I have to build node on that specific commit ;)
Error message is: /home/vagrant/nodev0.12.7/node/out/Release/obj/gen/debug-support.cc:6:16: fatal error: v8.h: No such file or directory #include "v8.h"
I am building on ubuntu 14.04, prerequisites are installed.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: