-
Notifications
You must be signed in to change notification settings - Fork 142
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
i386 architecture #32
Comments
Ok... now it's working...
Is it bad ? |
It works fine on my Mac: $ uname -a $ node -v $ npm install threads_a_gogo $ node node_modules/threads_a_gogo/test/test00_run_once_and_destroy.js ? |
Not on mine unless i remove a few lines in "node_addon.py" $ node -v Then after install $ npm install threads_a_gogo $ node_modules/threads_a_gogo/test/test00_run_once_and_destroy.js node_modules/threads_a_gogo/test/test00_run_once_and_destroy.js: line 3: syntax error near unexpected token $ node node_modules/threads_a_gogo/test/test00_run_once_and_destroy.js module.js:485 BYE ! |
Different architectures? See what does this give you: $ file $ file /Users/jorge/.node_libraries/threads_a_gogo.node How did you install node? |
There's no sane way to fix this in my wscript. The node core guys won't fix node-waf. So what you did is fine, or, you have to build node as a flat binary (not universal) so that node-waf will then choose the right architecture instead of blindly defaulting to i386. Cheers, |
Related issue nodejs/node-v0.x-archive#3633 |
Hello,
I can't run this module.
The installation went fine ('install' finished successfully (1.542s)).
This is what i get while trying to launch my node app.js
node_modules/node-threads/build/release/threads_a_gogo.node: mach-o, but wrong architecture.
I'm running nodejs v0.8.18 on a Mac Os X (Mountain Lion)
Regards.
The text was updated successfully, but these errors were encountered: