nicholas-ochoa/OpenSC2K

mac sierra cannot start because of better-sqlite3 install warning

xiongjy2104 opened this issue · 2 comments

OpenSC2K@0.0.1 start /Users/xxxxx/workspace/OpenSC2K
electron .

2018-02-08 20:47:15.924 Electron Helper[24154:5630488] Couldn't set selectedTextBackgroundColor from default ()

SOLINK_MODULE(target) Release/better_sqlite3.node
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
CC(target) Release/obj.target/test_extension/deps/test_extension.o
SOLINK_MODULE(target) Release/test_extension.node
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]

Try solution listed here:

#16

@xiongjy2104 Did this work? See README for updated installation steps.