spacepaste

  1.  
  2. [translation:ERROR] CompilationError: CompilationError(err="""
  3. Undefined symbols for architecture x86_64:
  4. "_commit_buffer", referenced from:
  5. _flush_codes in vmprof_unix.o
  6. _sigprof_handler in vmprof_unix.o
  7. _vmprof_disable in vmprof_unix.o
  8. _vmprof_register_virtual_function in vmprof_unix.o
  9. "_prepare_concurrent_bufs", referenced from:
  10. _vmprof_init in vmprof_common.o
  11. "_reserve_buffer", referenced from:
  12. _sigprof_handler in vmprof_unix.o
  13. _vmprof_register_virtual_function in vmprof_unix.o
  14. "_shutdown_concurrent_bufs", referenced from:
  15. _vmprof_disable in vmprof_unix.o
  16. ld: symbol(s) not found for architecture x86_64
  17. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  18. """)
  19.