NavInfoNC / visual-wrk

Another HTTP load tester. Features HTML based report(including charts), dynamic parameters, etc.
Other
58 stars 13 forks source link

mac 上 visual-wrk make 报错 #7

Open zhanghy25-lenovo opened 3 years ago

zhanghy25-lenovo commented 3 years ago

报错信息: CC lib_jit.o CC lib_ffi.o AR libluajit.a LINK luajit Undefined symbols for architecture x86_64: "Unwind_DeleteException", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.o) "Unwind_GetCFA", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.o) "__Unwind_RaiseException", referenced from: _lj_err_throw in libluajit.a(lj_err.o) "Unwind_SetGR", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.o) "Unwind_SetIP", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.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[2]: [luajit] Error 1 make[1]: [src/luajit] Error 2 make: *** [obj/lib/libluajit-5.1.a] Error 2 运行环境: mac 10.15.7

barracuda156 commented 1 year ago

@zhanghy25-lenovo Has this ever been fixed?

I get this on PowerPC:

  "__Unwind_RaiseException", referenced from:
      _lj_err_throw in libluajit.a(ljamalg.o)
  "__Unwind_GetCFA", referenced from:
      _lj_err_unwind_dwarf in libluajit.a(ljamalg.o)
  "__Unwind_SetGR", referenced from:
      _lj_err_unwind_dwarf in libluajit.a(ljamalg.o)
  "__Unwind_SetIP", referenced from:
      _err_unwind_jit in libluajit.a(ljamalg.o)
      _lj_err_unwind_dwarf in libluajit.a(ljamalg.o)
  "__Unwind_GetIP", referenced from:
      _err_unwind_jit in libluajit.a(ljamalg.o)
  "___deregister_frame", referenced from:
      _lj_mcode_free in libluajit.a(ljamalg.o)
  "__Unwind_DeleteException", referenced from:
      _lj_err_unwind_dwarf in libluajit.a(ljamalg.o)
ld: symbol(s) not found