This repository was archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
This repository was archived by the owner on May 12, 2020. It is now read-only.
Fails to install with node 12 #219
Copy link
Copy link
Open
Description
Trying to install this module under node 12.4.0. Getting the following compilation error
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/janpot/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:200:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/Users/janpot/.nvm/versions/node/v12.4.0/bin/node" "/Users/janpot/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/janpot/Desktop/test-ab/node_modules/ad-block
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/janpot/.npm/_logs/2019-06-13T09_20_58_882Z-debug.log
Full output
~/Desktop/test-ab $ npm i -S ad-block
> [email protected] preinstall /Users/janpot/Desktop/test-ab/node_modules/ad-block
> npm install bloom-filter-cpp && npm install hashset-cpp
> [email protected] install /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp
> node-gyp rebuild
CXX(target) Release/obj.target/bloom-filter-cpp/addon.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name addon.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build/Release/obj.target/bloom-filter-cpp/addon.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/bloom-filter-cpp/addon.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/bloom-filter-cpp/addon.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=bloom-filter-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/bloom-filter-cpp/addon.o -x c++ ../addon.cpp
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/bloom-filter-cpp/BloomFilterWrap.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name BloomFilterWrap.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build/Release/obj.target/bloom-filter-cpp/BloomFilterWrap.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/bloom-filter-cpp/BloomFilterWrap.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/bloom-filter-cpp/BloomFilterWrap.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=bloom-filter-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/bloom-filter-cpp/BloomFilterWrap.o -x c++ ../BloomFilterWrap.cpp
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
../BloomFilterWrap.cpp:38:29: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(String::NewFromUtf8(isolate, "BloomFilter"));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../BloomFilterWrap.cpp:47:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "BloomFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../BloomFilterWrap.cpp:47:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "BloomFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
3 warnings generated.
CXX(target) Release/obj.target/bloom-filter-cpp/BloomFilter.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name BloomFilter.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build/Release/obj.target/bloom-filter-cpp/BloomFilter.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/bloom-filter-cpp/BloomFilter.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/bloom-filter-cpp/BloomFilter.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=bloom-filter-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/bloom-filter-cpp/BloomFilter.o -x c++ ../BloomFilter.cpp
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/bloom-filter-cpp/hashFn.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hashFn.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build/Release/obj.target/bloom-filter-cpp/hashFn.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/bloom-filter-cpp/hashFn.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/bloom-filter-cpp/hashFn.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=bloom-filter-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/bloom-filter-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/bloom-filter-cpp/hashFn.o -x c++ ../hashFn.cpp
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
SOLINK_MODULE(target) Release/bloom-filter-cpp.node
npm notice created a lockfile as package-lock.json. You should commit this file.
+ [email protected]
added 1 package from 1 contributor and audited 1 package in 3.368s
found 0 vulnerabilities
> [email protected] install /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp
> node-gyp rebuild
CXX(target) Release/obj.target/hashset-cpp/addon.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name addon.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/addon.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/addon.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/addon.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/addon.o -x c++ ../addon.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/hashset-cpp/hash_set_wrap.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hash_set_wrap.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/hash_set_wrap.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/hash_set_wrap.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/hash_set_wrap.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/hash_set_wrap.o -x c++ ../hash_set_wrap.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
../hash_set_wrap.cc:36:29: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(String::NewFromUtf8(isolate, "HashSet"));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../hash_set_wrap.cc:45:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "HashSet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../hash_set_wrap.cc:45:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "HashSet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
3 warnings generated.
CXX(target) Release/obj.target/hashset-cpp/hash_set.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hash_set.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/hash_set.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/hash_set.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/hash_set.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/hash_set.o -x c++ ../hash_set.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/hashset-cpp/test/hashFn.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hashFn.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/test/hashFn.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/test/hashFn.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/test/hashFn.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/test/hashFn.o -x c++ ../test/hashFn.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
SOLINK_MODULE(target) Release/hashset-cpp.node
+ [email protected]
added 1 package from 1 contributor and audited 2 packages in 3.108s
found 0 vulnerabilities
> [email protected] install /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp
> node-gyp rebuild
CXX(target) Release/obj.target/hashset-cpp/addon.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name addon.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/addon.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/addon.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/addon.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/addon.o -x c++ ../addon.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/hashset-cpp/hash_set_wrap.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hash_set_wrap.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/hash_set_wrap.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/hash_set_wrap.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/hash_set_wrap.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/hash_set_wrap.o -x c++ ../hash_set_wrap.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
../hash_set_wrap.cc:36:29: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(String::NewFromUtf8(isolate, "HashSet"));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../hash_set_wrap.cc:45:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "HashSet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../hash_set_wrap.cc:45:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "HashSet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
3 warnings generated.
CXX(target) Release/obj.target/hashset-cpp/hash_set.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hash_set.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/hash_set.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/hash_set.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/hash_set.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/hash_set.o -x c++ ../hash_set.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
CXX(target) Release/obj.target/hashset-cpp/test/hashFn.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hashFn.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build/Release/obj.target/hashset-cpp/test/hashFn.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/hashset-cpp/test/hashFn.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/hashset-cpp/test/hashFn.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=hashset-cpp -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/hashset-cpp/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/hashset-cpp/test/hashFn.o -x c++ ../test/hashFn.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
SOLINK_MODULE(target) Release/hashset-cpp.node
> [email protected] install /Users/janpot/Desktop/test-ab/node_modules/ad-block
> node-gyp rebuild
CXX(target) Release/obj.target/ad-block/addon.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name addon.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/build/Release/obj.target/ad-block/addon.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/ad-block/addon.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/ad-block/addon.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=ad-block -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I ../node_modules/bloom-filter-cpp -I ../node_modules/hashset-cpp -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/ad-block/addon.o -x c++ ../addon.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
../node_modules/bloom-filter-cpp
../node_modules/hashset-cpp
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
../addon.cc:23:6: warning: unused function 'InitAll' [-Wunused-function]
void InitAll(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
^
1 warning generated.
CXX(target) Release/obj.target/ad-block/ad_block_client_wrap.o
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name ad_block_client_wrap.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/janpot/Desktop/test-ab/node_modules/ad-block/build/Release/obj.target/ad-block/ad_block_client_wrap.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/ad-block/ad_block_client_wrap.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/ad-block/ad_block_client_wrap.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=ad-block -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/janpot/.node-gyp/12.4.0/include/node -I /Users/janpot/.node-gyp/12.4.0/src -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/config -I /Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include -I /Users/janpot/.node-gyp/12.4.0/deps/uv/include -I /Users/janpot/.node-gyp/12.4.0/deps/zlib -I /Users/janpot/.node-gyp/12.4.0/deps/v8/include -I ../. -I ../node_modules/bloom-filter-cpp -I ../node_modules/hashset-cpp -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/janpot/Desktop/test-ab/node_modules/ad-block/build -ferror-limit 19 -fmessage-length 182 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.9.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/ad-block/ad_block_client_wrap.o -x c++ ../ad_block_client_wrap.cc
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.6.0
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/src"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/config"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/openssl/openssl/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/uv/include"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/zlib"
ignoring nonexistent directory "/Users/janpot/.node-gyp/12.4.0/deps/v8/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/v1"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/Users/janpot/.node-gyp/12.4.0/include/node
../.
../node_modules/bloom-filter-cpp
../node_modules/hashset-cpp
/usr/local/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory)
End of search list.
../ad_block_client_wrap.cc:45:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "uuid"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:46:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.uuid.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:45:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "uuid"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:47:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "listURL"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:48:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.url.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:47:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "listURL"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:49:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "title"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:50:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.title.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:49:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "title"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:51:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "supportURL"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:52:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.support_url.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:51:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "supportURL"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:53:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "componentID"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:54:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.component_id.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:53:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "componentID"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:55:21: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "base64PublicKey"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:56:13: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, filter_list.base64_public_key.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:55:9: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "base64PublicKey"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:63:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, lang.c_str()));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:62:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
langs->Set(j++,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:66:23: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "langs"), langs);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:66:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
list->Set(String::NewFromUtf8(isolate, "langs"), langs);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:77:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(j++, ToLocalObject(isolate, filter_list));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:104:29: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
tpl->SetClassName(String::NewFromUtf8(isolate, "AdBlockClient"));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:138:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "noFilterOption"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:138:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "noFilterOption"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:140:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "script"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:140:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "script"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:142:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "image"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:142:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "image"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:144:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "stylesheet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:144:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "stylesheet"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:146:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "object"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:146:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "object"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:148:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "xmlHttpRequest"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:148:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "xmlHttpRequest"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:150:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "objectSubrequest"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:150:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "objectSubrequest"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:152:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "subdocument"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:152:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "subdocument"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:154:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "document"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:154:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "document"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:156:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "other"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:156:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "other"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:158:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "xbl"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:158:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "xbl"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:160:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "collapse"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:160:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "collapse"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:162:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "doNotTrack"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:162:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "doNotTrack"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:164:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "elemHide"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:164:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "elemHide"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:166:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "thirdParty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:166:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "thirdParty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:168:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "notThirdParty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:168:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "notThirdParty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:170:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "ping"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:170:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "ping"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:172:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "popup"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:172:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "popup"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:174:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "redirect"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:174:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "redirect"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:176:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "csp"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:176:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "csp"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:178:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "font"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:178:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "font"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:180:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "media"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:180:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "media"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:182:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "webrtc"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:182:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "webrtc"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:184:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "genericblock"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:184:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "genericblock"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:186:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "generichide"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:186:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "generichide"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:188:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "empty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:188:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "empty"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:190:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "websocket"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:190:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "websocket"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:192:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "important"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:192:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "important"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:194:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "explicitcancel"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:194:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "explicitcancel"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:196:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "unknown"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:196:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
filterOptions->Set(String::NewFromUtf8(isolate, "unknown"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:201:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "default"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:201:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "default"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:203:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "malware"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:203:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "malware"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:205:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "regions"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:205:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
lists->Set(String::NewFromUtf8(isolate, "regions"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:208:47: error: too few arguments to function call, single argument 'context' was not specified
constructor.Reset(isolate, tpl->GetFunction());
~~~~~~~~~~~~~~~~ ^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:5947:3: note: 'GetFunction' declared here
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:347:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
^
../ad_block_client_wrap.cc:209:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "AdBlockClient"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:210:33: error: too few arguments to function call, single argument 'context' was not specified
tpl->GetFunction());
~~~~~~~~~~~~~~~~ ^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:5947:3: note: 'GetFunction' declared here
V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:347:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
^
../ad_block_client_wrap.cc:211:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "FilterOptions"), filterOptions);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:211:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "FilterOptions"), filterOptions);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:212:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "adBlockLists"), lists);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:212:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "adBlockLists"), lists);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:213:24: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "adBlockDataFileVersion"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:213:12: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
exports->Set(String::NewFromUtf8(isolate, "adBlockDataFileVersion"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:245:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:246:31: error: no matching member function for call to 'BooleanValue'
bool preserveRules(args[1]->BooleanValue());
~~~~~~~~~^~~~~~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2559:8: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
bool BooleanValue(Isolate* isolate) const;
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2562:51: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
^
../ad_block_client_wrap.cc:256:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:258:72: error: too few arguments to function call, single argument 'context' was not specified
int32_t filterOption = static_cast<FilterOption>(args[1]->Int32Value());
~~~~~~~~~~~~~~~~~~~ ^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2569:3: note: 'Int32Value' declared here
V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:347:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
^
../ad_block_client_wrap.cc:259:57: error: no matching member function for call to 'ToString'
String::Utf8Value currentPageDomain(isolate, args[2]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:274:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:276:72: error: too few arguments to function call, single argument 'context' was not specified
int32_t filterOption = static_cast<FilterOption>(args[1]->Int32Value());
~~~~~~~~~~~~~~~~~~~ ^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2569:3: note: 'Int32Value' declared here
V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:347:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
^
../ad_block_client_wrap.cc:277:57: error: no matching member function for call to 'ToString'
String::Utf8Value currentPageDomain(isolate, args[2]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:289:26: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matches"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:289:14: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matches"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:292:28: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:293:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, matchingFilter->data));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:292:16: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:295:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingOrigRule"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:296:17: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, matchingFilter->ruleDefinition));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:295:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingOrigRule"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:300:28: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingExceptionFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:301:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, matchingExceptionFilter->data));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:300:16: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingExceptionFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:303:30: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingExceptionOrigRule"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:304:17: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, matchingExceptionFilter->ruleDefinition));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:303:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
foundData->Set(String::NewFromUtf8(isolate, "matchingExceptionOrigRule"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:320:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, "Could not serialize")));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:328:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, "Could not convert MaybeLocal to Local")));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:342:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, "Wrong number of arguments")));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:348:15: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:367:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:377:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:391:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:391:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:393:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numCosmeticFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:393:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numCosmeticFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:395:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:395:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:397:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:397:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:399:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintDomainOnlyFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:399:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintDomainOnlyFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:401:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:401:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:404:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:404:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numNoFingerprintExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:406:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:406:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:409:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:409:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:412:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHostAnchoredFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:412:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHostAnchoredFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:414:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHostAnchoredExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:414:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHostAnchoredExceptionFilters"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:425:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:474:27: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "data"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:475:17: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, data));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:474:15: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "data"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:485:27: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "host"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:486:17: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, host));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:485:15: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "host"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:510:23: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, dest_buffer));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:509:26: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
domain_list->Set(domain_list_count++,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:514:23: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate, dest_buffer));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:513:31: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
anti_domain_list->Set(anti_domain_list_count++,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:529:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isDomainOnlyFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:529:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isDomainOnlyFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:532:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isAntiDomainOnlyFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:532:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isAntiDomainOnlyFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:535:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isDomainOnlyExceptionFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:535:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "isDomainOnlyExceptionFilter"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:538:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:538:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:543:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "domainList"), domain_list);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:543:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "domainList"), domain_list);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:544:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:544:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:546:25: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "tag"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:547:17: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
String::NewFromUtf8(isolate,
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:546:13: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result->Set(String::NewFromUtf8(isolate, "tag"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:551:18: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
result_list->Set(i, result);
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3367:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:562:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:567:39: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
args.GetReturnValue().Set(String::NewFromUtf8(isolate, fingerprintBuffer));
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:578:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numFalsePositives"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:578:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numFalsePositives"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:580:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionFalsePositives"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:580:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionFalsePositives"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:582:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numBloomFilterSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:582:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numBloomFilterSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:584:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionBloomFilterSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:584:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionBloomFilterSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:586:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHashSetSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:586:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numHashSetSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:588:22: warning: 'NewFromUtf8' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionHashSetSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2890:10: note: 'NewFromUtf8' has been explicitly marked deprecated here
static V8_DEPRECATED(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:588:10: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
stats->Set(String::NewFromUtf8(isolate, "numExceptionHashSetSaves"),
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here
V8_DEPRECATE_SOON("Use maybe version",
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON'
declarator __attribute__((deprecated(message)))
^
../ad_block_client_wrap.cc:603:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:613:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
../ad_block_client_wrap.cc:622:43: error: no matching member function for call to 'ToString'
String::Utf8Value str(isolate, args[0]->ToString());
~~~~~~~~~^~~~~~~~
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2528:44: note: candidate function not viable: requires single argument 'context', but no arguments were provided
V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
^
/Users/janpot/.node-gyp/12.4.0/include/node/v8.h:2544:35: note: candidate function not viable: requires single argument 'isolate', but no arguments were provided
Local<String> ToString(Isolate* isolate) const);
^
176 warnings and 17 errors generated.
make: *** [Release/obj.target/ad-block/ad_block_client_wrap.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/janpot/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:200:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/Users/janpot/.nvm/versions/node/v12.4.0/bin/node" "/Users/janpot/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/janpot/Desktop/test-ab/node_modules/ad-block
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/janpot/.npm/_logs/2019-06-13T09_20_58_882Z-debug.log
Jerska
Metadata
Metadata
Assignees
Labels
No labels