xeniarose / ntcore_node

NetworkTables bindings for node.js
MIT License
4 stars 1 forks source link

Missing include files when attempting to build on Win64 #1

Closed sipsorcery closed 8 years ago

sipsorcery commented 8 years ago

The following line fails:

node-gyp configure build --python "C:\Python27"

Opening the solution file up in VS 2015 shows two missing include files in ntcore_node.cc

include "ntcore.h"

include "networktables/NetworkTable.h"

Whereabouts should they be located?

xeniarose commented 8 years ago

ntcore/include

make sure to git submodule init pull to set up the ntcore submodule in this repo.

xeniarose commented 8 years ago

Did this solve your issue? I will close this for now, unless you post back.