Open mjsalinger opened 8 years ago
Anyone have any advice on this?
@mjsalinger As there is the error fatal error: sapnwrfc.h: No such file or directory
the SDK header file could not be found. Have a look how this is built at CircleCI setting the environment https://github.com/jdorner/node-sapnwrfc/blob/master/circle.yml#L5 adding the shared libs https://github.com/jdorner/node-sapnwrfc/blob/master/circle.yml#L30-L31.
Any plans to use a more recent version of Node? The repo has precompiled bindings for 4.0, 4.1, 4.2 and 5.0.
We do have plans to use a more recent version of node, but the project that this is being added to has a lot of dependencies and is quite large, so the upgrade is going to take some time. I'll try your advice.
There's a typo in cp ./include/* /usr/inlude
missing a c
.
Unable to build binding on Ubuntu 12.04 and node.js v0.10.41.
Steps Taken For First Attempt
Second Attempt Added sdk files to the sapnwrfc directory under our project.
ran
npm rebuild sapnwrfc
Received the following error for both attempts:
The following is the tree for our
sapnwrfc
directory: