-
Notifications
You must be signed in to change notification settings - Fork 24
"npm install" for dependency ffi fails on z/OS #122
Comments
Looking at the build scripts for 'include_dirs': [
'include',
# platform and arch-specific headers
'config/<(OS)/<(target_arch)'
], Looking at https://github.com/node-ffi/node-ffi/tree/master/deps/libffi/config there is no generated configuration for |
@richardlau: Thanks for the quick answer ... Unfortunately the configure fails:
|
Looks like this is from here https://github.com/node-ffi/node-ffi/blob/d9b843c03b35b99f205d001ebcbedd1b6c63b3d0/deps/libffi/configure.ac#L212 which has a |
I've a project where I need to call a shared library from Node.js. To achieve this I used "Node.js Foreign Function Interface" (https://github.com/node-ffi/node-ffi)... unfortunately the install stops with an error. I stripped down the package.json file to make it as simple as possible:
Here is the output of the "npm i" command:
My environment is the following:
I assume that it is a problem of the node-ffi package, but perhaps has someone run into a similar problem. Any suggestions to solve the problem are appreciated ...
The text was updated successfully, but these errors were encountered: