Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created April 28, 2010 21:50
Show Gist options
  • Save andywenk/382772 to your computer and use it in GitHub Desktop.
Save andywenk/382772 to your computer and use it in GitHub Desktop.
nodejs# make
Waf: Entering directory `/media/duke/Documents/workspace/git-repos/nodejs/build'
DEST_OS: linux
DEST_CPU: x86
[51/67] cxx: src/node.cc -> build/default/src/node_4.o
../src/node.cc: In function ‘const char* node::signo_string(int)’:
../src/node.cc:728: error: duplicate case value
../src/node.cc:724: error: previously used here
../src/node.cc:744: error: duplicate case value
../src/node.cc:740: error: previously used here
Waf: Leaving directory `/media/duke/Documents/workspace/git-repos/nodejs/build'
Build failed: -> task failed (err #1):
{task: cxx node.cc -> node_4.o}
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment