[Development] Building Qt5 from Git failed on Mac OSX

Yang Fan missdeer at gmail.com
Fri Dec 7 00:26:18 CET 2012


Hi All,

I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used
the following configure:
./configure -developer-build -opensource -confirm-license -openssl -icu
-nomake tests -nomake demos -nomake examples -platform macx-clang

And my clang version is:
Yang-FanmatoMac-mini:qt5 yangfan$ clang -v
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix

The error messages:
clang++ -headerpad_max_install_names -mmacosx-version-min=10.6 -o
../../bin/jsc obj/debug/jsc.o
-Wl,-force_load,/Users/yangfan/Development/qt5/qtwebkit/Source/JavaScriptCore/debug/libJavaScriptCore_debug.a
-L/Users/yangfan/Development/qt5/qtwebkit/Source/JavaScriptCore/debug
-Wl,-force_load,/Users/yangfan/Development/qt5/qtwebkit/Source/WTF/debug/libWTF_debug.a
-L/Users/yangfan/Development/qt5/qtwebkit/Source/WTF/debug -licucore
-framework AppKit -F/Users/yangfan/Development/qt5/qtbase/lib -framework
QtCore
Undefined symbols for architecture x86_64:
  "_llint_begin", referenced from:
      JSC::CodeBlock::bytecodeOffset(JSC::ExecState*,
JSC::ReturnAddressPtr) in libJavaScriptCore_debug.a(CodeBlock.o)
  "_llint_end", referenced from:
      JSC::CodeBlock::bytecodeOffset(JSC::ExecState*,
JSC::ReturnAddressPtr) in libJavaScriptCore_debug.a(CodeBlock.o)
  "_llint_eval_prologue", referenced from:
      JSC::LLInt::getEvalEntrypoint(JSC::JSGlobalData&, JSC::JITCode&) in
libJavaScriptCore_debug.a(LLIntEntrypoints.o)
      JSC::LLInt::evalEntryThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_function_for_call_arity_check", referenced from:
      JSC::LLInt::getFunctionEntrypoint(JSC::JSGlobalData&,
JSC::CodeSpecializationKind, JSC::JITCode&, JSC::MacroAssemblerCodePtr&) in
libJavaScriptCore_debug.a(LLIntEntrypoints.o)

JSC::LLInt::functionForCallArityCheckThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_function_for_call_prologue", referenced from:
      JSC::LLInt::getFunctionEntrypoint(JSC::JSGlobalData&,
JSC::CodeSpecializationKind, JSC::JITCode&, JSC::MacroAssemblerCodePtr&) in
libJavaScriptCore_debug.a(LLIntEntrypoints.o)
      JSC::LLInt::functionForCallEntryThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_function_for_construct_arity_check", referenced from:
      JSC::LLInt::getFunctionEntrypoint(JSC::JSGlobalData&,
JSC::CodeSpecializationKind, JSC::JITCode&, JSC::MacroAssemblerCodePtr&) in
libJavaScriptCore_debug.a(LLIntEntrypoints.o)

JSC::LLInt::functionForConstructArityCheckThunkGenerator(JSC::JSGlobalData*)
in libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_function_for_construct_prologue", referenced from:
      JSC::LLInt::getFunctionEntrypoint(JSC::JSGlobalData&,
JSC::CodeSpecializationKind, JSC::JITCode&, JSC::MacroAssemblerCodePtr&) in
libJavaScriptCore_debug.a(LLIntEntrypoints.o)

JSC::LLInt::functionForConstructEntryThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_generic_return_point", referenced from:
      _llint_slow_path_call_eval in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_native_call_trampoline", referenced from:
      JSC::JITThunks::ctiNativeCall() in
libJavaScriptCore_debug.a(JITOpcodes.o)
      JSC::JIT::compileCTINativeCall(JSC::JSGlobalData*, long long
(*)(JSC::ExecState*)) in libJavaScriptCore_debug.a(JITStubs.o)
      JSC::JITThunks::ctiNativeCall() in
libJavaScriptCore_debug.a(ThunkGenerators.o)
  "_llint_native_construct_trampoline", referenced from:
      JSC::JITThunks::ctiNativeConstruct() in
libJavaScriptCore_debug.a(JITStubs.o)
  "_llint_op_add", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_bitand", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_bitor", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_bitxor", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_call", referenced from:
      JSC::CodeBlock::adjustPCIfAtCallSite(JSC::Instruction*) in
libJavaScriptCore_debug.a(CodeBlock.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_call_eval", referenced from:
      JSC::CodeBlock::adjustPCIfAtCallSite(JSC::Instruction*) in
libJavaScriptCore_debug.a(CodeBlock.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_call_put_result", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_call_varargs", referenced from:
      JSC::CodeBlock::adjustPCIfAtCallSite(JSC::Instruction*) in
libJavaScriptCore_debug.a(CodeBlock.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_catch", referenced from:
      JSC::CodeBlock::CodeBlock(JSC::ScriptExecutable*,
JSC::UnlinkedCodeBlock*, JSC::JSGlobalObject*, unsigned int,
WTF::PassRefPtr<JSC::SourceProvider>, unsigned int,
WTF::PassOwnPtr<JSC::CodeBlock>) in libJavaScriptCore_debug.a(CodeBlock.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_check_has_instance", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_construct", referenced from:
      JSC::CodeBlock::adjustPCIfAtCallSite(JSC::Instruction*) in
libJavaScriptCore_debug.a(CodeBlock.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_convert_this", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_create_activation", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_create_arguments", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_create_this", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_debug", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_del_by_id", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_del_by_val", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_div", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_end", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_ensure_property_exists", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_enter", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_eq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_eq_null", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_argument_by_val", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_arguments_length", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_array_length", referenced from:
      JSC::GetByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(GetByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_get_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_get_by_id", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_get_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_get_by_id_chain", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_custom_chain", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_custom_proto", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_custom_self", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_generic", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_getter_chain", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_getter_proto", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_getter_self", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_out_of_line", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_get_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_get_by_id_proto", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_id_self", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_pname", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_by_val", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_callee", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_pnames", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_get_string_length", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_greater", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_greatereq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_in", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_init_global_const", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_init_global_const_check", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_init_global_const_nop", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_init_lazy_reg", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_instanceof", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_boolean", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_function", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_number", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_object", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_string", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_is_undefined", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jeq_null", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jfalse", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jgreater", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jgreatereq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jless", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jlesseq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jmp", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jmp_scopes", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jneq_null", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jneq_ptr", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jngreater", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jngreatereq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jnless", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jnlesseq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_jtrue", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_less", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_lesseq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_hint", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_false", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_greater", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_greatereq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_less", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_lesseq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_loop_if_true", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_lshift", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_mod", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_mov", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_mul", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_negate", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_neq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_neq_null", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_array", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_array_buffer", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_array_with_size", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_func", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_func_exp", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_object", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_new_regexp", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_next_pname", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_not", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_nstricteq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_pop_scope", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_post_dec", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_post_inc", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_pre_dec", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_pre_inc", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_profile_did_call", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_profile_will_call", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_push_name_scope", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_push_with_scope", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_by_id", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_id_generic", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_by_id_out_of_line", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_id_replace", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_by_id_transition", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_by_id_transition_direct", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_id_transition_direct_out_of_line", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_id_transition_normal", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_id_transition_normal_out_of_line", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore_debug.a(PutByIdStatus.o)
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_by_id in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_put_by_index", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_by_val", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_getter_setter", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_to_base", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_put_to_base_variable", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_put_to_base in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_resolve_base", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_resolve_base_to_global", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve_base in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_base_to_global_dynamic", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_resolve_base_to_scope", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve_base in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_base_to_scope_with_top_scope_check", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve_base in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_global_property", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_global_var", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_scoped_var", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_scoped_var_on_top_scope", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_scoped_var_with_top_scope_check", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
      _llint_slow_path_resolve in
libJavaScriptCore_debug.a(LLIntSlowPaths.o)
  "_llint_op_resolve_with_base", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_resolve_with_this", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_ret", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_ret_object_or_this", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_rshift", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_strcat", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_stricteq", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_sub", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_switch_char", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_switch_imm", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_switch_string", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_tear_off_activation", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_tear_off_arguments", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_throw", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_throw_static_error", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_to_jsnumber", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_to_primitive", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_typeof", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_op_urshift", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
  "_llint_program_prologue", referenced from:
      JSC::LLInt::getProgramEntrypoint(JSC::JSGlobalData&, JSC::JITCode&)
in libJavaScriptCore_debug.a(LLIntEntrypoints.o)
      JSC::LLInt::programEntryThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore_debug.a(LLIntThunks.o)
  "_llint_throw_during_call_trampoline", referenced from:
      JSC::LLInt::callToThrow(JSC::ExecState*, JSC::Instruction*) in
libJavaScriptCore_debug.a(LLIntExceptions.o)
  "_llint_throw_from_slow_path_trampoline", referenced from:
      JSC::LLInt::initialize() in libJavaScriptCore_debug.a(LLIntData.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[4]: *** [../../bin/jsc] Error 1
make[3]: *** [debug] Error 2
make[2]: *** [sub-jsc-pro-make_first-ordered] Error 2
make[1]: ***
[sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2
make: *** [module-qtwebkit-make_first] Error 2

Any suggestion?

Regards,
Fan Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20121207/fe33dea5/attachment.html>


More information about the Development mailing list