creatale / node-dv

A node.js library for processing and understanding scanned documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported/used platforms

rashfael opened this issue · comments

commented

Since we get increasing reports with compile errors on OSX and Windows, I'd like to ask everyone to post info about their used platform, node and compiler version here. For example:

Linux 4.3.3-2-ARCH, node 5.3.0, gcc 5.3.0

I will then try to set up automated test environments to accommodate as many use cases as possible and fix failing environments.

windows 10 visual studio2013 node version 4.also tried installation in windows 7 but has same error.

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\concrt.h(4774): error C3861:   '__uncaught_exception': identifier not found (..\..\..\deps\opencv\modules\core\src\parallel.cpp)
commented

From the error I guess this is Visual Studio 12 aka 2013?

this is the confusion too because vs on my machine is 2013 while in error is in 2012.

commented

Thats just microsoft marketing, VS2013 IS 12:
https://en.wikipedia.org/wiki/Microsoft_Visual_Studio#History

Macbook Air 13", Early 2015
OS X El Capitan 10.11.1
Processor 1,6 GHz Intel Core i5
Memory: 4 GB 1600 MHz DDR3

Node v4.2.2

Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.0.0
Thread model: posix

i found this closed issue#27 where it is said that node-dv's version 0.10.0 will work with node 4.and its Changelog says so too but it isn't working for me.can it be any possible mistake on my side?

commented

It's probably an issue with your platform combination and missing/wrong compiler flags for your platform. Which is really hard to debug without having access to that platform combination. That is why I am looking into automated testing for each used platform combination. Right now I can only guarantee compilation on newer linux distributions, although configuration for windows and OSX exists, but is probably outdated.

Please limit further discussion in this issue, only post your platform and versions.

commented

Travis supports OSX, although not with node out of the box, we'd have to brew it ourselves. I'll try to another node-project with an OSX travis config, since I don't want to blindly test brew commands and all only with travis.

Sadly, travis does not support Windows, and the only other CI I could find is Team Foundation from MS itself, which is not optimal.

@rashfael: The AppVeyor CI platform supports Windows and is free for open-source projects.