-
Notifications
You must be signed in to change notification settings - Fork 856
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
Compile in Node.js v8 fails. #542
Comments
I cloned the repo and upgraded nan. Now I'm getting a much smaller error :)
|
OpenCV Version is 3.3.0 |
OpenCV 3.3 is quite new, probably not supported yet. |
I am getting the same error but I have OpenCV Version 3.2.0 installed. |
I was getting this error as well, and used OpenCV 2.4.x from Homebrew: Now I have the following versions and it's working fine: |
It's not a fix but the calcOpticalFlowPyrLK error is because opencv was compiled without a link to I guess we should have a compile macro to check for features like this. |
See also: * issue peterbraden#542 * peterbraden#542 (comment)
@rjschie your suggestion has also worked for me on node v6.11.3 (latest LTS for 6.x release) |
@rjschie works here too with node 9.2.0 and OSX 10.13.1 with |
Now works in node 12 after #667. |
@peterbraden Is the problem I described here: #669 |
Looks like this isn't compatible with new V8 because of some recent deprecations.
Here's the full log.
[REMOVED, see below]
The text was updated successfully, but these errors were encountered: