Open dagalufh opened 8 years ago
Unfortunately i can not help you with that, has only tested it on Linux myself.
Maybe you can pick up some pointers from https://github.com/Hexagon/node-telldus/issues/61 ?
Already tried that, went on and looked at node-ffi and have made it working that way. Thanks anyway, your tool looks great.
Good to hear :+1:
Had similar errors on Windows 8.1 but finally managed to build it from the source by first adding two modifications.
Maybe this can help someone.
OS Windows 8.1, x64 with Node 0.12.4 and Visual Studio 2015 installed,
Tried to install node-red-contrib-tellstick today but got stuck on this problem as well in node-telldus which is a dependency. Could robertcarlens fix be added to the project so that windows users do not have to monkey-patch the project?
The library-dirs part is already correct, no fix needed.
Still need to add this line to top of telldus.cc though:
#include <time.h>
@robertcarlens THANKS! your instructions mady my day. And @pcguru I suspect it depends on OS and version of tellduscenter. Im on windows 7 64 bit and I had to add the path down to the c:\Program Files (x86)\Telldus\Development\x86_64
Without id it did not work and with it it works. (I also had to add time.h btw) Thanks @Hexagon for writing this module!
Great work pinpointing the problems. Hopefully fixed in 1.1.1 by 712e77969a52d3805cd40392e9717e64bb19c38d and 5f127ca9312ce1c0f58049050238b4e952ef831c.
Please reopen if very similar issues reoccur. New issue for new issues :)
Reopening this myself, as i noticed issue https://github.com/Hexagon/node-telldus/issues/61.
Is the documentation lacking information as it is now? Any ideas on improvement?
@pcguru @niklaspettersson
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: `
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