Guest User

Untitled

a guest
May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. External Native Build Issues
  2. Build command failed.
  3. Error while executing process C:UserssriranjanAppDataLocalAndroidSdkcmake3.6.4111459bincmake.exe with arguments {-HC:researchspeaker recognitionandroid-alize-masteralize -BC:researchspeaker recognitionandroid-alize-masteralize.externalNativeBuildcmakereleasearmeabi-v7a -DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-16 -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:researchspeaker recognitionandroid-alize-masteralizebuildintermediatescmakereleaseobjarmeabi-v7a -DCMAKE_BUILD_TYPE=Release -DANDROID_NDK=C:UserssriranjanAppDataLocalAndroidSdkndk-bundle -DCMAKE_TOOLCHAIN_FILE=C:UserssriranjanAppDataLocalAndroidSdkndk-bundlebuildcmakeandroid.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:UserssriranjanAppDataLocalAndroidSdkcmake3.6.4111459binninja.exe -GAndroid Gradle - Ninja}
  4. -- Check for working C compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
  5. -- Check for working C compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
  11. -- Check for working CXX compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Configuring done
  17. CMake Error at CMakeLists.txt:96 (add_library):
  18. src/main/cpp/alize-core/src/alizeString.cpp
  19. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  20. .hxx .in .txx
  21. CMake Error: CMake can not determine linker language for target: alize-native
  22. -- Generating done
  23. -- Build files have been written to: C:/research/speaker recognition/android-alize-master/alize/.externalNativeBuild/cmake/release/armeabi-v7a
  24. Build command failed.
  25. Error while executing process C:UserssriranjanAppDataLocalAndroidSdkcmake3.6.4111459bincmake.exe with arguments {-HC:researchspeaker recognitionandroid-alize-masteralize -BC:researchspeaker recognitionandroid-alize-masteralize.externalNativeBuildcmakedebugarmeabi-v7a -DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-16 -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:researchspeaker recognitionandroid-alize-masteralizebuildintermediatescmakedebugobjarmeabi-v7a -DCMAKE_BUILD_TYPE=Debug -DANDROID_NDK=C:UserssriranjanAppDataLocalAndroidSdkndk-bundle -DCMAKE_TOOLCHAIN_FILE=C:UserssriranjanAppDataLocalAndroidSdkndk-bundlebuildcmakeandroid.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:UserssriranjanAppDataLocalAndroidSdkcmake3.6.4111459binninja.exe -GAndroid Gradle - Ninja}
  26. -- Check for working C compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
  27. -- Check for working C compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- works
  28. -- Detecting C compiler ABI info
  29. -- Detecting C compiler ABI info - done
  30. -- Detecting C compile features
  31. -- Detecting C compile features - done
  32. -- Check for working CXX compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe
  33. -- Check for working CXX compiler: C:/Users/sriranjan/AppData/Local/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe -- works
  34. -- Detecting CXX compiler ABI info
  35. -- Detecting CXX compiler ABI info - done
  36. -- Detecting CXX compile features
  37. -- Detecting CXX compile features - done
  38. -- Configuring done
  39. CMake Error at CMakeLists.txt:96 (add_library):
  40. src/main/cpp/alize-core/src/alizeString.cpp
  41. Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  42. .hxx .in .txx
  43. CMake Error: CMake can not determine linker language for target: alize-native
  44. -- Generating done
  45. -- Build files have been written to: C:/research/speaker recognition/android-alize-master/alize/.externalNativeBuild/cmake/debug/armeabi-v7a
  46. C:researchspeaker recognitionandroid-alize-masteralizebuild.gradle
  47. Warning:Warning:Configuration 'androidTestCompile' is obsolete and has been replaced with 'androidTestImplementation' and 'androidTestApi'.
  48. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  49. Warning:Warning:Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  50. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  51. Warning:Warning:Configuration 'androidTestApi' is obsolete and has been replaced with 'androidTestImplementation'.
  52. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  53. Warning:Warning:Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.
  54. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  55. Warning:Warning:Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
  56. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Add Comment
Please, Sign In to add comment