Este tema ha sido cerrado
Plecra 24 ABR 2017 a las 5:35 p. m.
Compiling from Github
To start off with, I am very much a noob, and if this is too simple or something I'm sorry. I am trying to compile Xenia (http://xenia.jp/) I have just installed the prerequisites, git with all default settings, Python 2.7 in program files (PATH is properly set up) and I already had visual studio. I am running windows 10, and have cloned the git. There is a file - xb.bat - that seems to be the main setup. I can run 'xb setup', then 'xb pull' fine in command line, but running 'xb build' runs and gives this output.- can anyone help with this?


C:\Users\tomSp\Downloads\xenia-master\git thingy\xenia>xb build
Building debug...

- running premake...
** Warning: the flags value Unicode has been deprecated.
Use `characterset "Unicode"` instead
** Warning: the flags value Symbols has been deprecated.
Use `symbols "On"` instead
Building configurations...
Baking capstone...
Baking gflags...
Baking glew...
Baking glslang-spirv...
Baking imgui...
Baking libavcodec...
Baking libavutil...
Baking snappy...
Baking spirv-tools...
Baking vulkan-loader...
Baking xxhash...
Baking yaml-cpp...
Baking xenia-core...
Baking xenia-app...
Baking xenia-apu...
Baking xenia-apu-nop...
Baking xenia-base...
Baking xenia-base-tests...
Baking xenia-cpu...
Baking xenia-cpu-tests...
Baking xenia-cpu-ppc-tests...
Baking xenia-cpu-backend-x64...
Baking xenia-debug-ui...
Baking xenia-gpu...
Baking xenia-gpu-shader-compiler...
Baking xenia-gpu-null...
Baking xenia-gpu-gl4...
Baking xenia-gpu-gl4-trace-viewer...
Baking xenia-gpu-gl4-trace-dump...
Baking xenia-gpu-vulkan...
Baking xenia-gpu-vulkan-trace-viewer...
Baking xenia-gpu-vulkan-trace-dump...
Baking xenia-hid...
Baking xenia-hid-demo...
Baking xenia-hid-nop...
Baking xenia-kernel...
Baking xenia-ui...
Baking xenia-ui-gl...
Baking xenia-ui-window-gl-demo...
Baking xenia-ui-spirv...
Baking xenia-ui-vulkan...
Baking xenia-ui-window-vulkan-demo...
Baking xenia-vfs...
Baking xenia-apu-xaudio2...
Baking xenia-hid-winkey...
Baking xenia-hid-xinput...
Running action 'vs2015'...
Done (1014ms).

- building (all):debug...
Traceback (most recent call last):
File "xenia-build", line 1357, in <module>
main()
File "xenia-build", line 87, in main
return_code = command.execute(args, pass_args, os.getcwd())
File "xenia-build", line 648, in execute
result = super(BuildCommand, self).execute(args, pass_args, cwd)
File "xenia-build", line 610, in execute
] + ([targets] if targets is not None else []) + pass_args, shell=False)
File "C:\Program Files (x86)\Python 2.7\lib\subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Program Files (x86)\Python 2.7\lib\subprocess.py", line 390, in __init__
errread, errwrite)
File "C:\Program Files (x86)\Python 2.7\lib\subprocess.py", line 640, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
< >
Mostrando 1-1 de 1 comentarios
Lucas 24 ABR 2017 a las 5:37 p. m. 
Is this something to do with steam?

If not, then I'd recommend posting in the forum/comments for the project.
< >
Mostrando 1-1 de 1 comentarios
Por página: 1530 50

Publicado el: 24 ABR 2017 a las 5:35 p. m.
Mensajes: 1