I believe the errors have to do with mixing C and C++, since the errors seem to be C related. Here's an example:
c:\documents and settings\administrator\desktop\robotjs\robotjs\src\rgb.h(48): error C2059: syntax error : 'type' [C:\Documents and Settings\Administrator\Desktop\robotjs\robotjs\build\robotjs.vcxproj] These errors come from every C file, but the same code builds on the same system just using Python's distutils If there's a better place to ask this, please let me know. I'm just desperate to get this working, there's a bunch of really cool projects relying on RobotJS and I feel bad that their apps have to be Mac only because I can't figure this out. On Thursday, May 28, 2015 at 7:44:49 PM UTC-5, jason stallings wrote: > > Hola! > > I've been working on porting a Python library, autopy, to Node.js. It's > been going great and we have Mac and Linux builds working fine, but I just > can't get the code to build on Windows. I know it's probably just the msvc > bindings.gyp flags, because the same code builds using setup.py and Python > without any errors. > > Here's the related issue: > > https://github.com/octalmage/robotjs/issues/2 > > I've been at this for months and I don't know much about Visual Studio and > I'm just dying here. If anyone has any experience I'd be forever grateful. > > Thanks! > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/0a1f7ede-8bca-44c1-b05a-c27355608ec1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
