You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run npm install opencv and i have this error :
opencv2\flann\any.h(48): error C2039: 'type_info' : n'est pas membre de 'std' [C:\Users\Royal\D
esktop\test3\node_modules\opencv\build\test_nativemat.vcxproj]
The text was updated successfully, but these errors were encountered:
Same error. Windows 10, OpenCV 2.4.11, Node 5.10.0, npm 3.8.3
Edit: was able to fix by going to opencv2\flann\any.h and changing all references of 'std::type_info' to 'type_info' (You will also need to make the changes made in: @AwooOOoo's fork to avoid ambiguous symbol errors). I'm not entirely sure what's going on here; according to cpp reference type_info should be in std, however in VC12 (on my machine anyway) typeinfo.h does not get included into std. Would be thankful if someone could clarify what's the deal.
Log :
http://pastebin.com/NzsHSDwY
i run npm install opencv and i have this error :
opencv2\flann\any.h(48): error C2039: 'type_info' : n'est pas membre de 'std' [C:\Users\Royal\D
esktop\test3\node_modules\opencv\build\test_nativemat.vcxproj]
The text was updated successfully, but these errors were encountered: