Last active
August 29, 2015 14:05
-
-
Save mikemorris/50f3a7e0d98f144b84aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/mikemorris/gyp/node-mapbox-gl-native | |
> tap ./test | |
dyld: lazy symbol binding failed: Symbol not found: _uv_loop_init | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
dyld: Symbol not found: _uv_loop_init | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
not ok test/hello.js .................................... 0/1 | |
Command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js" | |
TAP version 13 | |
not ok 1 test/hello.js | |
--- | |
exit: ~ | |
signal: SIGTRAP | |
stderr: | | |
dyld: lazy symbol binding failed: Symbol not found: _uv_loop_init | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
dyld: Symbol not found: _uv_loop_init | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js" | |
... | |
1..1 | |
# tests 1 | |
# fail 1 | |
total ................................................... 0/1 | |
not ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/mikemorris/gyp/node-mapbox-gl-native | |
> tap ./test | |
dyld: lazy symbol binding failed: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
dyld: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
not ok test/hello.js .................................... 0/1 | |
Command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js" | |
TAP version 13 | |
not ok 1 test/hello.js | |
--- | |
exit: ~ | |
signal: SIGTRAP | |
stderr: | | |
dyld: lazy symbol binding failed: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
dyld: Symbol not found: __ZN4mbgl12HeadlessViewC1Ev | |
Referenced from: /Users/mikemorris/gyp/node-mapbox-gl-native/build/Release/mapbox-gl-native.node | |
Expected in: flat namespace | |
command: "/Users/mikemorris/.nvm/v0.10.30/bin/node hello.js" | |
... | |
1..1 | |
# tests 1 | |
# fail 1 | |
total ................................................... 0/1 | |
not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment