Created
August 14, 2010 20:09
-
-
Save mape/524669 to your computer and use it in GitHub Desktop.
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
| d: warning: directory '/opt/local/lib' following -L not found | |
| ld: warning: directory '/usr/sfw/lib' following -L not found | |
| Undefined symbols: | |
| "_CFBundleGetDataPointerForName", referenced from: | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| "_CFBundleGetBundleWithIdentifier", referenced from: | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| "_CFStringCreateWithCString", referenced from: | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| "_CFBundleGetFunctionPointerForName", referenced from: | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| "___CFConstantStringClassReference", referenced from: | |
| cfstring=com.apple.LaunchServices in platform_darwin_4.o | |
| cfstring=_LSGetCurrentApplicationASN in platform_darwin_4.o | |
| cfstring=_LSSetApplicationInformationItem in platform_darwin_4.o | |
| cfstring=_kLSDisplayNameKey in platform_darwin_4.o | |
| "_GetCurrentProcess", referenced from: | |
| node::OS::SetProcessTitle(char*) in platform_darwin_4.o | |
| ld: symbol(s) not found | |
| collect2: ld returned 1 exit status | |
| Waf: Leaving directory `/Users/mape/node/build' | |
| Build failed: -> task failed (err #1): | |
| {task: cxx_link node_4.o,node_buffer_4.o,node_extensions_4.o,node_http_parser_4.o,node_net_4.o,node_io_watcher_4.o,node_child_process_4.o,node_constants_4.o,node_cares_4.o,node_events_4.o,node_file_4.o,node_signal_watcher_4.o,node_stat_watcher_4.o,node_stdio_4.o,node_timer_4.o,node_script_4.o,platform_darwin_4.o,node_crypto_4.o,eio_1.o,http_parser_2.o,ev_1.o,ares_strcasecmp_1.o,ares_free_string_1.o,ares_options_1.o,ares_send_1.o,ares_parse_txt_reply_1.o,ares_parse_ptr_reply_1.o,ares_nowarn_1.o,ares_search_1.o,ares_gethostbyname_1.o,ares_getsock_1.o,ares__timeval_1.o,inet_ntop_1.o,ares_parse_a_reply_1.o,ares_getopt_1.o,ares__close_sockets_1.o,ares_expand_string_1.o,ares_destroy_1.o,ares_cancel_1.o,ares_parse_aaaa_reply_1.o,ares_parse_ns_reply_1.o,ares_version_1.o,ares__get_hostent_1.o,ares_writev_1.o,ares_expand_name_1.o,ares_free_hostent_1.o,ares_parse_mx_reply_1.o,ares_gethostbyaddr_1.o,ares_query_1.o,ares_data_1.o,ares_init_1.o,ares_fds_1.o,inet_net_pton_1.o,ares_strerror_1.o,bitncmp_1.o,ares_getnameinfo_1.o,ares_library_init_1.o,ares_mkquery_1.o,ares_process_1.o,windows_port_1.o,ares_parse_srv_reply_1.o,ares_llist_1.o,ares_timeout_1.o,ares__read_line_1.o,ares_strdup_1.o -> node} | |
| make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment