Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. Error while executing process B:\Programming\Android\SDK\cmake\3.6.3155560\bin\cmake.exe with arguments {-HB:\Programming\Bachelor\Practice\Corners\corners\src\main\cpp\Urho3D\Source\Corners -BB:\Programming\Bachelor\Practice\Corners\corners\.externalNativeBuild\cmake\cornersTestRelease\armeabi -GAndroid Gradle - Ninja -DANDROID_ABI=armeabi -DANDROID_NDK=B:\Programming\Android\SDK\ndk-bundle -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=B:\Programming\Bachelor\Practice\Corners\corners\build\intermediates\cmake\cornersTest\release\obj\armeabi -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=B:\Programming\Android\SDK\cmake\3.6.3155560\bin\ninja.exe -DCMAKE_TOOLCHAIN_FILE=B:\Programming\Android\SDK\ndk-bundle\build\cmake\android.toolchain.cmake -DANDROID_PLATFORM=android-14 -DCMAKE_CXX_FLAGS=-std=c++11 -frtti -fexceptions}
  2. -- Check for working C compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
  3. -- Check for working C compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- works
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Detecting C compile features
  7. -- Detecting C compile features - done
  8. -- Check for working CXX compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
  9. -- Check for working CXX compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. CMake Warning at B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/CMake/Modules/CheckHost.cmake:48 (message):
  15. Could not use MKLINK to setup symbolic links as this Windows user account
  16. does not have the privilege to do so. When MKLINK is not available then
  17. the build system will fallback to use file/directory copy of the library
  18. headers from source tree to build tree. In order to prevent stale headers
  19. being used in the build, this file/directory copy will be redone also as a
  20. post-build step for each library targets. This may slow down the build
  21. unnecessarily or even cause other unforseen issues due to incomplete or
  22. stale headers in the build tree. Request your Windows Administrator to
  23. grant your user account to have privilege to create symlink via MKLINK
  24. command. You are NOT advised to use the Administrator account directly to
  25. generate build tree in all cases.
  26. Call Stack (most recent call first):
  27. B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/CMake/Modules/Urho3D-CMake-common.cmake:79 (include)
  28. CMakeLists.txt:49 (include)
  29. -- Found Urho3D: B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Android_Build/libs/armeabi-v7a/libUrho3D.so (found version "Unversioned")
  30. Error copying file (if different) from "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/bin/CoreData" to "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/Android/assets/CoreData".
  31. Error copying file (if different) from "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/bin/Data" to "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/Android/assets/Data".
  32. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  33. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  34. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  35. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  36. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  37. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  38. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  39. -- Configuring incomplete, errors occurred!
  40. Please set them or make sure they are set and tested correctly in the CMake files:
  41. ALPHAENGINE_INCLUDE_DIRS (ADVANCED)
  42. See also "B:/Programming/Bachelor/Practice/Corners/corners/.externalNativeBuild/cmake/cornersTestRelease/armeabi/CMakeFiles/CMakeOutput.log".
  43. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
  44. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
  45. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
  46. Build command failed.
  47. Error while executing process B:\Programming\Android\SDK\cmake\3.6.3155560\bin\cmake.exe with arguments {-HB:\Programming\Bachelor\Practice\Corners\corners\src\main\cpp\Urho3D\Source\Corners -BB:\Programming\Bachelor\Practice\Corners\corners\.externalNativeBuild\cmake\cornersTestDebug\armeabi -GAndroid Gradle - Ninja -DANDROID_ABI=armeabi -DANDROID_NDK=B:\Programming\Android\SDK\ndk-bundle -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=B:\Programming\Bachelor\Practice\Corners\corners\build\intermediates\cmake\cornersTest\debug\obj\armeabi -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=B:\Programming\Android\SDK\cmake\3.6.3155560\bin\ninja.exe -DCMAKE_TOOLCHAIN_FILE=B:\Programming\Android\SDK\ndk-bundle\build\cmake\android.toolchain.cmake -DANDROID_PLATFORM=android-14 -DCMAKE_CXX_FLAGS=-std=c++11 -frtti -fexceptions}
  48. -- Check for working C compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
  49. -- Check for working C compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- works
  50. -- Detecting C compiler ABI info
  51. -- Detecting C compiler ABI info - done
  52. -- Detecting C compile features
  53. -- Detecting C compile features - done
  54. -- Check for working CXX compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
  55. -- Check for working CXX compiler: B:/Programming/Android/SDK/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe -- works
  56. -- Detecting CXX compiler ABI info
  57. -- Detecting CXX compiler ABI info - done
  58. -- Detecting CXX compile features
  59. -- Detecting CXX compile features - done
  60. CMake Warning at B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/CMake/Modules/CheckHost.cmake:48 (message):
  61. Could not use MKLINK to setup symbolic links as this Windows user account
  62. does not have the privilege to do so. When MKLINK is not available then
  63. the build system will fallback to use file/directory copy of the library
  64. headers from source tree to build tree. In order to prevent stale headers
  65. being used in the build, this file/directory copy will be redone also as a
  66. post-build step for each library targets. This may slow down the build
  67. unnecessarily or even cause other unforseen issues due to incomplete or
  68. stale headers in the build tree. Request your Windows Administrator to
  69. grant your user account to have privilege to create symlink via MKLINK
  70. command. You are NOT advised to use the Administrator account directly to
  71. generate build tree in all cases.
  72. Call Stack (most recent call first):
  73. B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/CMake/Modules/Urho3D-CMake-common.cmake:79 (include)
  74. CMakeLists.txt:49 (include)
  75. -- Found Urho3D: B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Android_Build/libs/armeabi-v7a/libUrho3D.so (found version "Unversioned")
  76. Error copying file (if different) from "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/bin/CoreData" to "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/Android/assets/CoreData".
  77. Error copying file (if different) from "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/bin/Data" to "B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners/Android/assets/Data".
  78. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  79. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  80. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  81. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  82. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  83. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  84. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  85. -- Configuring incomplete, errors occurred!
  86. Please set them or make sure they are set and tested correctly in the CMake files:
  87. See also "B:/Programming/Bachelor/Practice/Corners/corners/.externalNativeBuild/cmake/cornersTestDebug/armeabi/CMakeFiles/CMakeOutput.log".
  88. ALPHAENGINE_INCLUDE_DIRS (ADVANCED)
  89. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
  90. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
  91. used as include directory in directory B:/Programming/Bachelor/Practice/Corners/corners/src/main/cpp/Urho3D/Source/Corners
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement