Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. ➜ dev ./lmbr_waf.sh configure
  2. [WAF] Executing 'configure'
  3. Running SetupAssistant.exe ...
  4. --- Lumberyard Setup Assistant ---
  5. Lumberyard Setup Assistant: Reading configuration from: /Users/null/Downloads/lumberyard-1.3-224027-mac/dev/SetupAssistantConfig.json
  6. Lumberyard Setup Assistant: Reading configuration from: /Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Bin64/SetupAssistantConfig.json
  7. SDK location: /Users/null/Downloads/lumberyard-1.3-224027-mac/dev
  8. Third-party location: /Users/null/Downloads/lumberyard-1.3-224027-mac/3rdParty
  9. Capabilities available, [x] enabled - [ ] disabled:
  10. [ ] rungame - Run your game project
  11. [ ] runeditor - Run the Lumberyard Editor and tools
  12. [ ] compilegame - Compile the game code
  13. [ ] compileengine - Compile the engine and asset pipeline
  14. [ ] compilesandbox - Compile the Lumberyard Editor and tools
  15. [ ] compileandroid - Compile for Android devices
  16. [X] compileios - Compile for iOS devices
  17. ############# Log of operations #################
  18. -->The Lumberyard installation location is valid: /Users/null/Downloads/lumberyard-1.3-224027-mac/dev.
  19. #################################################
  20. Successfully executed.
  21. Checking for program qmake-qt5 : not found
  22. Checking for program qmake5 : not found
  23. Checking for program qmake : not found
  24. Checking for program qtchooser : not found
  25. [WARNING] Unable to find the appropriate QT library. Make sure you have QT installed and you selected the appropriate options to build the Lumberyard engine, otherwise you will not be able to compile the QT dependent components.
  26. [INFO] Configure "darwin_x64 - [debug, profile, performance, release, debug_dedicated, profile_dedicated, performance_dedicated, release_dedicated]"
  27. [INFO] Configure "android_armv7_gcc - [debug, profile, performance, release, debug_dedicated, profile_dedicated, performance_dedicated, release_dedicated]"
  28. [WARN] Failed to find LY_ANDROID_SDK in _WAF_/environment.json.
  29. [WARN] Please re-run Setup Assistant with "Compile For Android" enabled and run the configure command again.
  30. [WARN] android_armv7_gcc setup failed, removing target platform
  31. [INFO] Configure "ios - [debug, profile, performance, release, debug_dedicated, profile_dedicated, performance_dedicated, release_dedicated]"
  32. Traceback (most recent call last):
  33. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Scripting.py", line 226, in waf_entry_point
  34. run_commands()
  35. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Scripting.py", line 329, in run_commands
  36. ctx = run_command(cmd_name)
  37. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Scripting.py", line 316, in run_command
  38. ctx.execute()
  39. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/wscript", line 810, in execute
  40. BuildContext.execute = wrap_execute(BuildContext.execute)
  41. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Configure.py", line 217, in execute
  42. super(ConfigurationContext, self).execute()
  43. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Context.py", line 220, in execute
  44. self.recurse([os.path.dirname(g_module.root_path)])
  45. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Context.py", line 303, in recurse
  46. user_function(self)
  47. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/wscript", line 343, in configure
  48. conf.game_project = project
  49. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Context.py", line 303, in recurse
  50. user_function(self)
  51. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/wscript", line 37, in build
  52. vc_version = ''
  53. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Context.py", line 303, in recurse
  54. user_function(self)
  55. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/CryEngine/wscript", line 43, in build
  56. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Context.py", line 303, in recurse
  57. user_function(self)
  58. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/CryEngine/Cry3DEngine/wscript", line 37, in build
  59. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Configure.py", line 416, in fun
  60. return f(*k, **kw)
  61. File "Code/Tools/waf-1.7.13/lmbrwaflib/cryengine_modules.py", line 854, in CryEngineModule
  62. ConfigureTaskGenerator(ctx, kw)
  63. File "Code/Tools/waf-1.7.13/lmbrwaflib/cryengine_modules.py", line 634, in ConfigureTaskGenerator
  64. LoadFileLists(ctx, kw, file_list)
  65. File "Code/Tools/waf-1.7.13/lmbrwaflib/cryengine_modules.py", line 308, in LoadFileLists
  66. file_list = ctx.map_uber_files(file_list, auto_uber_idx, target)
  67. File "/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/Tools/waf-1.7.13/waflib/Configure.py", line 416, in fun
  68. return f(*k, **kw)
  69. File "Code/Tools/waf-1.7.13/lmbrwaflib/generate_uber_files.py", line 121, in map_uber_files
  70. file_size = os.path.getsize(file_node.abspath())
  71. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py", line 57, in getsize
  72. return os.stat(filename).st_size
  73. OSError: [Errno 2] No such file or directory: '/Users/null/Downloads/lumberyard-1.3-224027-mac/dev/Code/SDKs/TangentBasisComputation/mikkelsen/mikktspace.cpp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement