Opened 6 years ago

Closed 6 years ago

#56997 closed defect (fixed)

nodejs10: v8-version.h file missing

Reported by: mohd-akram (Mohamed Akram) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: nodejs10

Description

I noticed this while trying to make a Node.js add-on. Doing echo "#include <node.h>" | CPATH=/opt/local/include/node cc -x c++ - shows this error:

In file included from <stdin>:1:
In file included from /opt/local/include/node/node.h:63:
/opt/local/include/node/v8.h:25:10: fatal error: 'v8-version.h' file not found
#include "v8-version.h"  // NOLINT(build/include)
         ^~~~~~~~~~~~~~
1 error generated.

Change History (2)

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: ci42 removed
Owner: set to ci42
Status: newassigned

comment:2 Changed 6 years ago by ci42

Resolution: fixed
Status: assignedclosed

In f2d8135305ab8c30a349a36818ec342c96b9a81d/macports-ports (master):

nodejs10: update to version 10.9.0; install missing header files

Closes: #57065
Closes: #56997

Note: See TracTickets for help on using tickets.