Skip to content
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

jsDAV not working on Windows #138

Open
drywolf opened this issue Oct 8, 2015 · 1 comment
Open

jsDAV not working on Windows #138

drywolf opened this issue Oct 8, 2015 · 1 comment

Comments

@drywolf
Copy link

drywolf commented Oct 8, 2015

Hi,

I just tried to get jsDAV running on Windows (7) and ran into compilation trouble when using NPM v3 ...

..\ext\bson.cc(397): error C3861: 'New': identifier not found [jsDAV\node_modules\bson\build\bson.vcxproj]
..\ext\bson.cc(411): error C2660: 'v8::Object::New' : function does not take 0 arguments [jsDAV\node_modules\bson\build\bson.vcxproj]
..\ext\bson.cc(424): error C2664: 'bool v8::Object::Has(uint32_t)' : cannot convert argument 1 from 'v8::Persistent<v8::String,v8::NonCopyablePersistentTraits<T>>' to 'v8::Handle<v8::Value>' [jsDAV\node_modules\bson\build\bson.vcxproj]

Looks like a problem with the bson module (a libv8 version mismatch proably)

With NPM v2 I didn't get these problems, but got stuck on another issue about gnu-tools not being available on Windows...

Error: Cannot find module 'gnu-tools'

Am I doing something terribly wrong to get those errors ?
Or is Windows currently not a supported platform for jsDAV ? (I might be able to help out by maintaining windows support if it is needed)

Regards

@jurepetrovic
Copy link

This is the same thing I am fighting with in some legacy code. Is there any other option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants