Closed simon-p-r closed 7 years ago
There are quite a few dependencies on coreutils and other command line tools like svn
and git
. I have not tested but I assume cygwin should work.
@simon-p-r so the entire set of repos depend on the availability of:
Some of these can be removed with some structural changes. For example, svn
and hg
are used for downloading test files. Basically, part of our test suite involves spamming a bunch of files and some of them come from other project bug trackers. Apache POI has quite a few good corner cases. Since the licensing terms are unclear, the test_files repo itself doesn't save those files; it merely references them and your computer downloads the test files. That process failed.
I'm not sure of the best way forward. I tested against cygwin and things seem to work. From my understanding, setting up git with bash and friends and mercurial and subversion should theoretically suffice but I have not tested.
EDIT: tracking issue https://github.com/SheetJS/js-xlsx/issues/589
Hello
I was trying to fix issue #6 on a Windows box however even though I can use 'make' on my system it is failing when running make init with following error.
Any help would be appreciated.