nodejs20: uv/errno.h file missing
uv.h
is often used in Node.js addons. Doing echo "#include <uv.h>" | CPATH=/opt/local/include/node cc -x c -
shows this error:
In file included from <stdin>:1:
/opt/local/include/node/uv.h:52:10: fatal error: 'uv/errno.h' file not found
#include "uv/errno.h"
^~~~~~~~~~~~
1 error generated.
Change History (5)
Cc: |
ci42 removed
|
Owner: |
set to ci42
|
Status: |
new →
assigned
|
Port: |
nodejs14 added; nodejs13 removed
|
Summary: |
nodejs13: uv/errno.h file missing →
nodejs14: uv/errno.h file missing
|
Port: |
nodejs20 added; nodejs14 removed
|
Summary: |
nodejs14: uv/errno.h file missing →
nodejs20: uv/errno.h file missing
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
In 342e3b76448b9c8e45fb384385627a91a4e4fdbd/macports-ports (master):