Skip to content

Instantly share code, notes, and snippets.

@wttw
Created May 6, 2011 20:26
Show Gist options
  • Save wttw/959721 to your computer and use it in GitHub Desktop.
Save wttw/959721 to your computer and use it in GitHub Desktop.
Platter:node steve$ make
Waf: Entering directory `/Users/steve/node/node/build'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
[51/75] libv8.a: deps/v8/SConstruct -> build/default/libv8.a
/usr/bin/python "/Users/steve/node/node/tools/scons/scons.py" -j 1 -C "/Users/steve/node/node/build/default/" -Y "/Users/steve/node/node/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/accessors.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -I/Users/steve/node/node/deps/v8/src /Users/steve/node/node/deps/v8/src/accessors.cc
scons: *** [obj/release/accessors.o] Error 1
scons: building terminated because of errors.
Waf: Leaving directory `/Users/steve/node/node/build'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
make: *** [program] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment