Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort-of error while installing #6

Open
IngwiePhoenix opened this issue Feb 1, 2020 · 1 comment
Open

Sort-of error while installing #6

IngwiePhoenix opened this issue Feb 1, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@IngwiePhoenix
Copy link

Im currently seeing if I can use this module in my project, so I am going to run the tests and try some stuff out. While installing, I saw this error message:

> [email protected] install E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap
> node-gyp rebuild


E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parallele Erstellung zu ermöglichen, müssen Sie den Schalter "-m" hinzufügen.
  memory.cpp
  win_delay_load_hook.cc
E:\cloud.ingwie.io\Work\Git\worker.js\node_modules\shmmap\src\memory.cpp(6,10): fatal error C1083: Datei (Include) kann nicht geöffnet werden: "sys/mman.h": No such file or directory [E:\cloud.ingwie.io\Work\
Git\worker.js\node_modules\shmmap\build\shmmap.vcxproj]

Sorry for all the german ^^; But essentially, the error stems from building [email protected] where the following compile error occurs: "sys/mman.h": No such file or directory . Now, I know this is not related to this project directly, but maybe something you'd want to take a look at if it effectively breaks the dependency or not.

Kind regards,
Ingwie

@blake-regalia
Copy link
Owner

This is a Windows support issue for shared memory: blake-regalia/shmmap.js#1

@blake-regalia blake-regalia added the duplicate This issue or pull request already exists label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants