You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
SpiderNode assumes libstdc++ on Mac, where it includes the <tr1/type_traits> header, which is only available in libstdc++:
spidernode/src/util.h
Lines 13 to 17 in f9cd4f6
But Electron builds with libc++:
https://github.com/electron/electron/blob/master/toolchain.gypi#L115-L116
So when I configure Electron to build SpiderNode, the build fails with "'tr1/type_traits' file not found."