Skip to content

Node-gyp build failure #6

Description

@HZSamir

Hello,
I'm trying to run your example project, however, on npm install I encounter the following node-gyp error:

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  sane.cc
  sane_device.cc
  sane_handle.cc
  sane_option_descriptor.cc
c:\users\samir\sites\tests\testy\node_modules\node-sane\src\sane_option_descriptor.h(4): fatal error C1083: Ca nnot open include file: 'sane/sane.h': No such file or directory (compiling source file ..\src\sane_option_des criptor.cc) [C:\Users\Samir\Sites\tests\testy\node_modules\node-sane\build\node-sane.vcxproj]
c:\users\samir\sites\tests\testy\node_modules\node-sane\src\sane_handle.h(4): fatal error C1083: Cannot open i nclude file: 'sane/sane.h': No such file or directory (compiling source file ..\src\sane_handle.cc) [C:\Users\ Samir\Sites\tests\testy\node_modules\node-sane\build\node-sane.vcxproj]
  sane_parameters.cc
  win_delay_load_hook.cc
c:\users\samir\sites\tests\testy\node_modules\node-sane\src\sane_device.h(4): fatal error C1083: Cannot open i nclude file: 'sane/sane.h': No such file or directory (compiling source file ..\src\sane_device.cc) [C:\Users\ Samir\Sites\tests\testy\node_modules\node-sane\build\node-sane.vcxproj]
c:\users\samir\sites\tests\testy\node_modules\node-sane\src\sane_parameters.h(4): fatal error C1083: Cannot op en include file: 'sane/sane.h': No such file or directory (compiling source file ..\src\sane_parameters.cc) [C :\Users\Samir\Sites\tests\testy\node_modules\node-sane\build\node-sane.vcxproj]
..\src\sane.cc(3): fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory [C:\U sers\Samir\Sites\tests\testy\node_modules\node-sane\build\node-sane.vcxproj]

I see that this project hasn't been updated for quite some time now. Could this be the issue? Is there any way to use it with Node 7 or 8 ?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions