Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created January 11, 2013 16:55
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 isaacs/4512254 to your computer and use it in GitHub Desktop.
Save isaacs/4512254 to your computer and use it in GitHub Desktop.
$ make -j4
make -C out BUILDTYPE=Release V=
CXX(target) /Users/isaacs/dev/js/node-master/out/Release/obj.target/node/src/v8_typed_array.o
In file included from ../src/v8_typed_array.cc:26:
../src/v8_typed_array_bswap.h:134: error: redefinition of ‘T v8_typed_array::SwapBytes(T) [with T = signed char]’
../src/v8_typed_array_bswap.h:132: error: ‘T v8_typed_array::SwapBytes(T) [with T = int8_t]’ previously declared here
make[1]: *** [/Users/isaacs/dev/js/node-master/out/Release/obj.target/node/src/v8_typed_array.o] Error 1
make: *** [node] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment