Created
November 5, 2011 08:10
-
-
Save DTrejo/1341263 to your computer and use it in GitHub Desktop.
logs & crash
This file contains hidden or 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
| ~/Downloads/node-v0.6.0§ gdb --args out/Debug/node test/simple/test-assert.js | |
| GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011) | |
| Copyright 2004 Free Software Foundation, Inc. | |
| GDB is free software, covered by the GNU General Public License, and you are | |
| welcome to change it and/or distribute copies of it under certain conditions. | |
| Type "show copying" to see the conditions. | |
| There is absolutely no warranty for GDB. Type "show warranty" for details. | |
| This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done | |
| (gdb) | |
| (gdb) r | |
| Starting program: /Users/david/Downloads/node-v0.6.0/out/Debug/node test/simple/test-assert.js | |
| Reading symbols for shared libraries .++++++++++...................................................................................... done | |
| Program received signal EXC_BAD_ACCESS, Could not access memory. | |
| Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000988 | |
| 0x000000010000d4ac in v8::internal::Isolate::logger (this=0x0) at isolate.h:801 | |
| 801 ASSERT(logger_ != NULL); | |
| (gdb) bt | |
| #0 0x000000010000d4ac in v8::internal::Isolate::logger (this=0x0) at isolate.h:801 | |
| #1 0x000000010009bda1 in v8::HandleScope::RawClose (this=0x7fff5fbfe570, value=0x101864138) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/api.cc:766 | |
| #2 0x0000000100024e0c in v8::HandleScope::Close<v8::Object> (this=0x7fff5fbfe570, value={val_ = 0x101864138}) at v8.h:3954 | |
| #3 0x000000010003c27c in node::Stat (args=@0x7fff5fbfe760) at ../src/node_file.cc:410 | |
| #4 0x00000001000caaab in v8::internal::HandleApiCallHelper<false> (args={<v8::internal::Arguments> = {<v8::internal::Embedded> = {<No data fields>}, length_ = 3, arguments_ = 0x7fff5fbfe8f8}, <No data fields>}, isolate=0x101826800) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/builtins.cc:1105 | |
| #5 0x00000001000cab9c in v8::internal::Builtin_Impl_HandleApiCall (args={<v8::internal::Arguments> = {<v8::internal::Embedded> = {<No data fields>}, length_ = 3, arguments_ = 0x7fff5fbfe8f8}, <No data fields>}, isolate=0x101826800) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/builtins.cc:1122 | |
| #6 0x00000001000cabf1 in v8::internal::Builtin_HandleApiCall (args={<v8::internal::Arguments> = {<v8::internal::Embedded> = {<No data fields>}, length_ = 3, arguments_ = 0x7fff5fbfe8f8}, <No data fields>}, isolate=0x101826800) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/builtins.cc:1121 | |
| #7 0x000000010600214e in ?? () | |
| #8 0x000000010607c9e9 in ?? () | |
| #9 0x000000010606b0bc in ?? () | |
| #10 0x000000010606b695 in ?? () | |
| #11 0x000000010606bdbc in ?? () | |
| #12 0x000000010606d4b6 in ?? () | |
| #13 0x000000010606ceb3 in ?? () | |
| #14 0x000000010606ef2b in ?? () | |
| #15 0x0000000106026461 in ?? () | |
| #16 0x000000010601e927 in ?? () | |
| #17 0x0000000106007221 in ?? () | |
| #18 0x00000001000feeb0 in v8::internal::Invoke (construct=false, func={location_ = 0x101864118}, receiver={location_ = 0x10184f020}, argc=0, args=0x0, has_pending_exception=0x7fff5fbfee5f) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/execution.cc:121 | |
| #19 0x00000001000ff6a6 in v8::internal::Execution::Call (callable={location_ = 0x101864118}, receiver={location_ = 0x10184f020}, argc=0, args=0x0, pending_exception=0x7fff5fbfee5f, convert_receiver=false) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/execution.cc:175 | |
| #20 0x000000010009db35 in v8::Function::Call (this=0x101864118, recv={val_ = 0x10184f020}, argc=0, argv=0x0) at /Users/david/Downloads/node-v0.6.0/deps/v8/src/api.cc:3594 | |
| #21 0x00000001000240ac in node::Tick () at ../src/node.cc:243 | |
| #22 0x0000000100024228 in node::PrepareTick (handle=0x10076d880, status=0) at ../src/node.cc:277 | |
| #23 0x000000010040681a in uv__prepare (loop=0x100770920, w=0x10076d8c8, revents=16384) at src/unix/core.c:322 | |
| #24 0x0000000100415a4c in ev_invoke_pending (loop=0x100770920) at src/unix/ev/ev.c:2143 | |
| #25 0x0000000100415ee9 in ev_run (loop=0x100770920, flags=0) at src/unix/ev/ev.c:2428 | |
| #26 0x00000001004061b1 in uv_run (loop=0x1007705e0) at src/unix/core.c:192 | |
| #27 0x000000010002318e in node::Start (argc=2, argv=0x7fff5fbff250) at ../src/node.cc:2478 | |
| #28 0x000000010001bca7 in main (argc=2, argv=0x7fff5fbff250) at ../src/node_main.cc:25 | |
| (gdb) | |
| (gdb) print logger_ | |
| Cannot access memory at address 0x988 |
This file contains hidden or 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
| Checking for program g++ or c++ : /usr/bin/g++ | |
| Checking for program cpp : /usr/bin/cpp | |
| Checking for program ar : /usr/bin/ar | |
| Checking for program ranlib : /usr/bin/ranlib | |
| Checking for g++ : ok | |
| Checking for program gcc or cc : /usr/bin/gcc | |
| Checking for program ar : /usr/bin/ar | |
| Checking for program ranlib : /usr/bin/ranlib | |
| Checking for gcc : ok | |
| Checking for library dl : yes | |
| Checking for openssl : yes | |
| Checking for library util : yes | |
| Checking for library rt : not found | |
| Checking for fdatasync(2) with c++ : no | |
| 'configure' finished successfully (0.664s) | |
| Waf: Entering directory `/Users/david/Downloads/node-v0.6.0/out' | |
| [ 1/70] copy: src/node_config.h.in -> out/Release/src/node_config.h | |
| [ 2/70] copy: src/node_config.h.in -> out/Debug/src/node_config.h | |
| [ 3/70] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_5.o | |
| [ 4/70] cc: deps/http_parser/http_parser.c -> out/Debug/deps/http_parser/http_parser_5.o | |
| [ 5/70] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/zlib.js lib/constants.js -> out/Release/src/node_natives.h | |
| [ 6/70] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/zlib.js lib/constants.js -> out/Debug/src/node_natives.h | |
| [ 7/70] uv: deps/uv/include/uv.h -> out/Release/deps/uv/uv.a | |
| rm -f src/ares/*.o | |
| rm -f src/unix/ev/*.o | |
| rm -f src/unix/eio/*.o | |
| rm -f src/unix/*.o | |
| rm -rf test/run-tests.dSYM run-benchmarks.dSYM | |
| rm -f -f src/*.o *.a test/run-tests test/run-benchmarks | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/core.c -o src/unix/core.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/dl.c -o src/unix/dl.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/fs.c -o src/unix/fs.o | |
| src/unix/fs.c: In function ‘uv_fs_fdatasync’: | |
| src/unix/fs.c:459: warning: implicit declaration of function ‘fdatasync’ | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/cares.c -o src/unix/cares.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/udp.c -o src/unix/udp.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/error.c -o src/unix/error.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/process.c -o src/unix/process.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tcp.c -o src/unix/tcp.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/pipe.c -o src/unix/pipe.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tty.c -o src/unix/tty.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/stream.c -o src/unix/stream.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/darwin.c -o src/unix/darwin.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/kqueue.c -o src/unix/kqueue.o | |
| /usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/uv-common.c -o src/uv-common.o | |
| /usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\" | |
| /usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -g -c src/unix/uv-eio.c -o src/unix/uv-eio.o | |
| /usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -DEIO_CONFIG_H=\"config_darwin.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -g -c src/unix/eio/eio.c -o src/unix/eio/eio.o | |
| In file included from src/unix/eio/eio.c:51: | |
| src/unix/eio/ecb.h: In function ‘ecb_unreachable’: | |
| src/unix/eio/ecb.h:333: warning: ‘noreturn’ function does return | |
| /usr/bin/gcc -o src/ares/ares__close_sockets.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__close_sockets.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares__get_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__get_hostent.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares__read_line.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__read_line.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares__timeval.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__timeval.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_cancel.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_cancel.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_data.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_data.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_destroy.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_destroy.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_expand_name.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_name.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_expand_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_string.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_fds.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_fds.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_free_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_hostent.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_free_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_string.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_gethostbyaddr.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyaddr.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_gethostbyname.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyname.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_getnameinfo.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getnameinfo.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_getopt.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getopt.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_getsock.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getsock.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_init.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_library_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_library_init.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_llist.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_llist.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_mkquery.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_mkquery.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_nowarn.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_nowarn.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_options.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_options.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_a_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_a_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_aaaa_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_aaaa_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_mx_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_mx_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_ns_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ns_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_ptr_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ptr_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_srv_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_srv_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_parse_txt_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_txt_reply.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_process.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_process.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_query.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_query.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_search.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_search.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_send.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_send.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_strcasecmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strcasecmp.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_strdup.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strdup.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_strerror.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strerror.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_timeout.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_timeout.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_version.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_version.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/ares_writev.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_writev.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/bitncmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/bitncmp.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/inet_net_pton.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_net_pton.c -DHAVE_CONFIG_H | |
| /usr/bin/gcc -o src/ares/inet_ntop.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_ntop.c -DHAVE_CONFIG_H | |
| ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/darwin.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/ev/ev.o src/unix/eio/eio.o src/ares/ares__close_sockets.o src/ares/ares__get_hostent.o src/ares/ares__read_line.o src/ares/ares__timeval.o src/ares/ares_cancel.o src/ares/ares_data.o src/ares/ares_destroy.o src/ares/ares_expand_name.o src/ares/ares_expand_string.o src/ares/ares_fds.o src/ares/ares_free_hostent.o src/ares/ares_free_string.o src/ares/ares_gethostbyaddr.o src/ares/ares_gethostbyname.o src/ares/ares_getnameinfo.o src/ares/ares_getopt.o src/ares/ares_getsock.o src/ares/ares_init.o src/ares/ares_library_init.o src/ares/ares_llist.o src/ares/ares_mkquery.o src/ares/ares_nowarn.o src/ares/ares_options.o src/ares/ares_parse_a_reply.o src/ares/ares_parse_aaaa_reply.o src/ares/ares_parse_mx_reply.o src/ares/ares_parse_ns_reply.o src/ares/ares_parse_ptr_reply.o src/ares/ares_parse_srv_reply.o src/ares/ares_parse_txt_reply.o src/ares/ares_process.o src/ares/ares_query.o src/ares/ares_search.o src/ares/ares_send.o src/ares/ares_strcasecmp.o src/ares/ares_strdup.o src/ares/ares_strerror.o src/ares/ares_timeout.o src/ares/ares_version.o src/ares/ares_writev.o src/ares/bitncmp.o src/ares/inet_net_pton.o src/ares/inet_ntop.o | |
| /usr/bin/ranlib: file: uv.a(ares_strcasecmp.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(ares_strdup.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(ares_writev.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(inet_ntop.o) has no symbols | |
| [ 8/70] uv: deps/uv/include/uv.h -> out/Debug/deps/uv/uv.a | |
| rm -f src/ares/*.o | |
| rm -f src/unix/ev/*.o | |
| rm -f src/unix/eio/*.o | |
| rm -f src/unix/*.o | |
| rm -rf test/run-tests.dSYM run-benchmarks.dSYM | |
| rm -f -f src/*.o *.a test/run-tests test/run-benchmarks | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/core.c -o src/unix/core.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/dl.c -o src/unix/dl.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/fs.c -o src/unix/fs.o | |
| src/unix/fs.c: In function ‘uv_fs_fdatasync’: | |
| src/unix/fs.c:459: warning: implicit declaration of function ‘fdatasync’ | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/cares.c -o src/unix/cares.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/udp.c -o src/unix/udp.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/error.c -o src/unix/error.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/process.c -o src/unix/process.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tcp.c -o src/unix/tcp.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/pipe.c -o src/unix/pipe.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/tty.c -o src/unix/tty.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/stream.c -o src/unix/stream.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/darwin.c -o src/unix/darwin.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc -g -c src/unix/kqueue.c -o src/unix/kqueue.o | |
| cc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/uv-common.c -o src/uv-common.o | |
| cc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -g -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\" | |
| cc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -g -c src/unix/uv-eio.c -o src/unix/uv-eio.o | |
| cc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin -DEIO_CONFIG_H=\"config_darwin.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -g -c src/unix/eio/eio.c -o src/unix/eio/eio.o | |
| In file included from src/unix/eio/eio.c:51: | |
| src/unix/eio/ecb.h: In function ‘ecb_unreachable’: | |
| src/unix/eio/ecb.h:333: warning: ‘noreturn’ function does return | |
| cc -o src/ares/ares__close_sockets.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__close_sockets.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares__get_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__get_hostent.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares__read_line.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__read_line.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares__timeval.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares__timeval.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_cancel.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_cancel.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_data.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_data.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_destroy.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_destroy.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_expand_name.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_name.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_expand_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_expand_string.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_fds.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_fds.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_free_hostent.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_hostent.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_free_string.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_free_string.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_gethostbyaddr.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyaddr.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_gethostbyname.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_gethostbyname.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_getnameinfo.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getnameinfo.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_getopt.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getopt.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_getsock.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_getsock.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_init.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_library_init.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_library_init.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_llist.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_llist.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_mkquery.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_mkquery.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_nowarn.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_nowarn.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_options.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_options.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_a_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_a_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_aaaa_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_aaaa_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_mx_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_mx_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_ns_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ns_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_ptr_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_ptr_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_srv_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_srv_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_parse_txt_reply.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_parse_txt_reply.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_process.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_process.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_query.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_query.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_search.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_search.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_send.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_send.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_strcasecmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strcasecmp.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_strdup.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strdup.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_strerror.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_strerror.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_timeout.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_timeout.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_version.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_version.c -DHAVE_CONFIG_H | |
| cc -o src/ares/ares_writev.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/ares_writev.c -DHAVE_CONFIG_H | |
| cc -o src/ares/bitncmp.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/bitncmp.c -DHAVE_CONFIG_H | |
| cc -o src/ares/inet_net_pton.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_net_pton.c -DHAVE_CONFIG_H | |
| cc -o src/ares/inet_ntop.o -c -g -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_darwin src/ares/inet_ntop.c -DHAVE_CONFIG_H | |
| ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/darwin.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/ev/ev.o src/unix/eio/eio.o src/ares/ares__close_sockets.o src/ares/ares__get_hostent.o src/ares/ares__read_line.o src/ares/ares__timeval.o src/ares/ares_cancel.o src/ares/ares_data.o src/ares/ares_destroy.o src/ares/ares_expand_name.o src/ares/ares_expand_string.o src/ares/ares_fds.o src/ares/ares_free_hostent.o src/ares/ares_free_string.o src/ares/ares_gethostbyaddr.o src/ares/ares_gethostbyname.o src/ares/ares_getnameinfo.o src/ares/ares_getopt.o src/ares/ares_getsock.o src/ares/ares_init.o src/ares/ares_library_init.o src/ares/ares_llist.o src/ares/ares_mkquery.o src/ares/ares_nowarn.o src/ares/ares_options.o src/ares/ares_parse_a_reply.o src/ares/ares_parse_aaaa_reply.o src/ares/ares_parse_mx_reply.o src/ares/ares_parse_ns_reply.o src/ares/ares_parse_ptr_reply.o src/ares/ares_parse_srv_reply.o src/ares/ares_parse_txt_reply.o src/ares/ares_process.o src/ares/ares_query.o src/ares/ares_search.o src/ares/ares_send.o src/ares/ares_strcasecmp.o src/ares/ares_strdup.o src/ares/ares_strerror.o src/ares/ares_timeout.o src/ares/ares_version.o src/ares/ares_writev.o src/ares/bitncmp.o src/ares/inet_net_pton.o src/ares/inet_ntop.o | |
| /usr/bin/ranlib: file: uv.a(ares_strcasecmp.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(ares_strdup.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(ares_writev.o) has no symbols | |
| /usr/bin/ranlib: file: uv.a(inet_ntop.o) has no symbols | |
| [ 9/70] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a | |
| /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python "/Users/david/Downloads/node-v0.6.0/tools/scons/scons.py" -j 1 -C "/Users/david/Downloads/node-v0.6.0/out/Release/" -Y "/Users/david/Downloads/node-v0.6.0/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on | |
| [?1034hscons: Reading SConscript files ... | |
| scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript' | |
| File "/Users/david/Downloads/node-v0.6.0/deps/v8/SConstruct", line 1475, in BuildSpecific | |
| scons: done reading SConscript files. | |
| scons: Building targets ... | |
| /usr/bin/g++ -o obj/release/accessors.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/accessors.cc | |
| /usr/bin/g++ -o obj/release/allocation.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/allocation.cc | |
| /usr/bin/g++ -o obj/release/api.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/api.cc | |
| /usr/bin/g++ -o obj/release/assembler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/assembler.cc | |
| /usr/bin/g++ -o obj/release/ast.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/ast.cc | |
| /usr/bin/g++ -o obj/release/atomicops_internals_x86_gcc.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/atomicops_internals_x86_gcc.cc | |
| /usr/bin/g++ -o obj/release/bignum-dtoa.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bignum-dtoa.cc | |
| /usr/bin/g++ -o obj/release/bignum.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bignum.cc | |
| /usr/bin/g++ -o obj/release/bootstrapper.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bootstrapper.cc | |
| /usr/bin/g++ -o obj/release/builtins.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/builtins.cc | |
| /usr/bin/g++ -o obj/release/cached-powers.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/cached-powers.cc | |
| /usr/bin/g++ -o obj/release/checks.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/checks.cc | |
| /usr/bin/g++ -o obj/release/circular-queue.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/circular-queue.cc | |
| /usr/bin/g++ -o obj/release/code-stubs.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/code-stubs.cc | |
| /usr/bin/g++ -o obj/release/codegen.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/codegen.cc | |
| /usr/bin/g++ -o obj/release/compilation-cache.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/compilation-cache.cc | |
| /usr/bin/g++ -o obj/release/compiler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/compiler.cc | |
| /usr/bin/g++ -o obj/release/contexts.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/contexts.cc | |
| /usr/bin/g++ -o obj/release/conversions.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/conversions.cc | |
| /usr/bin/g++ -o obj/release/counters.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/counters.cc | |
| /usr/bin/g++ -o obj/release/cpu-profiler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/cpu-profiler.cc | |
| /usr/bin/g++ -o obj/release/data-flow.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/data-flow.cc | |
| /usr/bin/g++ -o obj/release/dateparser.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/dateparser.cc | |
| /usr/bin/g++ -o obj/release/debug-agent.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/debug-agent.cc | |
| /usr/bin/g++ -o obj/release/debug.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/debug.cc | |
| /usr/bin/g++ -o obj/release/deoptimizer.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/deoptimizer.cc | |
| /usr/bin/g++ -o obj/release/disassembler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/disassembler.cc | |
| /usr/bin/g++ -o obj/release/diy-fp.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/diy-fp.cc | |
| /usr/bin/g++ -o obj/release/dtoa.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/dtoa.cc | |
| /usr/bin/g++ -o obj/release/elements.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/elements.cc | |
| /usr/bin/g++ -o obj/release/execution.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/execution.cc | |
| /usr/bin/g++ -o obj/release/extensions/externalize-string-extension.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/extensions/externalize-string-extension.cc | |
| /usr/bin/g++ -o obj/release/extensions/gc-extension.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/extensions/gc-extension.cc | |
| /usr/bin/g++ -o obj/release/factory.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/factory.cc | |
| /usr/bin/g++ -o obj/release/fast-dtoa.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/fast-dtoa.cc | |
| /usr/bin/g++ -o obj/release/fixed-dtoa.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/fixed-dtoa.cc | |
| /usr/bin/g++ -o obj/release/flags.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/flags.cc | |
| /usr/bin/g++ -o obj/release/frames.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/frames.cc | |
| /usr/bin/g++ -o obj/release/full-codegen.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/full-codegen.cc | |
| /usr/bin/g++ -o obj/release/func-name-inferrer.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/func-name-inferrer.cc | |
| /usr/bin/g++ -o obj/release/gdb-jit.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/gdb-jit.cc | |
| /usr/bin/g++ -o obj/release/global-handles.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/global-handles.cc | |
| /usr/bin/g++ -o obj/release/handles.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/handles.cc | |
| /usr/bin/g++ -o obj/release/hashmap.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hashmap.cc | |
| /usr/bin/g++ -o obj/release/heap-profiler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/heap-profiler.cc | |
| /usr/bin/g++ -o obj/release/heap.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/heap.cc | |
| /usr/bin/g++ -o obj/release/hydrogen-instructions.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hydrogen-instructions.cc | |
| /usr/bin/g++ -o obj/release/hydrogen.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hydrogen.cc | |
| /usr/bin/g++ -o obj/release/ic.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/ic.cc | |
| /usr/bin/g++ -o obj/release/inspector.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/inspector.cc | |
| /usr/bin/g++ -o obj/release/interpreter-irregexp.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/interpreter-irregexp.cc | |
| /usr/bin/g++ -o obj/release/isolate.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/isolate.cc | |
| /usr/bin/g++ -o obj/release/jsregexp.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/jsregexp.cc | |
| /usr/bin/g++ -o obj/release/lithium-allocator.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/lithium-allocator.cc | |
| /usr/bin/g++ -o obj/release/lithium.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/lithium.cc | |
| /usr/bin/g++ -o obj/release/liveedit.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/liveedit.cc | |
| /usr/bin/g++ -o obj/release/liveobjectlist.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/liveobjectlist.cc | |
| /usr/bin/g++ -o obj/release/log-utils.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/log-utils.cc | |
| /usr/bin/g++ -o obj/release/log.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/log.cc | |
| /usr/bin/g++ -o obj/release/mark-compact.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/mark-compact.cc | |
| /usr/bin/g++ -o obj/release/messages.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/messages.cc | |
| /usr/bin/g++ -o obj/release/objects-printer.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects-printer.cc | |
| /usr/bin/g++ -o obj/release/objects-visiting.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects-visiting.cc | |
| /usr/bin/g++ -o obj/release/objects.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects.cc | |
| /usr/bin/g++ -o obj/release/parser.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/parser.cc | |
| /usr/bin/g++ -o obj/release/platform-macos.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/platform-macos.cc | |
| /usr/bin/g++ -o obj/release/platform-posix.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/platform-posix.cc | |
| /usr/bin/g++ -o obj/release/preparse-data.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparse-data.cc | |
| /usr/bin/g++ -o obj/release/preparser.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparser.cc | |
| /usr/bin/g++ -o obj/release/profile-generator.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/profile-generator.cc | |
| /usr/bin/g++ -o obj/release/property.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/property.cc | |
| /usr/bin/g++ -o obj/release/regexp-macro-assembler-irregexp.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-macro-assembler-irregexp.cc | |
| /usr/bin/g++ -o obj/release/regexp-macro-assembler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-macro-assembler.cc | |
| /usr/bin/g++ -o obj/release/regexp-stack.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-stack.cc | |
| /usr/bin/g++ -o obj/release/rewriter.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/rewriter.cc | |
| /usr/bin/g++ -o obj/release/runtime-profiler.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/runtime-profiler.cc | |
| /usr/bin/g++ -o obj/release/runtime.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/runtime.cc | |
| /usr/bin/g++ -o obj/release/safepoint-table.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/safepoint-table.cc | |
| /usr/bin/g++ -o obj/release/scanner-character-streams.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scanner-character-streams.cc | |
| /usr/bin/g++ -o obj/release/scanner.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scanner.cc | |
| /usr/bin/g++ -o obj/release/scopeinfo.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scopeinfo.cc | |
| /usr/bin/g++ -o obj/release/scopes.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scopes.cc | |
| /usr/bin/g++ -o obj/release/serialize.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/serialize.cc | |
| /usr/bin/g++ -o obj/release/snapshot-common.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/snapshot-common.cc | |
| /usr/bin/g++ -o obj/release/spaces.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/spaces.cc | |
| /usr/bin/g++ -o obj/release/string-search.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/string-search.cc | |
| /usr/bin/g++ -o obj/release/string-stream.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/string-stream.cc | |
| /usr/bin/g++ -o obj/release/strtod.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/strtod.cc | |
| /usr/bin/g++ -o obj/release/stub-cache.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/stub-cache.cc | |
| /usr/bin/g++ -o obj/release/token.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/token.cc | |
| /usr/bin/g++ -o obj/release/type-info.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/type-info.cc | |
| /usr/bin/g++ -o obj/release/unicode.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/unicode.cc | |
| /usr/bin/g++ -o obj/release/utils.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/utils.cc | |
| /usr/bin/g++ -o obj/release/v8-counters.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8-counters.cc | |
| /usr/bin/g++ -o obj/release/v8.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8.cc | |
| /usr/bin/g++ -o obj/release/v8conversions.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8conversions.cc | |
| /usr/bin/g++ -o obj/release/v8threads.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8threads.cc | |
| /usr/bin/g++ -o obj/release/v8utils.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8utils.cc | |
| /usr/bin/g++ -o obj/release/variables.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/variables.cc | |
| /usr/bin/g++ -o obj/release/version.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/version.cc | |
| /usr/bin/g++ -o obj/release/x64/assembler-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/assembler-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/builtins-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/builtins-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/code-stubs-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/code-stubs-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/codegen-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/codegen-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/cpu-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/cpu-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/debug-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/debug-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/deoptimizer-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/deoptimizer-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/disasm-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/disasm-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/frames-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/frames-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/full-codegen-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/full-codegen-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/ic-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/ic-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/lithium-codegen-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-codegen-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/lithium-gap-resolver-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-gap-resolver-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/lithium-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/macro-assembler-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/macro-assembler-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/regexp-macro-assembler-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/regexp-macro-assembler-x64.cc | |
| /usr/bin/g++ -o obj/release/x64/stub-cache-x64.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/stub-cache-x64.cc | |
| /usr/bin/g++ -o obj/release/zone.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/zone.cc | |
| JS2C(["obj/release/libraries.cc"], ["src/runtime.js", "src/v8natives.js", "src/array.js", "src/string.js", "src/uri.js", "src/math.js", "src/messages.js", "src/apinatives.js", "src/date.js", "src/regexp.js", "src/json.js", "src/liveedit-debugger.js", "src/mirror-debugger.js", "src/debug-debugger.js", "src/macros.py"]) | |
| /usr/bin/g++ -o obj/release/libraries.o -c -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_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/release -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/release/libraries.cc | |
| JS2C(["obj/release/experimental-libraries.cc"], ["src/proxy.js", "src/weakmap.js", "src/macros.py"]) | |
| /usr/bin/g++ -o obj/release/experimental-libraries.o -c -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_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/release -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/release/experimental-libraries.cc | |
| /usr/bin/g++ -o obj/release/mksnapshot.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/mksnapshot.cc | |
| /usr/bin/g++ -o obj/release/snapshot-empty.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/snapshot-empty.cc | |
| /usr/bin/g++ -o obj/release/mksnapshot -m64 obj/release/mksnapshot.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-macos.o obj/release/platform-posix.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/code-stubs-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/deoptimizer-x64.o obj/release/x64/disasm-x64.o obj/release/x64/frames-x64.o obj/release/x64/full-codegen-x64.o obj/release/x64/ic-x64.o obj/release/x64/lithium-codegen-x64.o obj/release/x64/lithium-gap-resolver-x64.o obj/release/x64/lithium-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/stub-cache-x64.o obj/release/zone.o obj/release/snapshot-empty.o -lpthread | |
| obj/release/mksnapshot obj/release/snapshot.cc --logfile "/Users/david/Downloads/node-v0.6.0/out/Release/obj/release/snapshot.log" --log-snapshot-positions | |
| /usr/bin/g++ -o obj/release/snapshot.o -c -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_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/release -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/release/snapshot.cc | |
| ar rc libv8.a obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-macos.o obj/release/platform-posix.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/code-stubs-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/deoptimizer-x64.o obj/release/x64/disasm-x64.o obj/release/x64/frames-x64.o obj/release/x64/full-codegen-x64.o obj/release/x64/ic-x64.o obj/release/x64/lithium-codegen-x64.o obj/release/x64/lithium-gap-resolver-x64.o obj/release/x64/lithium-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/stub-cache-x64.o obj/release/zone.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/snapshot.o | |
| /usr/bin/ranlib: file: libv8.a(atomicops_internals_x86_gcc.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(gdb-jit.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(inspector.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(liveobjectlist.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(objects-printer.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(property.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(regexp-macro-assembler-irregexp.o) has no symbols | |
| /usr/bin/ranlib: file: libv8.a(string-search.o) has no symbols | |
| ranlib libv8.a | |
| ranlib: file: libv8.a(atomicops_internals_x86_gcc.o) has no symbols | |
| ranlib: file: libv8.a(gdb-jit.o) has no symbols | |
| ranlib: file: libv8.a(inspector.o) has no symbols | |
| ranlib: file: libv8.a(liveobjectlist.o) has no symbols | |
| ranlib: file: libv8.a(objects-printer.o) has no symbols | |
| ranlib: file: libv8.a(property.o) has no symbols | |
| ranlib: file: libv8.a(regexp-macro-assembler-irregexp.o) has no symbols | |
| ranlib: file: libv8.a(string-search.o) has no symbols | |
| /usr/bin/g++ -o obj/release/preparser-api.o -c -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_DEBUGGER_SUPPORT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparser-api.cc | |
| ar rc libv8preparser.a obj/release/allocation.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/cached-powers.o obj/release/conversions.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/hashmap.o obj/release/preparse-data.o obj/release/preparser-api.o obj/release/preparser.o obj/release/scanner.o obj/release/strtod.o obj/release/token.o obj/release/unicode.o obj/release/utils.o | |
| ranlib libv8preparser.a | |
| scons: done building targets. | |
| [10/70] libv8_g.a: deps/v8/SConstruct -> out/Debug/libv8_g.a | |
| /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python "/Users/david/Downloads/node-v0.6.0/tools/scons/scons.py" -j 1 -C "/Users/david/Downloads/node-v0.6.0/out/Debug/" -Y "/Users/david/Downloads/node-v0.6.0/deps/v8" visibility=default mode=debug arch=x64 toolchain=gcc library=static snapshot=on | |
| [?1034hscons: Reading SConscript files ... | |
| scons: warning: Ignoring missing SConscript 'obj/test/debug/SConscript' | |
| File "/Users/david/Downloads/node-v0.6.0/deps/v8/SConstruct", line 1475, in BuildSpecific | |
| scons: done reading SConscript files. | |
| scons: Building targets ... | |
| g++ -o obj/debug/accessors.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/accessors.cc | |
| g++ -o obj/debug/allocation.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/allocation.cc | |
| g++ -o obj/debug/api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/api.cc | |
| g++ -o obj/debug/assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/assembler.cc | |
| g++ -o obj/debug/ast.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/ast.cc | |
| g++ -o obj/debug/atomicops_internals_x86_gcc.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/atomicops_internals_x86_gcc.cc | |
| g++ -o obj/debug/bignum-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bignum-dtoa.cc | |
| g++ -o obj/debug/bignum.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bignum.cc | |
| g++ -o obj/debug/bootstrapper.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/bootstrapper.cc | |
| g++ -o obj/debug/builtins.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/builtins.cc | |
| g++ -o obj/debug/cached-powers.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/cached-powers.cc | |
| g++ -o obj/debug/checks.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/checks.cc | |
| g++ -o obj/debug/circular-queue.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/circular-queue.cc | |
| g++ -o obj/debug/code-stubs.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/code-stubs.cc | |
| g++ -o obj/debug/codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/codegen.cc | |
| g++ -o obj/debug/compilation-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/compilation-cache.cc | |
| g++ -o obj/debug/compiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/compiler.cc | |
| g++ -o obj/debug/contexts.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/contexts.cc | |
| g++ -o obj/debug/conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/conversions.cc | |
| g++ -o obj/debug/counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/counters.cc | |
| g++ -o obj/debug/cpu-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/cpu-profiler.cc | |
| g++ -o obj/debug/data-flow.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/data-flow.cc | |
| g++ -o obj/debug/dateparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/dateparser.cc | |
| g++ -o obj/debug/debug-agent.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/debug-agent.cc | |
| g++ -o obj/debug/debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/debug.cc | |
| g++ -o obj/debug/deoptimizer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/deoptimizer.cc | |
| g++ -o obj/debug/disassembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/disassembler.cc | |
| g++ -o obj/debug/diy-fp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/diy-fp.cc | |
| g++ -o obj/debug/dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/dtoa.cc | |
| g++ -o obj/debug/elements.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/elements.cc | |
| g++ -o obj/debug/execution.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/execution.cc | |
| g++ -o obj/debug/extensions/externalize-string-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/extensions/externalize-string-extension.cc | |
| g++ -o obj/debug/extensions/gc-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/extensions/gc-extension.cc | |
| g++ -o obj/debug/factory.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/factory.cc | |
| g++ -o obj/debug/fast-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/fast-dtoa.cc | |
| g++ -o obj/debug/fixed-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/fixed-dtoa.cc | |
| g++ -o obj/debug/flags.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/flags.cc | |
| g++ -o obj/debug/frames.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/frames.cc | |
| g++ -o obj/debug/full-codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/full-codegen.cc | |
| g++ -o obj/debug/func-name-inferrer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/func-name-inferrer.cc | |
| g++ -o obj/debug/gdb-jit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/gdb-jit.cc | |
| g++ -o obj/debug/global-handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/global-handles.cc | |
| g++ -o obj/debug/handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/handles.cc | |
| g++ -o obj/debug/hashmap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hashmap.cc | |
| g++ -o obj/debug/heap-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/heap-profiler.cc | |
| g++ -o obj/debug/heap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/heap.cc | |
| g++ -o obj/debug/hydrogen-instructions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hydrogen-instructions.cc | |
| g++ -o obj/debug/hydrogen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/hydrogen.cc | |
| g++ -o obj/debug/ic.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/ic.cc | |
| g++ -o obj/debug/inspector.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/inspector.cc | |
| g++ -o obj/debug/interpreter-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/interpreter-irregexp.cc | |
| g++ -o obj/debug/isolate.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/isolate.cc | |
| g++ -o obj/debug/jsregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/jsregexp.cc | |
| g++ -o obj/debug/lithium-allocator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/lithium-allocator.cc | |
| g++ -o obj/debug/lithium.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/lithium.cc | |
| g++ -o obj/debug/liveedit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/liveedit.cc | |
| g++ -o obj/debug/liveobjectlist.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/liveobjectlist.cc | |
| g++ -o obj/debug/log-utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/log-utils.cc | |
| g++ -o obj/debug/log.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/log.cc | |
| g++ -o obj/debug/mark-compact.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/mark-compact.cc | |
| g++ -o obj/debug/messages.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/messages.cc | |
| g++ -o obj/debug/objects-debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects-debug.cc | |
| g++ -o obj/debug/objects-printer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects-printer.cc | |
| g++ -o obj/debug/objects-visiting.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects-visiting.cc | |
| g++ -o obj/debug/objects.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/objects.cc | |
| g++ -o obj/debug/parser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/parser.cc | |
| g++ -o obj/debug/platform-macos.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/platform-macos.cc | |
| g++ -o obj/debug/platform-posix.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/platform-posix.cc | |
| g++ -o obj/debug/preparse-data.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparse-data.cc | |
| g++ -o obj/debug/preparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparser.cc | |
| g++ -o obj/debug/prettyprinter.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/prettyprinter.cc | |
| g++ -o obj/debug/profile-generator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/profile-generator.cc | |
| g++ -o obj/debug/property.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/property.cc | |
| g++ -o obj/debug/regexp-macro-assembler-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-macro-assembler-irregexp.cc | |
| g++ -o obj/debug/regexp-macro-assembler-tracer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-macro-assembler-tracer.cc | |
| g++ -o obj/debug/regexp-macro-assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-macro-assembler.cc | |
| g++ -o obj/debug/regexp-stack.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/regexp-stack.cc | |
| g++ -o obj/debug/rewriter.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/rewriter.cc | |
| g++ -o obj/debug/runtime-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/runtime-profiler.cc | |
| g++ -o obj/debug/runtime.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/runtime.cc | |
| g++ -o obj/debug/safepoint-table.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/safepoint-table.cc | |
| g++ -o obj/debug/scanner-character-streams.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scanner-character-streams.cc | |
| g++ -o obj/debug/scanner.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scanner.cc | |
| g++ -o obj/debug/scopeinfo.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scopeinfo.cc | |
| g++ -o obj/debug/scopes.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/scopes.cc | |
| g++ -o obj/debug/serialize.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/serialize.cc | |
| g++ -o obj/debug/snapshot-common.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/snapshot-common.cc | |
| g++ -o obj/debug/spaces.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/spaces.cc | |
| g++ -o obj/debug/string-search.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/string-search.cc | |
| g++ -o obj/debug/string-stream.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/string-stream.cc | |
| g++ -o obj/debug/strtod.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/strtod.cc | |
| g++ -o obj/debug/stub-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/stub-cache.cc | |
| g++ -o obj/debug/token.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/token.cc | |
| g++ -o obj/debug/type-info.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/type-info.cc | |
| g++ -o obj/debug/unicode.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/unicode.cc | |
| g++ -o obj/debug/utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/utils.cc | |
| g++ -o obj/debug/v8-counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8-counters.cc | |
| g++ -o obj/debug/v8.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8.cc | |
| g++ -o obj/debug/v8conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8conversions.cc | |
| g++ -o obj/debug/v8threads.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8threads.cc | |
| g++ -o obj/debug/v8utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/v8utils.cc | |
| g++ -o obj/debug/variables.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/variables.cc | |
| g++ -o obj/debug/version.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/version.cc | |
| g++ -o obj/debug/x64/assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/assembler-x64.cc | |
| g++ -o obj/debug/x64/builtins-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/builtins-x64.cc | |
| g++ -o obj/debug/x64/code-stubs-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/code-stubs-x64.cc | |
| g++ -o obj/debug/x64/codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/codegen-x64.cc | |
| g++ -o obj/debug/x64/cpu-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/cpu-x64.cc | |
| g++ -o obj/debug/x64/debug-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/debug-x64.cc | |
| g++ -o obj/debug/x64/deoptimizer-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/deoptimizer-x64.cc | |
| g++ -o obj/debug/x64/disasm-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/disasm-x64.cc | |
| g++ -o obj/debug/x64/frames-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/frames-x64.cc | |
| g++ -o obj/debug/x64/full-codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/full-codegen-x64.cc | |
| g++ -o obj/debug/x64/ic-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/ic-x64.cc | |
| g++ -o obj/debug/x64/lithium-codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-codegen-x64.cc | |
| g++ -o obj/debug/x64/lithium-gap-resolver-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-gap-resolver-x64.cc | |
| g++ -o obj/debug/x64/lithium-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/lithium-x64.cc | |
| g++ -o obj/debug/x64/macro-assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/macro-assembler-x64.cc | |
| g++ -o obj/debug/x64/regexp-macro-assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/regexp-macro-assembler-x64.cc | |
| g++ -o obj/debug/x64/stub-cache-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/x64/stub-cache-x64.cc | |
| g++ -o obj/debug/zone.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/zone.cc | |
| JS2C(["obj/debug/libraries.cc"], ["src/runtime.js", "src/v8natives.js", "src/array.js", "src/string.js", "src/uri.js", "src/math.js", "src/messages.js", "src/apinatives.js", "src/date.js", "src/regexp.js", "src/json.js", "src/liveedit-debugger.js", "src/mirror-debugger.js", "src/debug-debugger.js", "src/macros.py"]) | |
| g++ -o obj/debug/libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -Iobj/debug -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/debug -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/debug/libraries.cc | |
| JS2C(["obj/debug/experimental-libraries.cc"], ["src/proxy.js", "src/weakmap.js", "src/macros.py"]) | |
| g++ -o obj/debug/experimental-libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -Iobj/debug -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/debug -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/debug/experimental-libraries.cc | |
| g++ -o obj/debug/mksnapshot.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/mksnapshot.cc | |
| g++ -o obj/debug/snapshot-empty.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/snapshot-empty.cc | |
| g++ -o obj/debug/mksnapshot -m64 obj/debug/mksnapshot.o obj/debug/libraries.o obj/debug/experimental-libraries.o obj/debug/accessors.o obj/debug/allocation.o obj/debug/api.o obj/debug/assembler.o obj/debug/ast.o obj/debug/atomicops_internals_x86_gcc.o obj/debug/bignum-dtoa.o obj/debug/bignum.o obj/debug/bootstrapper.o obj/debug/builtins.o obj/debug/cached-powers.o obj/debug/checks.o obj/debug/circular-queue.o obj/debug/code-stubs.o obj/debug/codegen.o obj/debug/compilation-cache.o obj/debug/compiler.o obj/debug/contexts.o obj/debug/conversions.o obj/debug/counters.o obj/debug/cpu-profiler.o obj/debug/data-flow.o obj/debug/dateparser.o obj/debug/debug-agent.o obj/debug/debug.o obj/debug/deoptimizer.o obj/debug/disassembler.o obj/debug/diy-fp.o obj/debug/dtoa.o obj/debug/elements.o obj/debug/execution.o obj/debug/extensions/externalize-string-extension.o obj/debug/extensions/gc-extension.o obj/debug/factory.o obj/debug/fast-dtoa.o obj/debug/fixed-dtoa.o obj/debug/flags.o obj/debug/frames.o obj/debug/full-codegen.o obj/debug/func-name-inferrer.o obj/debug/gdb-jit.o obj/debug/global-handles.o obj/debug/handles.o obj/debug/hashmap.o obj/debug/heap-profiler.o obj/debug/heap.o obj/debug/hydrogen-instructions.o obj/debug/hydrogen.o obj/debug/ic.o obj/debug/inspector.o obj/debug/interpreter-irregexp.o obj/debug/isolate.o obj/debug/jsregexp.o obj/debug/lithium-allocator.o obj/debug/lithium.o obj/debug/liveedit.o obj/debug/liveobjectlist.o obj/debug/log-utils.o obj/debug/log.o obj/debug/mark-compact.o obj/debug/messages.o obj/debug/objects-debug.o obj/debug/objects-printer.o obj/debug/objects-visiting.o obj/debug/objects.o obj/debug/parser.o obj/debug/platform-macos.o obj/debug/platform-posix.o obj/debug/preparse-data.o obj/debug/preparser.o obj/debug/prettyprinter.o obj/debug/profile-generator.o obj/debug/property.o obj/debug/regexp-macro-assembler-irregexp.o obj/debug/regexp-macro-assembler-tracer.o obj/debug/regexp-macro-assembler.o obj/debug/regexp-stack.o obj/debug/rewriter.o obj/debug/runtime-profiler.o obj/debug/runtime.o obj/debug/safepoint-table.o obj/debug/scanner-character-streams.o obj/debug/scanner.o obj/debug/scopeinfo.o obj/debug/scopes.o obj/debug/serialize.o obj/debug/snapshot-common.o obj/debug/spaces.o obj/debug/string-search.o obj/debug/string-stream.o obj/debug/strtod.o obj/debug/stub-cache.o obj/debug/token.o obj/debug/type-info.o obj/debug/unicode.o obj/debug/utils.o obj/debug/v8-counters.o obj/debug/v8.o obj/debug/v8conversions.o obj/debug/v8threads.o obj/debug/v8utils.o obj/debug/variables.o obj/debug/version.o obj/debug/x64/assembler-x64.o obj/debug/x64/builtins-x64.o obj/debug/x64/code-stubs-x64.o obj/debug/x64/codegen-x64.o obj/debug/x64/cpu-x64.o obj/debug/x64/debug-x64.o obj/debug/x64/deoptimizer-x64.o obj/debug/x64/disasm-x64.o obj/debug/x64/frames-x64.o obj/debug/x64/full-codegen-x64.o obj/debug/x64/ic-x64.o obj/debug/x64/lithium-codegen-x64.o obj/debug/x64/lithium-gap-resolver-x64.o obj/debug/x64/lithium-x64.o obj/debug/x64/macro-assembler-x64.o obj/debug/x64/regexp-macro-assembler-x64.o obj/debug/x64/stub-cache-x64.o obj/debug/zone.o obj/debug/snapshot-empty.o -lpthread | |
| obj/debug/mksnapshot obj/debug/snapshot.cc --logfile "/Users/david/Downloads/node-v0.6.0/out/Debug/obj/debug/snapshot.log" --log-snapshot-positions | |
| g++ -o obj/debug/snapshot.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -Iobj/debug -Isrc -I/Users/david/Downloads/node-v0.6.0/deps/v8/src -I/Users/david/Downloads/node-v0.6.0/deps/v8/obj/debug -I/Users/david/Downloads/node-v0.6.0/deps/v8/src obj/debug/snapshot.cc | |
| ar rc libv8_g.a obj/debug/accessors.o obj/debug/allocation.o obj/debug/api.o obj/debug/assembler.o obj/debug/ast.o obj/debug/atomicops_internals_x86_gcc.o obj/debug/bignum-dtoa.o obj/debug/bignum.o obj/debug/bootstrapper.o obj/debug/builtins.o obj/debug/cached-powers.o obj/debug/checks.o obj/debug/circular-queue.o obj/debug/code-stubs.o obj/debug/codegen.o obj/debug/compilation-cache.o obj/debug/compiler.o obj/debug/contexts.o obj/debug/conversions.o obj/debug/counters.o obj/debug/cpu-profiler.o obj/debug/data-flow.o obj/debug/dateparser.o obj/debug/debug-agent.o obj/debug/debug.o obj/debug/deoptimizer.o obj/debug/disassembler.o obj/debug/diy-fp.o obj/debug/dtoa.o obj/debug/elements.o obj/debug/execution.o obj/debug/extensions/externalize-string-extension.o obj/debug/extensions/gc-extension.o obj/debug/factory.o obj/debug/fast-dtoa.o obj/debug/fixed-dtoa.o obj/debug/flags.o obj/debug/frames.o obj/debug/full-codegen.o obj/debug/func-name-inferrer.o obj/debug/gdb-jit.o obj/debug/global-handles.o obj/debug/handles.o obj/debug/hashmap.o obj/debug/heap-profiler.o obj/debug/heap.o obj/debug/hydrogen-instructions.o obj/debug/hydrogen.o obj/debug/ic.o obj/debug/inspector.o obj/debug/interpreter-irregexp.o obj/debug/isolate.o obj/debug/jsregexp.o obj/debug/lithium-allocator.o obj/debug/lithium.o obj/debug/liveedit.o obj/debug/liveobjectlist.o obj/debug/log-utils.o obj/debug/log.o obj/debug/mark-compact.o obj/debug/messages.o obj/debug/objects-debug.o obj/debug/objects-printer.o obj/debug/objects-visiting.o obj/debug/objects.o obj/debug/parser.o obj/debug/platform-macos.o obj/debug/platform-posix.o obj/debug/preparse-data.o obj/debug/preparser.o obj/debug/prettyprinter.o obj/debug/profile-generator.o obj/debug/property.o obj/debug/regexp-macro-assembler-irregexp.o obj/debug/regexp-macro-assembler-tracer.o obj/debug/regexp-macro-assembler.o obj/debug/regexp-stack.o obj/debug/rewriter.o obj/debug/runtime-profiler.o obj/debug/runtime.o obj/debug/safepoint-table.o obj/debug/scanner-character-streams.o obj/debug/scanner.o obj/debug/scopeinfo.o obj/debug/scopes.o obj/debug/serialize.o obj/debug/snapshot-common.o obj/debug/spaces.o obj/debug/string-search.o obj/debug/string-stream.o obj/debug/strtod.o obj/debug/stub-cache.o obj/debug/token.o obj/debug/type-info.o obj/debug/unicode.o obj/debug/utils.o obj/debug/v8-counters.o obj/debug/v8.o obj/debug/v8conversions.o obj/debug/v8threads.o obj/debug/v8utils.o obj/debug/variables.o obj/debug/version.o obj/debug/x64/assembler-x64.o obj/debug/x64/builtins-x64.o obj/debug/x64/code-stubs-x64.o obj/debug/x64/codegen-x64.o obj/debug/x64/cpu-x64.o obj/debug/x64/debug-x64.o obj/debug/x64/deoptimizer-x64.o obj/debug/x64/disasm-x64.o obj/debug/x64/frames-x64.o obj/debug/x64/full-codegen-x64.o obj/debug/x64/ic-x64.o obj/debug/x64/lithium-codegen-x64.o obj/debug/x64/lithium-gap-resolver-x64.o obj/debug/x64/lithium-x64.o obj/debug/x64/macro-assembler-x64.o obj/debug/x64/regexp-macro-assembler-x64.o obj/debug/x64/stub-cache-x64.o obj/debug/zone.o obj/debug/libraries.o obj/debug/experimental-libraries.o obj/debug/snapshot.o | |
| /usr/bin/ranlib: file: libv8_g.a(atomicops_internals_x86_gcc.o) has no symbols | |
| /usr/bin/ranlib: file: libv8_g.a(gdb-jit.o) has no symbols | |
| /usr/bin/ranlib: file: libv8_g.a(liveobjectlist.o) has no symbols | |
| ranlib libv8_g.a | |
| ranlib: file: libv8_g.a(atomicops_internals_x86_gcc.o) has no symbols | |
| ranlib: file: libv8_g.a(gdb-jit.o) has no symbols | |
| ranlib: file: libv8_g.a(liveobjectlist.o) has no symbols | |
| g++ -o obj/debug/preparser-api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -g -O0 -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DISASSEMBLER -DDEBUG -DENABLE_DEBUGGER_SUPPORT -DV8_ENABLE_CHECKS -DOBJECT_PRINT -I/Users/david/Downloads/node-v0.6.0/deps/v8/src /Users/david/Downloads/node-v0.6.0/deps/v8/src/preparser-api.cc | |
| ar rc libv8preparser_g.a obj/debug/allocation.o obj/debug/bignum-dtoa.o obj/debug/bignum.o obj/debug/cached-powers.o obj/debug/conversions.o obj/debug/diy-fp.o obj/debug/dtoa.o obj/debug/fast-dtoa.o obj/debug/fixed-dtoa.o obj/debug/hashmap.o obj/debug/preparse-data.o obj/debug/preparser-api.o obj/debug/preparser.o obj/debug/scanner.o obj/debug/strtod.o obj/debug/token.o obj/debug/unicode.o obj/debug/utils.o | |
| ranlib libv8preparser_g.a | |
| scons: done building targets. | |
| [11/70] cxx: src/node_main.cc -> out/Release/src/node_main_9.o | |
| [12/70] cxx: src/node.cc -> out/Release/src/node_9.o | |
| [13/70] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_9.o | |
| [14/70] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_9.o | |
| [15/70] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_9.o | |
| [16/70] cxx: src/node_http_parser.cc -> out/Release/src/node_http_parser_9.o | |
| [17/70] cxx: src/node_constants.cc -> out/Release/src/node_constants_9.o | |
| [18/70] cxx: src/node_file.cc -> out/Release/src/node_file_9.o | |
| [19/70] cxx: src/node_script.cc -> out/Release/src/node_script_9.o | |
| [20/70] cxx: src/node_os.cc -> out/Release/src/node_os_9.o | |
| [21/70] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_9.o | |
| [22/70] cxx: src/node_string.cc -> out/Release/src/node_string_9.o | |
| [23/70] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_9.o | |
| [24/70] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_9.o | |
| [25/70] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_9.o | |
| [26/70] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_9.o | |
| [27/70] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_9.o | |
| [28/70] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_9.o | |
| [29/70] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_9.o | |
| [30/70] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_9.o | |
| [31/70] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_9.o | |
| [32/70] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_9.o | |
| [33/70] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_9.o | |
| [34/70] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_9.o | |
| [35/70] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_9.o | |
| [36/70] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_9.o | |
| [37/70] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_9.o | |
| [38/70] cxx: src/platform_darwin.cc -> out/Release/src/platform_darwin_9.o | |
| In file included from /usr/include/architecture/i386/math.h:626, | |
| from /usr/include/math.h:28, | |
| from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:19, | |
| from ../src/platform_darwin_proctitle.cc:33, | |
| from ../src/platform_darwin.cc:59: | |
| /usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
| [39/70] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_9.o | |
| [40/70] cxx: src/node_main.cc -> out/Debug/src/node_main_9.o | |
| DEST_OS: darwin | |
| DEST_CPU: x64 | |
| Parallel Jobs: 1 | |
| Product type: program | |
| /usr/bin/gcc -rdynamic -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Release/deps/http_parser/http_parser_5.o | |
| /usr/bin/gcc -rdynamic -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Debug/deps/http_parser/http_parser_5.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_main.cc -c -o Release/src/node_main_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node.cc -c -o Release/src/node_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_buffer.cc -c -o Release/src/node_buffer_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_javascript.cc -c -o Release/src/node_javascript_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_extensions.cc -c -o Release/src/node_extensions_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_http_parser.cc -c -o Release/src/node_http_parser_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_constants.cc -c -o Release/src/node_constants_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_file.cc -c -o Release/src/node_file_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_script.cc -c -o Release/src/node_script_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_os.cc -c -o Release/src/node_os_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_dtrace.cc -c -o Release/src/node_dtrace_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_string.cc -c -o Release/src/node_string_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_zlib.cc -c -o Release/src/node_zlib_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/timer_wrap.cc -c -o Release/src/timer_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/handle_wrap.cc -c -o Release/src/handle_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/stream_wrap.cc -c -o Release/src/stream_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/tcp_wrap.cc -c -o Release/src/tcp_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/udp_wrap.cc -c -o Release/src/udp_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/pipe_wrap.cc -c -o Release/src/pipe_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/cares_wrap.cc -c -o Release/src/cares_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/tty_wrap.cc -c -o Release/src/tty_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/fs_event_wrap.cc -c -o Release/src/fs_event_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/process_wrap.cc -c -o Release/src/process_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/v8_typed_array.cc -c -o Release/src/v8_typed_array_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_signal_watcher.cc -c -o Release/src/node_signal_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_stat_watcher.cc -c -o Release/src/node_stat_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_io_watcher.cc -c -o Release/src/node_io_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/platform_darwin.cc -c -o Release/src/platform_darwin_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -I/opt/local/include -Ideps/v8/include ../src/node_crypto.cc -c -o Release/src/node_crypto_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_main.cc -c -o Debug[41/70] cxx: src/node.cc -> out/Debug/src/node_9.o | |
| ../src/node.cc: In function ‘v8::Handle<v8::Value> node::DLOpen(const v8::Arguments&)’: | |
| ../src/node.cc:1507: warning: comparison between signed and unsigned integer expressions | |
| [42/70] cxx: src/node_buffer.cc -> out/Debug/src/node_buffer_9.o | |
| ../src/node_buffer.cc: In static member function ‘static v8::Handle<v8::Value> node::Buffer::Copy(const v8::Arguments&)’: | |
| ../src/node_buffer.cc:434: warning: comparison between signed and unsigned integer expressions | |
| ../src/node_buffer.cc:439: warning: comparison between signed and unsigned integer expressions | |
| ../src/node_buffer.cc:444: warning: comparison between signed and unsigned integer expressions | |
| ../src/node_buffer.cc: In static member function ‘static v8::Handle<v8::Value> node::Buffer::AsciiWrite(const v8::Arguments&)’: | |
| ../src/node_buffer.cc:566: warning: comparison between signed and unsigned integer expressions | |
| ../src/node_buffer.cc: In static member function ‘static v8::Handle<v8::Value> node::Buffer::BinaryWrite(const v8::Arguments&)’: | |
| ../src/node_buffer.cc:696: warning: comparison between signed and unsigned integer expressions | |
| [43/70] cxx: src/node_javascript.cc -> out/Debug/src/node_javascript_9.o | |
| In file included from ../src/node_javascript.cc:24: | |
| Debug/src/node_natives.h:159: warning: missing initializer for member ‘node::_native::source_len’ | |
| [44/70] cxx: src/node_extensions.cc -> out/Debug/src/node_extensions_9.o | |
| [45/70] cxx: src/node_http_parser.cc -> out/Debug/src/node_http_parser_9.o | |
| [46/70] cxx: src/node_constants.cc -> out/Debug/src/node_constants_9.o | |
| [47/70] cxx: src/node_file.cc -> out/Debug/src/node_file_9.o | |
| [48/70] cxx: src/node_script.cc -> out/Debug/src/node_script_9.o | |
| [49/70] cxx: src/node_os.cc -> out/Debug/src/node_os_9.o | |
| [50/70] cxx: src/node_dtrace.cc -> out/Debug/src/node_dtrace_9.o | |
| ../src/node_dtrace.cc: In function ‘void node::InitDTrace(v8::Handle<v8::Object>)’: | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::func’ | |
| ../src/node_dtrace.cc:310: warning: missing initializer for member ‘node::InitDTrace(v8::Handle<v8::Object>)::<anonymous struct>::templ’ | |
| ../src/node_dtrace.cc: At global scope: | |
| ../src/node_dtrace.cc:281: warning: ‘int node::dtrace_gc_start(v8::GCType, v8::GCCallbackFlags)’ defined but not used | |
| ../src/node_dtrace.cc:290: warning: ‘int node::dtrace_gc_done(v8::GCType, v8::GCCallbackFlags)’ defined but not used | |
| [51/70] cxx: src/node_string.cc -> out/Debug/src/node_string_9.o | |
| [52/70] cxx: src/node_zlib.cc -> out/Debug/src/node_zlib_9.o | |
| [53/70] cxx: src/timer_wrap.cc -> out/Debug/src/timer_wrap_9.o | |
| [54/70] cxx: src/handle_wrap.cc -> out/Debug/src/handle_wrap_9.o | |
| [55/70] cxx: src/stream_wrap.cc -> out/Debug/src/stream_wrap_9.o | |
| ../src/stream_wrap.cc: In static member function ‘static void node::StreamWrap::OnReadCommon(uv_stream_t*, intptr_t, uv_buf_t, uv_handle_type)’: | |
| ../src/stream_wrap.cc:230: warning: comparison between signed and unsigned integer expressions | |
| [56/70] cxx: src/tcp_wrap.cc -> out/Debug/src/tcp_wrap_9.o | |
| [57/70] cxx: src/udp_wrap.cc -> out/Debug/src/udp_wrap_9.o | |
| [58/70] cxx: src/pipe_wrap.cc -> out/Debug/src/pipe_wrap_9.o | |
| [59/70] cxx: src/cares_wrap.cc -> out/Debug/src/cares_wrap_9.o | |
| [60/70] cxx: src/tty_wrap.cc -> out/Debug/src/tty_wrap_9.o | |
| [61/70] cxx: src/fs_event_wrap.cc -> out/Debug/src/fs_event_wrap_9.o | |
| [62/70] cxx: src/process_wrap.cc -> out/Debug/src/process_wrap_9.o | |
| [63/70] cxx: src/v8_typed_array.cc -> out/Debug/src/v8_typed_array_9.o | |
| [64/70] cxx: src/node_signal_watcher.cc -> out/Debug/src/node_signal_watcher_9.o | |
| [65/70] cxx: src/node_stat_watcher.cc -> out/Debug/src/node_stat_watcher_9.o | |
| [66/70] cxx: src/node_io_watcher.cc -> out/Debug/src/node_io_watcher_9.o | |
| [67/70] cxx: src/platform_darwin.cc -> out/Debug/src/platform_darwin_9.o | |
| In file included from /usr/include/architecture/i386/math.h:626, | |
| from /usr/include/math.h:28, | |
| from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:19, | |
| from ../src/platform_darwin_proctitle.cc:33, | |
| from ../src/platform_darwin.cc:59: | |
| /usr/include/AvailabilityMacros.h:108:14: warning: #warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid. | |
| [68/70] cxx: src/node_crypto.cc -> out/Debug/src/node_crypto_9.o | |
| ../src/node_crypto.cc: In member function ‘int node::crypto::Connection::HandleBIOError(BIO*, const char*, int)’: | |
| ../src/node_crypto.cc:536: warning: unused variable ‘retry’ | |
| [69/70] cxx_link: out/Release/src/node_main_9.o out/Release/src/node_9.o out/Release/src/node_buffer_9.o out/Release/src/node_javascript_9.o out/Release/src/node_extensions_9.o out/Release/src/node_http_parser_9.o out/Release/src/node_constants_9.o out/Release/src/node_file_9.o out/Release/src/node_script_9.o out/Release/src/node_os_9.o out/Release/src/node_dtrace_9.o out/Release/src/node_string_9.o out/Release/src/node_zlib_9.o out/Release/src/timer_wrap_9.o out/Release/src/handle_wrap_9.o out/Release/src/stream_wrap_9.o out/Release/src/tcp_wrap_9.o out/Release/src/udp_wrap_9.o out/Release/src/pipe_wrap_9.o out/Release/src/cares_wrap_9.o out/Release/src/tty_wrap_9.o out/Release/src/fs_event_wrap_9.o out/Release/src/process_wrap_9.o out/Release/src/v8_typed_array_9.o out/Release/src/node_signal_watcher_9.o out/Release/src/node_stat_watcher_9.o out/Release/src/node_io_watcher_9.o out/Release/src/platform_darwin_9.o out/Release/src/node_crypto_9.o out/Release/deps/http_parser/http_parser_5.o -> out/Release/node | |
| [70/70] cxx_link: out/Debug/src/node_main_9.o out/Debug/src/node_9.o out/Debug/src/node_buffer_9.o out/Debug/src/node_javascript_9.o out/Debug/src/node_extensions_9.o out/Debug/src/node_http_parser_9.o out/Debug/src/node_constants_9.o out/Debug/src/node_file_9.o out/Debug/src/node_script_9.o out/Debug/src/node_os_9.o out/Debug/src/node_dtrace_9.o out/Debug/src/node_string_9.o out/Debug/src/node_zlib_9.o out/Debug/src/timer_wrap_9.o out/Debug/src/handle_wrap_9.o out/Debug/src/stream_wrap_9.o out/Debug/src/tcp_wrap_9.o out/Debug/src/udp_wrap_9.o out/Debug/src/pipe_wrap_9.o out/Debug/src/cares_wrap_9.o out/Debug/src/tty_wrap_9.o out/Debug/src/fs_event_wrap_9.o out/Debug/src/process_wrap_9.o out/Debug/src/v8_typed_array_9.o out/Debug/src/node_signal_watcher_9.o out/Debug/src/node_stat_watcher_9.o out/Debug/src/node_io_watcher_9.o out/Debug/src/platform_darwin_9.o out/Debug/src/node_crypto_9.o out/Debug/deps/http_parser/http_parser_5.o -> out/Debug/node | |
| /src/node_main_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node.cc -c -o Debug/src/node_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_buffer.cc -c -o Debug/src/node_buffer_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_javascript.cc -c -o Debug/src/node_javascript_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_extensions.cc -c -o Debug/src/node_extensions_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_http_parser.cc -c -o Debug/src/node_http_parser_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_constants.cc -c -o Debug/src/node_constants_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_file.cc -c -o Debug/src/node_file_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_script.cc -c -o Debug/src/node_script_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_os.cc -c -o Debug/src/node_os_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_dtrace.cc -c -o Debug/src/node_dtrace_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_string.cc -c -o Debug/src/node_string_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_zlib.cc -c -o Debug/src/node_zlib_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/timer_wrap.cc -c -o Debug/src/timer_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/handle_wrap.cc -c -o Debug/src/handle_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/stream_wrap.cc -c -o Debug/src/stream_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/tcp_wrap.cc -c -o Debug/src/tcp_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/udp_wrap.cc -c -o Debug/src/udp_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/pipe_wrap.cc -c -o Debug/src/pipe_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/cares_wrap.cc -c -o Debug/src/cares_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/tty_wrap.cc -c -o Debug/src/tty_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/fs_event_wrap.cc -c -o Debug/src/fs_event_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/process_wrap.cc -c -o Debug/src/process_wrap_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/v8_typed_array.cc -c -o Debug/src/v8_typed_array_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_signal_watcher.cc -c -o Debug/src/node_signal_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_stat_watcher.cc -c -o Debug/src/node_stat_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_io_watcher.cc -c -o Debug/src/node_io_watcher_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/platform_darwin.cc -c -o Debug/src/platform_darwin_9.o | |
| /usr/bin/g++ -pthread -arch x86_64 -g -O0 -Wall -Wextra -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DDEBUG -IDebug/src -I../src -IDebug/deps/http_parser -I../deps/http_parser -IDebug/deps/uv/include -I../deps/uv/include -IDebug/deps/uv/src/ares -I../deps/uv/src/ares -IDebug/deps/v8/include -I../deps/v8/include -I/opt/local/include ../src/node_crypto.cc -c -o Debug/src/node_crypto_9.o | |
| /usr/bin/g++ Release/src/node_main_9.o Release/src/node_9.o Release/src/node_buffer_9.o Release/src/node_javascript_9.o Release/src/node_extensions_9.o Release/src/node_http_parser_9.o Release/src/node_constants_9.o Release/src/node_file_9.o Release/src/node_script_9.o Release/src/node_os_9.o Release/src/node_dtrace_9.o Release/src/node_string_9.o Release/src/node_zlib_9.o Release/src/timer_wrap_9.o Release/src/handle_wrap_9.o Release/src/stream_wrap_9.o Release/src/tcp_wrap_9.o Release/src/udp_wrap_9.o Release/src/pipe_wrap_9.o Release/src/cares_wrap_9.o Release/src/tty_wrap_9.o Release/src/fs_event_wrap_9.o Release/src/process_wrap_9.o Release/src/v8_typed_array_9.o Release/src/node_signal_watcher_9.o Release/src/node_stat_watcher_9.o Release/src/node_io_watcher_9.o Release/src/platform_darwin_9.o Release/src/node_crypto_9.o Release/deps/http_parser/http_parser_5.o -o /Users/david/Downloads/node-v0.6.0/out/Release/node -lz -pthread -framework Carbon -arch x86_64 -rdynamic /Users/david/Downloads/node-v0.6.0/out/Release/libv8.a /Users/david/Downloads/node-v0.6.0/out/Release/deps/uv/uv.a -L/opt/local/lib -L/usr/lib -L/usr/local/lib -lssl -lcrypto -ldl -lutil | |
| /usr/bin/g++ Debug/src/node_main_9.o Debug/src/node_9.o Debug/src/node_buffer_9.o Debug/src/node_javascript_9.o Debug/src/node_extensions_9.o Debug/src/node_http_parser_9.o Debug/src/node_constants_9.o Debug/src/node_file_9.o Debug/src/node_script_9.o Debug/src/node_os_9.o Debug/src/node_dtrace_9.o Debug/src/node_string_9.o Debug/src/node_zlib_9.o Debug/src/timer_wrap_9.o Debug/src/handle_wrap_9.o Debug/src/stream_wrap_9.o Debug/src/tcp_wrap_9.o Debug/src/udp_wrap_9.o Debug/src/pipe_wrap_9.o Debug/src/cares_wrap_9.o Debug/src/tty_wrap_9.o Debug/src/fs_event_wrap_9.o Debug/src/process_wrap_9.o Debug/src/v8_typed_array_9.o Debug/src/node_signal_watcher_9.o Debug/src/node_stat_watcher_9.o Debug/src/node_io_watcher_9.o Debug/src/platform_darwin_9.o Debug/src/node_crypto_9.o Debug/deps/http_parser/http_parser_5.o -Waf: Leaving directory `/Users/david/Downloads/node-v0.6.0/out' | |
| 'build' finished successfully (11m10.455s) | |
| o /Users/david/Downloads/node-v0.6.0/out/Debug/node -lz -pthread -framework Carbon -arch x86_64 -rdynamic /Users/david/Downloads/node-v0.6.0/out/Debug/libv8_g.a /Users/david/Downloads/node-v0.6.0/out/Debug/deps/uv/uv.a -L/opt/local/lib -L/usr/lib -L/usr/local/lib -lssl -lcrypto -ldl -lutil | |
| -rwxrwxr-x 1 david staff 6.6M Nov 5 04:07 out/Release/node | |
| Waf: Entering directory `/Users/david/Downloads/node-v0.6.0/out' | |
| [ 9/70] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a | |
| [10/70] libv8_g.a: deps/v8/SConstruct -> out/Debug/libv8_g.a | |
| /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python "/Users/david/Downloads/node-v0.6.0/tools/scons/scons.py" -j 4 -C "/Users/david/Downloads/node-v0.6.0/out/Release/" -Y "/Users/david/Downloads/node-v0.6.0/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on | |
| /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python "/Users/david/Downloads/node-v0.6.0/tools/scons/scons.py" -j 4 -C "/Users/david/Downloads/node-v0.6.0/out/Debug/" -Y "/Users/david/Downloads/node-v0.6.0/deps/v8" visibility=default mode=debug arch=x64 toolchain=gcc library=static snapshot=on | |
| [?1034hscons: Reading SConscript files ... | |
| [?1034hscons: Reading SConscript files ... | |
| scons: warning: Ignoring missing SConscript 'obj/test/debug/SConscript' | |
| File "/Users/david/Downloads/node-v0.6.0/deps/v8/SConstruct", line 1475, in BuildSpecific | |
| scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript' | |
| File "/Users/david/Downloads/node-v0.6.0/deps/v8/SConstruct", line 1475, in BuildSpecific | |
| scons: done reading SConscript files. | |
| scons: Building targets ... | |
| scons: done reading SConscript files. | |
| scons: Building targets ... | |
| scons: `library' is up to date. | |
| scons: done building targets. | |
| scons: `library' is up to date. | |
| scons: done building targets. | |
| Waf: Leaving directory `/Users/david/Downloads/node-v0.6.0/out' | |
| 'build' finished successfully (4.978s) | |
| DEST_OS: darwin | |
| DEST_CPU: x64 | |
| Parallel Jobs: 4 | |
| Product type: program | |
| -rwxrwxr-x 1 david staff 6.6M Nov 5 04:07 out/Release/node | |
| python tools/test.py --mode=debug,release | |
| [00:00|% 0|+ 0|- 0]: debug test-assert | |
| === debug test-assert === | |
| Path: simple/test-assert | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-assert.js | |
| --- CRASHED --- | |
| [00:01|% 0|+ 0|- 1]: debug test-buffer | |
| === debug test-buffer === | |
| Path: simple/test-buffer | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-buffer.js | |
| --- CRASHED --- | |
| [00:02|% 0|+ 0|- 2]: debug test-c-ares | |
| === debug test-c-ares === | |
| Path: simple/test-c-ares | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-c-ares.js | |
| --- CRASHED --- | |
| [00:04|% 0|+ 0|- 3]: debug test-chdir | |
| === debug test-chdir === | |
| Path: simple/test-chdir | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-chdir.js | |
| --- CRASHED --- | |
| [00:05|% 0|+ 0|- 4]: debug test-child-process-buffering | |
| === debug test-child-process-buffering === | |
| Path: simple/test-child-process-buffering | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-buffering.js | |
| --- CRASHED --- | |
| [00:06|% 0|+ 0|- 5]: debug test-child-process-customfd-bounded | |
| === debug test-child-process-customfd-bounded === | |
| Path: simple/test-child-process-customfd-bounded | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-customfd-bounded.js | |
| --- CRASHED --- | |
| [00:07|% 0|+ 0|- 6]: debug test-child-process-cwd | |
| === debug test-child-process-cwd === | |
| Path: simple/test-child-process-cwd | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-cwd.js | |
| --- CRASHED --- | |
| [00:08|% 1|+ 0|- 7]: debug test-child-process-double-pipe | |
| === debug test-child-process-double-pipe === | |
| Path: simple/test-child-process-double-pipe | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-double-pipe.js | |
| --- CRASHED --- | |
| [00:10|% 1|+ 0|- 8]: debug test-child-process-env | |
| === debug test-child-process-env === | |
| Path: simple/test-child-process-env | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-env.js | |
| --- CRASHED --- | |
| [00:11|% 1|+ 0|- 9]: debug test-child-process-exec-cwd | |
| === debug test-child-process-exec-cwd === | |
| Path: simple/test-child-process-exec-cwd | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-exec-cwd.js | |
| --- CRASHED --- | |
| [00:12|% 1|+ 0|- 10]: debug test-child-process-exec-env | |
| === debug test-child-process-exec-env === | |
| Path: simple/test-child-process-exec-env | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-exec-env.js | |
| --- CRASHED --- | |
| [00:13|% 1|+ 0|- 11]: debug test-child-process-exit-code | |
| === debug test-child-process-exit-code === | |
| Path: simple/test-child-process-exit-code | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-exit-code.js | |
| --- CRASHED --- | |
| [00:14|% 1|+ 0|- 12]: debug test-child-process-fork | |
| === debug test-child-process-fork === | |
| Path: simple/test-child-process-fork | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-fork.js | |
| --- CRASHED --- | |
| [00:15|% 2|+ 0|- 13]: debug test-child-process-fork2 | |
| === debug test-child-process-fork2 === | |
| Path: simple/test-child-process-fork2 | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-fork2.js | |
| --- CRASHED --- | |
| [00:17|% 2|+ 0|- 14]: debug test-child-process-ipc | |
| === debug test-child-process-ipc === | |
| Path: simple/test-child-process-ipc | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-ipc.js | |
| --- CRASHED --- | |
| [00:18|% 2|+ 0|- 15]: debug test-child-process-kill | |
| === debug test-child-process-kill === | |
| Path: simple/test-child-process-kill | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-kill.js | |
| --- CRASHED --- | |
| [00:19|% 2|+ 0|- 16]: debug test-child-process-set-blocking | |
| === debug test-child-process-set-blocking === | |
| Path: simple/test-child-process-set-blocking | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-set-blocking.js | |
| --- CRASHED --- | |
| [00:20|% 2|+ 0|- 17]: debug test-child-process-stdin | |
| === debug test-child-process-stdin === | |
| Path: simple/test-child-process-stdin | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-stdin.js | |
| --- CRASHED --- | |
| [00:21|% 2|+ 0|- 18]: debug test-child-process-stdout-flush | |
| === debug test-child-process-stdout-flush === | |
| Path: simple/test-child-process-stdout-flush | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-child-process-stdout-flush.js | |
| --- CRASHED --- | |
| [00:22|% 3|+ 0|- 19]: debug test-cli-eval | |
| === debug test-cli-eval === | |
| Path: simple/test-cli-eval | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-cli-eval.js | |
| --- CRASHED --- | |
| [00:23|% 3|+ 0|- 20]: debug test-console-not-call-toString | |
| === debug test-console-not-call-toString === | |
| Path: simple/test-console-not-call-toString | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-console-not-call-toString.js | |
| --- CRASHED --- | |
| [00:24|% 3|+ 0|- 21]: debug test-console | |
| === debug test-console === | |
| Path: simple/test-console | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-console.js | |
| --- CRASHED --- | |
| [00:25|% 3|+ 0|- 22]: debug test-crypto-random | |
| === debug test-crypto-random === | |
| Path: simple/test-crypto-random | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-crypto-random.js | |
| --- CRASHED --- | |
| [00:26|% 3|+ 0|- 23]: debug test-crypto | |
| === debug test-crypto === | |
| Path: simple/test-crypto | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-crypto.js | |
| --- CRASHED --- | |
| [00:27|% 3|+ 0|- 24]: debug test-debugger-client | |
| === debug test-debugger-client === | |
| Path: simple/test-debugger-client | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-debugger-client.js | |
| --- CRASHED --- | |
| [00:29|% 3|+ 0|- 25]: debug test-debugger-repl | |
| === debug test-debugger-repl === | |
| Path: simple/test-debugger-repl | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-debugger-repl.js | |
| --- CRASHED --- | |
| [00:30|% 4|+ 0|- 26]: debug test-delayed-require | |
| === debug test-delayed-require === | |
| Path: simple/test-delayed-require | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-delayed-require.js | |
| --- CRASHED --- | |
| [00:31|% 4|+ 0|- 27]: debug test-dgram-pingpong | |
| === debug test-dgram-pingpong === | |
| Path: simple/test-dgram-pingpong | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-dgram-pingpong.js | |
| --- CRASHED --- | |
| [00:32|% 4|+ 0|- 28]: debug test-dgram-udp4 | |
| === debug test-dgram-udp4 === | |
| Path: simple/test-dgram-udp4 | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-dgram-udp4.js | |
| --- CRASHED --- | |
| [00:33|% 4|+ 0|- 29]: debug test-eio-race | |
| === debug test-eio-race === | |
| Path: simple/test-eio-race | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-eio-race.js | |
| --- CRASHED --- | |
| [00:34|% 4|+ 0|- 30]: debug test-eio-race2 | |
| === debug test-eio-race2 === | |
| Path: simple/test-eio-race2 | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-eio-race2.js | |
| --- CRASHED --- | |
| [00:35|% 4|+ 0|- 31]: debug test-eio-race4 | |
| === debug test-eio-race4 === | |
| Path: simple/test-eio-race4 | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-eio-race4.js | |
| --- CRASHED --- | |
| [00:36|% 5|+ 0|- 32]: debug test-error-reporting | |
| === debug test-error-reporting === | |
| Path: simple/test-error-reporting | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-error-reporting.js | |
| --- CRASHED --- | |
| [00:37|% 5|+ 0|- 33]: debug test-eval-require | |
| === debug test-eval-require === | |
| Path: simple/test-eval-require | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-eval-require.js | |
| --- CRASHED --- | |
| [00:39|% 5|+ 0|- 34]: debug test-eval | |
| === debug test-eval === | |
| Path: simple/test-eval | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-eval.js | |
| --- CRASHED --- | |
| [00:40|% 5|+ 0|- 35]: debug test-event-emitter-add-listeners | |
| === debug test-event-emitter-add-listeners === | |
| Path: simple/test-event-emitter-add-listeners | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-add-listeners.js | |
| --- CRASHED --- | |
| [00:41|% 5|+ 0|- 36]: debug test-event-emitter-check-listener-leaks | |
| === debug test-event-emitter-check-listener-leaks === | |
| Path: simple/test-event-emitter-check-listener-leaks | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-check-listener-leaks.js | |
| --- CRASHED --- | |
| [00:42|% 5|+ 0|- 37]: debug test-event-emitter-max-listeners | |
| === debug test-event-emitter-max-listeners === | |
| Path: simple/test-event-emitter-max-listeners | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-max-listeners.js | |
| --- CRASHED --- | |
| [00:43|% 6|+ 0|- 38]: debug test-event-emitter-modify-in-emit | |
| === debug test-event-emitter-modify-in-emit === | |
| Path: simple/test-event-emitter-modify-in-emit | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-modify-in-emit.js | |
| --- CRASHED --- | |
| [00:44|% 6|+ 0|- 39]: debug test-event-emitter-num-args | |
| === debug test-event-emitter-num-args === | |
| Path: simple/test-event-emitter-num-args | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-num-args.js | |
| --- CRASHED --- | |
| [00:45|% 6|+ 0|- 40]: debug test-event-emitter-once | |
| === debug test-event-emitter-once === | |
| Path: simple/test-event-emitter-once | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-once.js | |
| --- CRASHED --- | |
| [00:46|% 6|+ 0|- 41]: debug test-event-emitter-remove-all-listeners | |
| === debug test-event-emitter-remove-all-listeners === | |
| Path: simple/test-event-emitter-remove-all-listeners | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-remove-all-listeners.js | |
| --- CRASHED --- | |
| [00:47|% 6|+ 0|- 42]: debug test-event-emitter-remove-listeners | |
| === debug test-event-emitter-remove-listeners === | |
| Path: simple/test-event-emitter-remove-listeners | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-event-emitter-remove-listeners.js | |
| --- CRASHED --- | |
| [00:48|% 6|+ 0|- 43]: debug test-exception-handler | |
| === debug test-exception-handler === | |
| Path: simple/test-exception-handler | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-exception-handler.js | |
| --- CRASHED --- | |
| [00:50|% 6|+ 0|- 44]: debug test-exception-handler2 | |
| === debug test-exception-handler2 === | |
| Path: simple/test-exception-handler2 | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-exception-handler2.js | |
| --- CRASHED --- | |
| [00:51|% 7|+ 0|- 45]: debug test-exec-max-buffer | |
| === debug test-exec-max-buffer === | |
| Path: simple/test-exec-max-buffer | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-exec-max-buffer.js | |
| --- CRASHED --- | |
| [00:52|% 7|+ 0|- 46]: debug test-executable-path | |
| === debug test-executable-path === | |
| Path: simple/test-executable-path | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-executable-path.js | |
| --- CRASHED --- | |
| [00:53|% 7|+ 0|- 47]: debug test-file-read-noexist | |
| === debug test-file-read-noexist === | |
| Path: simple/test-file-read-noexist | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-file-read-noexist.js | |
| --- CRASHED --- | |
| [00:54|% 7|+ 0|- 48]: debug test-file-write-stream | |
| === debug test-file-write-stream === | |
| Path: simple/test-file-write-stream | |
| Command: out/Debug/node /Users/david/Downloads/node-v0.6.0/test/simple/test-file-write-stream.js | |
| --- CRASHED --- | |
| [00:55|% 7|+ 0|- 49]: debug test-file-write-stream2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment