-
Notifications
You must be signed in to change notification settings - Fork 72
Error during installation #29
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
I'm having the same problem. Tried to downgrade to node 0.10.0 but still have the error. |
Same problem here also using Node 5.1. |
Chiming in to note I have the same problems as Pitb also on node v4.2.1. CXX(target) Release/obj.target/libopencv/deps/opencv/modules/core/src/arithm1.o |
I just forced dv to build with clang on my (Linux) machine and could reproduce the error, I'll be back with a solution. |
I added the compiler flag "-Wno-c++11-narrowing" which fixes the problem on linux with my forced clang. Can anyone of you with OSX/xcode verify the fix in the newest commit on master (xcode needs a different configuration for the flag)? |
After many tries i could able to run dv version 1.9.3 in node version 0.10.39.it is running now |
osx, node v4.2.1,
|
Still fails to build on Mac OS X after the latest commit on master.
|
Downgraded
|
The problem is definitely some missing compiler flags for OSX/clang, but diagnosing and finding a solution is quite difficult without a Mac. It probably needs something like that in
|
I'm on to it. Can I |
I changed OS X specific lines in
I get an error at the beginning of the build:
|
Managed to surpass the error by adding an additional |
Build succeeded. Tests failed at some point. Here is the test result:
|
any luck here???? i still cannot install dv with node versions later than 0.10.39......while i want to use it with node version 4.but i am getting this error
i am using visual studio 2013. |
Please see #31 to report your platform and version, so we can set up automated testing for your platform. |
Seen it, hope I could help. |
Any updates on this since then?
|
Will a patch be out for this issue? Or if not how can I build this locally and npm install? |
@onlinegeek101: use npm link when you compile the code directly.
|
Alternatively, per direct git reference (https://docs.npmjs.com/cli/install (g)). |
I had the same issues on my Mac, took a while to figure it out but after checking this link |
Having same issue. Tried the tweak @hilaby did, to no avail. Reinstalled node, no change.
|
^ having the same issue and the tweaks suggested did not fix it. Any udpate here? node 7.6.0 |
Anything on this error? I am still facing it. |
Hey,
I would try node-dv (1.10.1). But I have some problems when installing via npm.
Do you have any idea?
Thx
With node 4.2.1:
With node 0.12.7:
The text was updated successfully, but these errors were encountered: