Advertisement
Guest User

Untitled

a guest
May 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. 1>------ Build started: Project: asmjit (asmjit\asmjit), Configuration: Release - LLVM x64 ------
  2. 1>C:\Program Files (x86)\Microsoft Visual Studio\Shared\14.0\VC\bin\x86_amd64\CL.exe /c /Zi /nologo /W3 /WX- /sdl- /MP /Ox /Oi /Ot /D ASMJIT_STATIC /D LLVM_AVAILABLE /D _UNICODE /D UNICODE /Gm- /EHsc /MD /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"C:\Code\rpcs3master\tmp\asmjit-Release - LLVM-x64\\" /Fd"C:\Code\rpcs3master\tmp\asmjit-Release - LLVM-x64\asmjit.pdb" /Gd /TP /errorReport:prompt /Zc:throwingNew ..\asmjit\src\asmjit\base\arch.cpp ..\asmjit\src\asmjit\base\codebuilder.cpp ..\asmjit\src\asmjit\base\codecompiler.cpp ..\asmjit\src\asmjit\base\codeemitter.cpp ..\asmjit\src\asmjit\base\codeholder.cpp ..\asmjit\src\asmjit\base\func.cpp ..\asmjit\src\asmjit\base\inst.cpp ..\asmjit\src\asmjit\base\logging.cpp ..\asmjit\src\asmjit\base\osutils.cpp ..\asmjit\src\asmjit\base\regalloc.cpp ..\asmjit\src\asmjit\x86\x86instimpl.cpp ..\asmjit\src\asmjit\x86\x86internal.cpp ..\asmjit\src\asmjit\x86\x86logging.cpp ..\asmjit\src\asmjit\x86\x86regalloc.cpp
  3. 1>arch.cpp
  4. 1>codebuilder.cpp
  5. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\arch.cpp': No such file or directory
  6. 1>codecompiler.cpp
  7. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\codebuilder.cpp': No such file or directory
  8. 1>codeemitter.cpp
  9. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\codecompiler.cpp': No such file or directory
  10. 1>codeholder.cpp
  11. 1>func.cpp
  12. 1>inst.cpp
  13. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\codeemitter.cpp': No such file or directory
  14. 1>logging.cpp
  15. 1>osutils.cpp
  16. 1>regalloc.cpp
  17. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\codeholder.cpp': No such file or directory
  18. 1>x86instimpl.cpp
  19. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\inst.cpp': No such file or directory
  20. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\func.cpp': No such file or directory
  21. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\logging.cpp': No such file or directory
  22. 1>x86internal.cpp
  23. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\x86\x86instimpl.cpp': No such file or directory
  24. 1>x86logging.cpp
  25. 1>x86regalloc.cpp
  26. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\regalloc.cpp': No such file or directory
  27. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\x86\x86logging.cpp': No such file or directory
  28. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\base\osutils.cpp': No such file or directory
  29. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\x86\x86internal.cpp': No such file or directory
  30. 1>c1xx : fatal error C1083: Cannot open source file: '..\asmjit\src\asmjit\x86\x86regalloc.cpp': No such file or directory
  31. 1>Done building project "asmjit.vcxproj" -- FAILED.
  32. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement