You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
> node-gyp configure build
CXX(target) Release/obj.target/addon/src/cpp/addon.o
In file included from ../src/cpp/addon.cc:1:
In file included from ../node_modules/nan/nan.h:49:
/usr/local/nvs/chakracore/8.6.0/x64/include/node/node.h:99:10: fatal error: 'chakra_ttd.h'
file not found
#include "chakra_ttd.h"
^~~~~~~~~~~~~~
1 error generated.
make: *** [Release/obj.target/addon/src/cpp/addon.o] Error 1
Works fine with 8.4.0, because v8.h has no #include "chakra_ttd.h". But also works fine with 8.6.0 on the Windows.
The text was updated successfully, but these errors were encountered:
chakra_tdd.h was added to the sources. This adds it to install.py to
be included in the headers package.
Refs: #397Fixes: #417
PR-URL: #421
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Mike Kaufman <mike.kaufman@microsoft.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Source code: https://github.com/mrmlnc/scandir-native
Full Error:
Works fine with
8.4.0
, becausev8.h
has no#include "chakra_ttd.h"
. But also works fine with8.6.0
on the Windows.The text was updated successfully, but these errors were encountered: