Created
April 28, 2010 21:50
-
-
Save andywenk/382772 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
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