-
Notifications
You must be signed in to change notification settings - Fork 7.3k
vcbuild: node_use_isolates is not defined #2452
Comments
You need to run the configure script again (possibly with |
vcbuild.bat is broken, re-running does not fix, cannot compile 0.6.6 on Windows. |
in fact is broken. "vcbuild --without-isolates" btw: there is another error related to "isotales" after editing node.gyp and add 'node_use_isolates' : 'false', you get: src\node_isolate.cc(78): error C2275: 'node::Isolate' : illegal use of this type as an expression [C:\noboxout\nodejs\radamn\deps\node\node.vcxproj] That wasn't a problem for me because node.lib was created but node.exe didnt. if you remove src/node_isolate.h and src/node_isolate.cc from node you have plenty of link errors... so dont help either... |
@bradw2k: It must be something unrelated because isolates support exists only in the 0.7 / master branch. @llafuente: |
I see the merge in the master And configure also crash :S C:\noboxout\nodejs\radamn\deps\node>python --version C:\noboxout\nodejs\radamn\deps\node>python configure --without-isolates |
Don't let that bother you. The important part is that a config.gypi was created, vcbuild.bat will take care of the rest. |
bnoordhuis: On two Win7 machines with Python 2.7.2 I get exactly the same stack trace as reported in the first message by llafuente: File "", line 1, in I don't know anything about Python or GYP so I stopped there, and switched to 0.6.2, which builds fine for me. |
When I try this, I get this as error
|
@gero3: That's unrelated. |
but I had it after I used python configure --without-isolates, then vcbuild |
For the record, @bnoordhuis solution worked for me. |
Well, until I got the following fatal error in the build sequence:
|
Hi,
I didnt pull a request because I dont know what is the purpose of this var.
Last version (master) dont compile because this var is not defined, quick fix is to add
to "node.gyp"@"variables"
Here is the report for google reasons :)
The text was updated successfully, but these errors were encountered: