Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created December 16, 2013 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/7988869 to your computer and use it in GitHub Desktop.
Save tmcw/7988869 to your computer and use it in GitHub Desktop.
> fontserver@0.0.1 install /Users/tmcw/src/fontserver
> node-gyp rebuild
CXX(target) Release/obj.target/fontserver/src/fontserver.o
CXX(target) Release/obj.target/fontserver/src/font.o
CXX(target) Release/obj.target/fontserver/src/tile.o
CXX(target) Release/obj.target/fontserver/src/shaping.o
CXX(target) Release/obj.target/fontserver/src/clipper.o
CXX(target) Release/obj.target/fontserver/src/sdf_renderer.o
CC(target) Release/obj.target/fontserver/src/distmap.o
CC(target) Release/obj.target/fontserver/src/edtaa4func.o
../src/edtaa4func.c:52:15: warning: unused variable 'p' [-Wunused-variable]
int i,j,k,p,q;
^
../src/edtaa4func.c:52:17: warning: unused variable 'q' [-Wunused-variable]
int i,j,k,p,q;
^
../src/edtaa4func.c:53:21: warning: unused variable 'phi' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:26: warning: unused variable 'phiscaled' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:37: warning: unused variable 'ascaled' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:46: warning: unused variable 'errsign' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:55: warning: unused variable 'pfrac' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:62: warning: unused variable 'qfrac' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:69: warning: unused variable 'err0' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:75: warning: unused variable 'err1' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:53:81: warning: unused variable 'err' [-Wunused-variable]
double glength, phi, phiscaled, ascaled, errsign, pfrac, qfrac, err0, err1, err;
^
../src/edtaa4func.c:122:15: warning: unused variable 'n' [-Wunused-variable]
int i, c, n;
^
12 warnings generated.
CXX(target) Release/obj.target/fontserver/src/globals.o
CXX(target) Release/obj.target/fontserver/src/metrics.pb.o
CXX(target) Release/obj.target/fontserver/src/vector_tile.pb.o
SOLINK_MODULE(target) Release/fontserver.node
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Release/fontserver.node] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/Cellar/node/0.10.22/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 13.0.0
gyp ERR! command "node" "/usr/local/Cellar/node/0.10.22/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/tmcw/src/fontserver
gyp ERR! node -v v0.10.22
gyp ERR! node-gyp -v v0.11.0
gyp ERR! not ok
npm ERR! fontserver@0.0.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fontserver@0.0.1 install script.
npm ERR! This is most likely a problem with the fontserver package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls fontserver
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.0.0
npm ERR! command "/usr/local/Cellar/node/0.10.22/bin/node" "/usr/local/bin/npm" "link"
npm ERR! cwd /Users/tmcw/src/fontserver
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/tmcw/src/fontserver/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment