Skip to content

Unable to install on Windows #73

Description

@dagalufh

Hi

I'm unable to install telldus on Windows. I've tried with both Visual Studio 2013 Express and Visual Studio Community 2015.

The error i'm receiving is this:
`

telldus@1.1.0 install E:\TestTellstick\node_modules\telldus
node-gyp configure build
E:\TestTellstick\node_modules\telldus>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" configure build ) else (node configure build )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
telldus.cc
..\telldus.cc(166): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(216): error C3861: 'strftime': identifier not found [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(216): error C3861: 'localtime': identifier not found [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(350): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(892): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(893): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(894): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(926): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(927): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
..\telldus.cc(928): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data [E:\TestTellstick\node_modules\telldus\build\telldus.vcxproj]
`

Do you know of any way to get around this?
OS is Windows 10, x64 with Node.JS version 0.12.7, npm -v shows: 2.11.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions