Closed sipsorcery closed 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
Whereabouts should they be located?
ntcore/include
make sure to git submodule init pull to set up the ntcore submodule in this repo.
git submodule init pull
Did this solve your issue? I will close this for now, unless you post back.
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?