Advertisement
Guest User

BLUI compilation errors

a guest
Mar 9th, 2017
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Generating CEF project files...
  2.  
  3. ________ running 'C:\ue4_plugins\BLUI\builder\cefbuild\depot_tools\python276_bin\python.exe ../build/gyp_chromium cef.gyp -I cef.gypi' in 'C:\ue4_plugins\BLUI\builder\cefbuild\chromium\src\cef'
  4. Enabled Psyco JIT.
  5. Updating projects from gyp files...
  6. -------- Running "ninja -C out\Debug_x64 cefclient" in "C:\ue4_plugins\BLUI\builder\cefbuild\chromium\src"...
  7. ninja: Entering directory `out\Debug_x64'
  8. [1156/15550] CXX obj\third_party\pdfium\core\src\fxcodec\jbig2\fxcodec.JBig2_ArithIntDecoder.obj
  9. FAILED: obj/third_party/pdfium/core/src/fxcodec/jbig2/fxcodec.JBig2_ArithIntDecoder.obj
  10. ninja -t msvc -e environment.x64 -- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\third_party\pdfium\core\src\fxcodec\jbig2\fxcodec.JBig2_ArithIntDecoder.obj.rsp /c ..\..\third_party\pdfium\core\src\fxcodec\jbig2\JBig2_ArithIntDecoder.cpp /Foobj\third_party\pdfium\core\src\fxcodec\jbig2\fxcodec.JBig2_ArithIntDecoder.obj /Fdobj\third_party\pdfium\fxcodec.cc.pdb
  11. c:\ue4_plugins\blui\builder\cefbuild\chromium\src\third_party\pdfium\core\src\fxcodec\jbig2\jbig2_arithintdecoder.cpp(82): error C2220: warning treated as error - no 'object' file generated
  12. c:\ue4_plugins\blui\builder\cefbuild\chromium\src\third_party\pdfium\core\src\fxcodec\jbig2\jbig2_arithintdecoder.cpp(82): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
  13. [1165/15550] ACTION generate_about_tracing: generate_about_tracing_f56b22f93ab248248e284868673ef800
  14. ninja: build stopped: subcommand failed.
  15. Traceback (most recent call last):
  16. File "cefbuild.py", line 980, in <module>
  17. if options.buildlogfile else None)
  18. File "cefbuild.py", line 55, in run
  19. shell=(sys.platform == 'win32'))
  20. File "C:\Python27\lib\subprocess.py", line 186, in check_call
  21. raise CalledProcessError(retcode, cmd)
  22. subprocess.CalledProcessError: Command '['ninja', '-C', 'out\\Debug_x64', 'cefclient']' returned non-zero exit status 1
  23. Traceback (most recent call last):
  24. File "builder.py", line 144, in <module>
  25. builder.build_browser()
  26. File "builder.py", line 78, in build_browser
  27. rmpath = glob.glob('./cefbuild/chromium/src/cef/binary_distrib/cef_binary_*64/cefsimple')[0]
  28. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement