Created
March 18, 2011 11:29
-
-
Save bikash119/875913 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configure output | |
Bikash-Patras-MacBook:node bikashpatra$ ./configure --without-ssl | |
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 library util : yes | |
Checking for library rt : not found | |
--- libeio --- | |
Checking for library pthread : yes | |
Checking for function pthread_create : yes | |
Checking for function pthread_atfork : yes | |
Checking for futimes(2) : yes | |
Checking for readahead(2) : no | |
Checking for fdatasync(2) : yes | |
Checking for pread(2) and pwrite(2) : yes | |
Checking for sendfile(2) : yes | |
Checking for sync_file_range(2) : no | |
--- libev --- | |
Checking for header sys/inotify.h : not found | |
Checking for header sys/epoll.h : not found | |
Checking for header port.h : not found | |
Checking for header poll.h : yes | |
Checking for function poll : yes | |
Checking for header sys/event.h : yes | |
Checking for header sys/queue.h : yes | |
Checking for function kqueue : yes | |
Checking for header sys/select.h : yes | |
Checking for function select : yes | |
Checking for header sys/eventfd.h : not found | |
Checking for SYS_clock_gettime : no | |
Checking for library rt : not found | |
Checking for function nanosleep : yes | |
Checking for function ceil : yes | |
Checking for fdatasync(2) with c++ : no | |
'configure' finished successfully (1.970s) | |
WARNING WARNING WARNING | |
OpenSSL not found. Will compile Node without crypto support! | |
/usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_MONOTONIC_CLOCK=0 -DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=0 -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DNDEBUG -Idefault/src -I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/http_parser -I../deps/http_parser -Idefault/deps/v8/include -I../deps/v8/include -Idefault/deps/libev -I../deps/libev -Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/darwin-x64 -I../deps/c-ares/darwin-x64 -Ideps/v8/include ../src/node_child_process.cc -c -o default/src/node_child_process_4.o | |
[73/74] cxx: src/platform_darwin.cc -> build/default/src/platform_darwin_4.o | |
/usr/bin/g++ -pthread -arch x86_64 -g -O3 -DHAVE_MONOTONIC_CLOCK=0 -DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=0 -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -DNDEBUG -Idefault/src -I../src -Idefault/deps/libeio -I../deps/libeio -Idefault/deps/http_parser -I../deps/http_parser -Idefault/deps/v8/include -I../deps/v8/include -Idefault/deps/libev -I../deps/libev -Idefault/deps/c-ares -I../deps/c-ares -Idefault/deps/c-ares/darwin-x64 -I../deps/c-ares/darwin-x64 -Ideps/v8/include ../src/platform_darwin.cc -c -o default/src/platform_darwin_4.o | |
../src/platform_darwin.cc:213: error: expected constructor, destructor, or type conversion before ‘<’ token | |
Waf: Leaving directory `/work/opensrc/node/build' | |
Build failed: -> task failed (err #1): | |
{task: cxx platform_darwin.cc -> platform_darwin_4.o} | |
make: *** [install] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I was trying to compile from master, instead of the 0.4 branch. I'm guessing a typo was accidentally committed