-
Notifications
You must be signed in to change notification settings - Fork 9
npm install/gyp fails: "cannot use typeid with -fno-rtti" #7
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
Comments
Is this related to this pull request (for installation under linux)? |
I'm sorry I don't have an up-to-date linux system available here, but try editing binding.gyp and remove the lines where rtti is disabled: See if that helps ? |
i am experiencing the same issue on osx 10.8.2 with brew installed opencv 2.4.4. removing those two lines from the binding.gyp does not appear to work. here is my npm-debug.log
|
console output of npm install
|
node 0.8.14
npm 1.1.65
osx 10.7.4
Running
npm install opencv-node
fails as follows.The text was updated successfully, but these errors were encountered: