Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **********************************************************************
- ** Visual Studio 2022 Developer Command Prompt v17.2.6
- ** Copyright (c) 2022 Microsoft Corporation
- **********************************************************************
- D:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools>e:
- E:\>cd projetos\reactnice
- E:\projetos\reactnice>yarn install
- yarn install v1.22.15
- [1/4] Resolving packages...
- [2/4] Fetching packages...
- info [email protected]: The platform "win32" is incompatible with this module.
- info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
- [3/4] Linking dependencies...
- warning "react-native > [email protected]" has incorrect peer dependency "react@^16.0.0 || ^17.0.0".
- warning "react-native > react-native-codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6".
- warning "@react-native-community/eslint-config > @typescript-eslint/eslint-plugin > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
- [4/4] Building fresh packages...
- warning Your current version of Yarn is out of date. The latest version is "1.22.19", while you're on "1.22.15".
- info To upgrade, run the following command:
- $ curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- $ patch-package
- patch-package 6.4.7
- Applying patches...
- Done in 10.62s.
- E:\projetos\reactnice>yarn android --active-arch-only
- yarn run v1.22.15
- $ react-native run-android --active-arch-only
- info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
- Jetifier found 945 file(s) to forward-jetify. Using 12 workers...
- info Starting JS server...
- * daemon not running; starting now at tcp:5037
- * daemon started successfully
- info Launching emulator...
- info Successfully launched emulator.
- info Detected architectures x86_64
- info Installing the app...
- > Task :react-native-gradle-plugin:compileKotlin
- 'compileJava' task (current target is 1.8) and 'compileKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version.
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (10, 37): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (119, 30): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (135, 26): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (157, 32): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (163, 31): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactExtension.kt: (171, 36): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\ReactPlugin.kt: (100, 48): 'reactRoot: DirectoryProperty' is deprecated. reactRoot was confusing and has been replace with root to point toyour root project and reactNativeDir to point to the folder of the react-native NPM package
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (10, 37): 'ApplicationVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (11, 37): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (12, 37): 'LibraryVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (27, 51): 'BaseVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (130, 12): 'ApplicationVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (131, 12): 'LibraryVariant' is deprecated. Deprecated in Java
- w: E:\projetos\reactnice\node_modules\react-native-gradle-plugin\src\main\kotlin\com\facebook\react\TaskConfiguration.kt: (251, 14): 'BaseVariant' is deprecated. Deprecated in Java
- > Task :react-native-gradle-plugin:compileJava
- > Task :ReactAndroid:downloadFmt
- Download https://github.com/fmtlib/fmt/archive/6.2.1.tar.gz
- > Task :ReactAndroid:downloadGlog
- Download https://github.com/google/glog/archive/v0.3.5.tar.gz
- > Task :ReactAndroid:downloadBoost
- Download https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
- > Task :ReactAndroid:downloadFolly
- Download https://github.com/facebook/folly/archive/v2021.06.28.00.tar.gz
- > Task :ReactAndroid:prepareGlog
- Encountered duplicate path "config.h" during copy operation configured with DuplicatesStrategy.WARN
- > Task :ReactAndroid:downloadLibevent
- Download https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
- > Task :ReactAndroid:downloadDoubleConversion
- Download https://github.com/google/double-conversion/archive/v1.1.6.tar.gz
- > Task :ReactAndroid:hermes-engine:downloadHermes
- Download https://github.com/facebook/hermes/tarball/hermes-2022-05-20-RNv0.69.0-ee8941b8874132b8f83e4486b63ed5c19fc3f11
- > Task :ReactAndroid:hermes-engine:configureBuildForHermes
- -- Building for: NMake Makefiles
- -- The C compiler identification is MSVC 19.32.31332.0
- -- The CXX compiler identification is MSVC 19.32.31332.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: D:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: D:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found Python: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0/python3.8.exe (found version "3.8.10") found components: Interpreter
- -- Performing Test HAVE_COMPUTED_GOTO
- -- Performing Test HAVE_COMPUTED_GOTO - Failed
- -- Performing Test HAVE_GC_SECTIONS
- -- Performing Test HAVE_GC_SECTIONS - Failed
- -- Performing Test HAVE_ICF
- -- Performing Test HAVE_ICF - Failed
- -- Found the following ICU libraries:
- -- uc (required)
- -- i18n (required)
- -- data (required)
- -- uc (required)
- -- Found ICU: D:/icu/include (found suitable version "71.1", minimum required is "52")
- -- Looking for dlfcn.h
- -- Looking for dlfcn.h - not found
- -- Looking for errno.h
- -- Looking for errno.h - found
- -- Looking for fcntl.h
- -- Looking for fcntl.h - found
- -- Looking for link.h
- -- Looking for link.h - not found
- -- Looking for malloc.h
- -- Looking for malloc.h - found
- -- Looking for malloc/malloc.h
- -- Looking for malloc/malloc.h - not found
- -- Looking for signal.h
- -- Looking for signal.h - found
- -- Looking for sys/ioctl.h
- -- Looking for sys/ioctl.h - not found
- -- Looking for sys/mman.h
- -- Looking for sys/mman.h - not found
- -- Looking for sys/param.h
- -- Looking for sys/param.h - not found
- -- Looking for sys/resource.h
- -- Looking for sys/resource.h - not found
- -- Looking for sys/stat.h
- -- Looking for sys/stat.h - found
- -- Looking for sys/time.h
- -- Looking for sys/time.h - not found
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for termios.h
- -- Looking for termios.h - not found
- -- Looking for unistd.h
- -- Looking for unistd.h - not found
- -- Looking for valgrind/valgrind.h
- -- Looking for valgrind/valgrind.h - not found
- -- Looking for zlib.h
- -- Looking for zlib.h - not found
- -- Looking for fenv.h
- -- Looking for fenv.h - found
- -- Looking for FE_ALL_EXCEPT
- -- Looking for FE_ALL_EXCEPT - found
- -- Looking for FE_INEXACT
- -- Looking for FE_INEXACT - found
- -- Looking for mach/mach.h
- -- Looking for mach/mach.h - not found
- -- Looking for histedit.h
- -- Looking for histedit.h - not found
- -- Looking for CrashReporterClient.h
- -- Looking for CrashReporterClient.h - not found
- -- Looking for xar_open in xar
- -- Looking for xar_open in xar - not found
- -- Looking for arc4random
- -- Looking for arc4random - not found
- -- Looking for backtrace
- -- Looking for backtrace - not found
- -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
- -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
- -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed
- -- Looking for _Unwind_Backtrace
- -- Looking for _Unwind_Backtrace - not found
- -- Looking for getpagesize
- -- Looking for getpagesize - not found
- -- Looking for sysconf
- -- Looking for sysconf - not found
- -- Looking for getrusage
- -- Looking for getrusage - not found
- -- Looking for setrlimit
- -- Looking for setrlimit - not found
- -- Looking for isatty
- -- Looking for isatty - not found
- -- Looking for futimens
- -- Looking for futimens - not found
- -- Looking for futimes
- -- Looking for futimes - not found
- -- Looking for posix_fallocate
- -- Looking for posix_fallocate - not found
- -- Looking for sigaltstack
- -- Looking for sigaltstack - not found
- -- Looking for lseek64
- -- Looking for lseek64 - not found
- -- Looking for mallctl
- -- Looking for mallctl - not found
- -- Looking for mallinfo
- -- Looking for mallinfo - not found
- -- Looking for malloc_zone_statistics
- -- Looking for malloc_zone_statistics - not found
- -- Looking for getrlimit
- -- Looking for getrlimit - not found
- -- Looking for posix_spawn
- -- Looking for posix_spawn - not found
- -- Looking for pread
- -- Looking for pread - not found
- -- Looking for realpath
- -- Looking for realpath - not found
- -- Looking for sbrk
- -- Looking for sbrk - not found
- -- Looking for strerror
- -- Looking for strerror - found
- -- Looking for strerror_r
- -- Looking for strerror_r - not found
- -- Looking for strerror_s
- -- Looking for strerror_s - found
- -- Looking for setenv
- -- Looking for setenv - not found
- -- Looking for _chsize_s
- -- Looking for _chsize_s - found
- -- Looking for _alloca
- -- Looking for _alloca - not found
- -- Looking for __alloca
- -- Looking for __alloca - not found
- -- Looking for __chkstk
- -- Looking for __chkstk - found
- -- Looking for __chkstk_ms
- -- Looking for __chkstk_ms - not found
- -- Looking for ___chkstk
- -- Looking for ___chkstk - not found
- -- Looking for ___chkstk_ms
- -- Looking for ___chkstk_ms - not found
- -- Looking for __ashldi3
- -- Looking for __ashldi3 - not found
- -- Looking for __ashrdi3
- -- Looking for __ashrdi3 - not found
- -- Looking for __divdi3
- -- Looking for __divdi3 - not found
- -- Looking for __fixdfdi
- -- Looking for __fixdfdi - not found
- -- Looking for __fixsfdi
- -- Looking for __fixsfdi - not found
- -- Looking for __floatdidf
- -- Looking for __floatdidf - not found
- -- Looking for __lshrdi3
- -- Looking for __lshrdi3 - not found
- -- Looking for __moddi3
- -- Looking for __moddi3 - not found
- -- Looking for __udivdi3
- -- Looking for __udivdi3 - not found
- -- Looking for __umoddi3
- -- Looking for __umoddi3 - not found
- -- Looking for __main
- -- Looking for __main - not found
- -- Looking for __cmpdi2
- -- Looking for __cmpdi2 - not found
- -- Looking for __GLIBC__
- -- Looking for __GLIBC__ - not found
- -- Looking for sched_getaffinity
- -- Looking for sched_getaffinity - not found
- -- Looking for CPU_COUNT
- -- Looking for CPU_COUNT - not found
- -- Performing Test LLVM_HAS_ATOMICS
- -- Performing Test LLVM_HAS_ATOMICS - Success
- -- Performing Test SUPPORTS_NO_PIE_FLAG
- -- Performing Test SUPPORTS_NO_PIE_FLAG - Failed
- -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
- -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Failed
- -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
- -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
- -- Threads enabled.
- -- Doxygen disabled.
- -- Go bindings disabled.
- -- Could NOT find Python module pygments
- -- Could NOT find Python module pygments.lexers.c_cpp
- -- Could NOT find Python module yaml
- -- CMAKE_HOST_SYSTEM_NAME = Windows
- -- CMAKE_SYSTEM_NAME = Windows
- -- HERMES_APPLE_TARGET_PLATFORM =
- -- CMAKE_CROSSCOMPILING = FALSE
- -- Looking for readline
- -- Looking for readline - not found
- -- Configuring done
- -- Generating done
- -- Build files have been written to: E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/build/hermes
- > Task :ReactAndroid:hermes-engine:buildHermes
- Scanning dependencies of target LLVHDemangle
- [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/ItaniumDemangle.cpp.obj
- ItaniumDemangle.cpp
- [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/MicrosoftDemangle.cpp.obj
- MicrosoftDemangle.cpp
- [ 0%] Building CXX object external/llvh/lib/Demangle/CMakeFiles/LLVHDemangle.dir/MicrosoftDemangleNodes.cpp.obj
- MicrosoftDemangleNodes.cpp
- [ 0%] Linking CXX static library LLVHDemangle.lib
- [ 0%] Built target LLVHDemangle
- Scanning dependencies of target LLVHSupport
- [ 0%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/APFloat.cpp.obj
- APFloat.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/APInt.cpp.obj
- APInt.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/circular_raw_ostream.cpp.obj
- circular_raw_ostream.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/CommandLine.cpp.obj
- CommandLine.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ConvertUTF.cpp.obj
- ConvertUTF.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ConvertUTFWrapper.cpp.obj
- ConvertUTFWrapper.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Debug.cpp.obj
- Debug.cpp
- [ 3%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Errno.cpp.obj
- Errno.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Error.cpp.obj
- Error.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ErrorHandling.cpp.obj
- ErrorHandling.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/FileCheck.cpp.obj
- FileCheck.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/FoldingSet.cpp.obj
- FoldingSet.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/GraphWriter.cpp.obj
- GraphWriter.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Hashing.cpp.obj
- Hashing.cpp
- [ 6%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Host.cpp.obj
- Host.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/InitLLVM.cpp.obj
- InitLLVM.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/LineIterator.cpp.obj
- LineIterator.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Locale.cpp.obj
- Locale.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/ManagedStatic.cpp.obj
- ManagedStatic.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/MD5.cpp.obj
- MD5.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Memory.cpp.obj
- Memory.cpp
- [ 9%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/MemoryBuffer.cpp.obj
- MemoryBuffer.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Mutex.cpp.obj
- Mutex.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/NativeFormatting.cpp.obj
- NativeFormatting.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Path.cpp.obj
- Path.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/PrettyStackTrace.cpp.obj
- PrettyStackTrace.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Process.cpp.obj
- Process.cpp
- [ 12%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Program.cpp.obj
- Program.cpp
- [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/raw_ostream.cpp.obj
- raw_ostream.cpp
- [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/raw_os_ostream.cpp.obj
- raw_os_ostream.cpp
- [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regcomp.c.obj
- regcomp.c
- [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regerror.c.obj
- regerror.c
- [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regfree.c.obj
- regfree.c
- [ 16%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Regex.cpp.obj
- Regex.cpp
- [ 16%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regexec.c.obj
- regexec.c
- [ 19%] Building C object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/regstrlcpy.c.obj
- regstrlcpy.c
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SHA1.cpp.obj
- SHA1.cpp
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Signals.cpp.obj
- Signals.cpp
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SmallVector.cpp.obj
- SmallVector.cpp
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SmallPtrSet.cpp.obj
- SmallPtrSet.cpp
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/SourceMgr.cpp.obj
- SourceMgr.cpp
- [ 19%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Statistic.cpp.obj
- Statistic.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringExtras.cpp.obj
- StringExtras.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringMap.cpp.obj
- StringMap.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringRef.cpp.obj
- StringRef.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/StringSaver.cpp.obj
- StringSaver.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/TargetParser.cpp.obj
- TargetParser.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Threading.cpp.obj
- Threading.cpp
- [ 22%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Timer.cpp.obj
- Timer.cpp
- [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Triple.cpp.obj
- Triple.cpp
- [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Twine.cpp.obj
- Twine.cpp
- [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Unicode.cpp.obj
- Unicode.cpp
- [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Valgrind.cpp.obj
- Valgrind.cpp
- [ 25%] Building CXX object external/llvh/lib/Support/CMakeFiles/LLVHSupport.dir/Watchdog.cpp.obj
- Watchdog.cpp
- [ 25%] Linking CXX static library LLVHSupport.lib
- [ 25%] Built target LLVHSupport
- Scanning dependencies of target hermesOptimizer
- [ 25%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/PassManager/Pipeline.cpp.obj
- Pipeline.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/SimplifyCFG.cpp.obj
- SimplifyCFG.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/CSE.cpp.obj
- CSE.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/CodeMotion.cpp.obj
- CodeMotion.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/DCE.cpp.obj
- DCE.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Mem2Reg.cpp.obj
- Mem2Reg.cpp
- [ 29%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/TypeInference.cpp.obj
- TypeInference.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/StackPromotion.cpp.obj
- StackPromotion.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/InstSimplify.cpp.obj
- InstSimplify.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Auditor.cpp.obj
- Auditor.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Wasm/WasmSimplify.cpp.obj
- WasmSimplify.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/SimpleCallGraphProvider.cpp.obj
- SimpleCallGraphProvider.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/ResolveStaticRequire.cpp.obj
- ResolveStaticRequire.cpp
- [ 32%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/FuncSigOpts.cpp.obj
- FuncSigOpts.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Utils.cpp.obj
- Utils.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/Inlining.cpp.obj
- Inlining.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/HoistStartGenerator.cpp.obj
- HoistStartGenerator.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/InstructionEscapeAnalysis.cpp.obj
- InstructionEscapeAnalysis.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/Optimizer/Scalar/TDZDedup.cpp.obj
- TDZDedup.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/IR/Analysis.cpp.obj
- Analysis.cpp
- [ 35%] Building CXX object lib/CMakeFiles/hermesOptimizer.dir/IR/IREval.cpp.obj
- IREval.cpp
- [ 38%] Linking CXX static library hermesOptimizer.lib
- [ 38%] Built target hermesOptimizer
- Scanning dependencies of target hermesFrontEndDefs
- [ 38%] Building CXX object lib/FrontEndDefs/CMakeFiles/hermesFrontEndDefs.dir/Builtins.cpp.obj
- Builtins.cpp
- [ 38%] Linking CXX static library hermesFrontEndDefs.lib
- [ 38%] Built target hermesFrontEndDefs
- Scanning dependencies of target hermesPlatformUnicode
- [ 38%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeJava.cpp.obj
- PlatformUnicodeJava.cpp
- [ 38%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeCF.cpp.obj
- PlatformUnicodeCF.cpp
- [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeICU.cpp.obj
- PlatformUnicodeICU.cpp
- [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeLite.cpp.obj
- PlatformUnicodeLite.cpp
- [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/PlatformUnicodeEmscripten.cpp.obj
- PlatformUnicodeEmscripten.cpp
- [ 41%] Building CXX object lib/Platform/Unicode/CMakeFiles/hermesPlatformUnicode.dir/CharacterProperties.cpp.obj
- CharacterProperties.cpp
- [ 41%] Linking CXX static library hermesPlatformUnicode.lib
- [ 41%] Built target hermesPlatformUnicode
- Scanning dependencies of target hermesRegex
- [ 41%] Building CXX object lib/Regex/CMakeFiles/hermesRegex.dir/RegexParser.cpp.obj
- RegexParser.cpp
- [ 45%] Building CXX object lib/Regex/CMakeFiles/hermesRegex.dir/Executor.cpp.obj
- Executor.cpp
- [ 45%] Linking CXX static library hermesRegex.lib
- [ 45%] Built target hermesRegex
- Scanning dependencies of target dtoa
- [ 48%] Building C object external/dtoa/CMakeFiles/dtoa.dir/dtoa.c.obj
- dtoa.c
- [ 48%] Building C object external/dtoa/CMakeFiles/dtoa.dir/g_fmt.c.obj
- g_fmt.c
- E:\projetos\reactnice\node_modules\react-native\sdks\hermes\external\dtoa\g_fmt.c(95): warning C4102: 'done': unreferenced label
- [ 48%] Building CXX object external/dtoa/CMakeFiles/dtoa.dir/locks.cpp.obj
- locks.cpp
- [ 48%] Linking CXX static library dtoa.lib
- [ 48%] Built target dtoa
- Scanning dependencies of target hermesSupport
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Allocator.cpp.obj
- Allocator.cpp
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Base64.cpp.obj
- Base64.cpp
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Base64vlq.cpp.obj
- Base64vlq.cpp
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/CheckedMalloc.cpp.obj
- CheckedMalloc.cpp
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Conversions.cpp.obj
- Conversions.cpp
- [ 48%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/ErrorHandling.cpp.obj
- ErrorHandling.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/JSONEmitter.cpp.obj
- JSONEmitter.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatEmscripten.cpp.obj
- OSCompatEmscripten.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatPosix.cpp.obj
- OSCompatPosix.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/OSCompatWindows.cpp.obj
- OSCompatWindows.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/PageAccessTrackerPosix.cpp.obj
- PageAccessTrackerPosix.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/PerfSection.cpp.obj
- PerfSection.cpp
- [ 51%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/RegExpSerialization.cpp.obj
- RegExpSerialization.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/Semaphore.cpp.obj
- Semaphore.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SHA1.cpp.obj
- SHA1.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SNPrintfBuf.cpp.obj
- SNPrintfBuf.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SourceErrorManager.cpp.obj
- SourceErrorManager.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/SimpleDiagHandler.cpp.obj
- SimpleDiagHandler.cpp
- [ 54%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/StringTable.cpp.obj
- StringTable.cpp
- [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/UTF8.cpp.obj
- UTF8.cpp
- [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/UTF16Stream.cpp.obj
- UTF16Stream.cpp
- [ 58%] Building CXX object lib/Support/CMakeFiles/hermesSupport.dir/LEB128.cpp.obj
- LEB128.cpp
- [ 58%] Linking CXX static library hermesSupport.lib
- [ 58%] Built target hermesSupport
- Scanning dependencies of target hermesAST
- [ 58%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ASTBuilder.cpp.obj
- ASTBuilder.cpp
- [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ESTree.cpp.obj
- ESTree.cpp
- [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/ESTreeJSONDumper.cpp.obj
- ESTreeJSONDumper.cpp
- [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/SemValidate.cpp.obj
- SemValidate.cpp
- [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/SemanticValidator.cpp.obj
- SemanticValidator.cpp
- [ 61%] Building CXX object lib/AST/CMakeFiles/hermesAST.dir/CommonJS.cpp.obj
- CommonJS.cpp
- [ 61%] Linking CXX static library hermesAST.lib
- [ 61%] Built target hermesAST
- Scanning dependencies of target hermesParser
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSLexer.cpp.obj
- JSLexer.cpp
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSONParser.cpp.obj
- JSONParser.cpp
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParser.cpp.obj
- JSParser.cpp
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl.cpp.obj
- JSParserImpl.cpp
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-flow.cpp.obj
- JSParserImpl-flow.cpp
- [ 61%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-jsx.cpp.obj
- JSParserImpl-jsx.cpp
- [ 64%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/JSParserImpl-ts.cpp.obj
- JSParserImpl-ts.cpp
- [ 64%] Building CXX object lib/Parser/CMakeFiles/hermesParser.dir/rust-api.cpp.obj
- rust-api.cpp
- [ 64%] Linking CXX static library hermesParser.lib
- [ 64%] Built target hermesParser
- Scanning dependencies of target hermesFrontend
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/IRGen.cpp.obj
- IRGen.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen.cpp.obj
- ESTreeIRGen.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-expr.cpp.obj
- ESTreeIRGen-expr.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-stmt.cpp.obj
- ESTreeIRGen-stmt.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-func.cpp.obj
- ESTreeIRGen-func.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/ESTreeIRGen-except.cpp.obj
- ESTreeIRGen-except.cpp
- [ 67%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IRGen/IRInstrument.cpp.obj
- IRInstrument.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IR.cpp.obj
- IR.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/CFG.cpp.obj
- CFG.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IRBuilder.cpp.obj
- IRBuilder.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/IRVerifier.cpp.obj
- IRVerifier.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/IR/Instrs.cpp.obj
- Instrs.cpp
- [ 70%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Utils/Dumper.cpp.obj
- Dumper.cpp
- [ 74%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Optimizer/Wasm/WasmIntrinsics.cpp.obj
- WasmIntrinsics.cpp
- [ 74%] Building CXX object lib/CMakeFiles/hermesFrontend.dir/Optimizer/Wasm/EmitWasmIntrinsics.cpp.obj
- EmitWasmIntrinsics.cpp
- [ 74%] Linking CXX static library hermesFrontend.lib
- [ 74%] Built target hermesFrontend
- Scanning dependencies of target hermesADT
- [ 74%] Building CXX object lib/ADT/CMakeFiles/hermesADT.dir/CompactArray.cpp.obj
- CompactArray.cpp
- [ 74%] Linking CXX static library hermesADT.lib
- [ 74%] Built target hermesADT
- Scanning dependencies of target hermesInst
- [ 74%] Building CXX object lib/Inst/CMakeFiles/hermesInst.dir/InstDecode.cpp.obj
- InstDecode.cpp
- [ 74%] Building CXX object lib/Inst/CMakeFiles/hermesInst.dir/InstDecode2.cpp.obj
- InstDecode2.cpp
- [ 74%] Linking CXX static library hermesInst.lib
- [ 74%] Built target hermesInst
- Scanning dependencies of target hermesAST2JS
- [ 74%] Building CXX object lib/AST2JS/CMakeFiles/hermesAST2JS.dir/AST2JS.cpp.obj
- AST2JS.cpp
- [ 77%] Linking CXX static library hermesAST2JS.lib
- [ 77%] Built target hermesAST2JS
- Scanning dependencies of target hermesFlowParser
- [ 77%] Building CXX object lib/FlowParser/CMakeFiles/hermesFlowParser.dir/FlowParser.cpp.obj
- FlowParser.cpp
- [ 77%] Linking CXX static library hermesFlowParser.lib
- [ 77%] Built target hermesFlowParser
- Scanning dependencies of target hermesBackend
- [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/RegAlloc.cpp.obj
- RegAlloc.cpp
- [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/BCOpt.cpp.obj
- BCOpt.cpp
- [ 77%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/Lowering.cpp.obj
- Lowering.cpp
- [ 80%] Building CXX object lib/BCGen/CMakeFiles/hermesBackend.dir/Exceptions.cpp.obj
- Exceptions.cpp
- [ 80%] Linking CXX static library hermesBackend.lib
- [ 80%] Built target hermesBackend
- Scanning dependencies of target hermesSourceMap
- [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/c-api.cpp.obj
- c-api.cpp
- [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMap.cpp.obj
- SourceMap.cpp
- [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapGenerator.cpp.obj
- SourceMapGenerator.cpp
- [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapParser.cpp.obj
- SourceMapParser.cpp
- [ 80%] Building CXX object lib/SourceMap/CMakeFiles/hermesSourceMap.dir/SourceMapTranslator.cpp.obj
- SourceMapTranslator.cpp
- [ 83%] Linking CXX static library hermesSourceMap.lib
- [ 83%] Built target hermesSourceMap
- Scanning dependencies of target hermesHBCBackend
- [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BackendContext.cpp.obj
- BackendContext.cpp
- [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/HBC.cpp.obj
- HBC.cpp
- [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/ISel.cpp.obj
- ISel.cpp
- [ 83%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Bytecode.cpp.obj
- Bytecode.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeStream.cpp.obj
- BytecodeStream.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeGenerator.cpp.obj
- BytecodeGenerator.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeDataProvider.cpp.obj
- BytecodeDataProvider.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeProviderFromSrc.cpp.obj
- BytecodeProviderFromSrc.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeDisassembler.cpp.obj
- BytecodeDisassembler.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/BytecodeFormConverter.cpp.obj
- BytecodeFormConverter.cpp
- [ 87%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/ConsecutiveStringStorage.cpp.obj
- ConsecutiveStringStorage.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/DebugInfo.cpp.obj
- DebugInfo.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes.cpp.obj
- Passes.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SerializedLiteralGenerator.cpp.obj
- SerializedLiteralGenerator.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SerializedLiteralParserBase.cpp.obj
- SerializedLiteralParserBase.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/SimpleBytecodeBuilder.cpp.obj
- SimpleBytecodeBuilder.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/StringKind.cpp.obj
- StringKind.cpp
- [ 90%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/TraverseLiteralStrings.cpp.obj
- TraverseLiteralStrings.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/UniquingFilenameTable.cpp.obj
- UniquingFilenameTable.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/UniquingStringLiteralTable.cpp.obj
- UniquingStringLiteralTable.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/FuncCallNOpts.cpp.obj
- FuncCallNOpts.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/InsertProfilePoint.cpp.obj
- InsertProfilePoint.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/LowerBuiltinCalls.cpp.obj
- LowerBuiltinCalls.cpp
- [ 93%] Building CXX object lib/BCGen/HBC/CMakeFiles/hermesHBCBackend.dir/Passes/OptEnvironmentInit.cpp.obj
- OptEnvironmentInit.cpp
- [ 96%] Linking CXX static library hermesHBCBackend.lib
- [ 96%] Built target hermesHBCBackend
- Scanning dependencies of target zip
- [ 96%] Building C object external/zip/CMakeFiles/zip.dir/src/zip.c.obj
- zip.c
- [100%] Linking C static library zip.lib
- [100%] Built target zip
- Scanning dependencies of target hermesCompilerDriver
- [100%] Building CXX object lib/CompilerDriver/CMakeFiles/hermesCompilerDriver.dir/CompilerDriver.cpp.obj
- CompilerDriver.cpp
- E:\projetos\reactnice\node_modules\react-native\sdks\hermes\include\hermes/VM/SmallHermesValue.h(101): warning C4312: 'reinterpret_cast': conversion from 'hermes::vm::CompressedPointer::RawType' to 'hermes::vm::GCCell *' of greater size
- E:\projetos\reactnice\node_modules\react-native\sdks\hermes\include\hermes/VM/SmallHermesValue.h(132): warning C4312: 'reinterpret_cast': conversion from 'hermes::vm::CompressedPointer::RawType' to 'hermes::vm::GCCell *' of greater size
- [100%] Linking CXX static library hermesCompilerDriver.lib
- [100%] Built target hermesCompilerDriver
- Scanning dependencies of target hermesc
- [100%] Building CXX object tools/hermesc/CMakeFiles/hermesc.dir/hermesc.cpp.obj
- hermesc.cpp
- [100%] Linking CXX executable ..\..\bin\hermesc.exe
- [100%] Built target hermesc
- > Task :ReactAndroid:hermes-engine:configureCMakeRelease[x86_64]
- C/C++: debug|x86_64 :CMake Deprecation Warning at CMakeLists.txt:42 (cmake_policy):
- C/C++: debug|x86_64 : The OLD behavior for policy CMP0026 will be removed from a future version
- C/C++: debug|x86_64 : of CMake.
- C/C++: debug|x86_64 : The cmake-policies(7) manual explains that the OLD behaviors of all
- C/C++: debug|x86_64 : policies are deprecated and that a policy should be set to OLD only under
- C/C++: debug|x86_64 : specific short-term circumstances. Projects should be ported to the NEW
- C/C++: debug|x86_64 : behavior and not rely on setting a policy to OLD.
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/AndroidSdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
- C/C++: debug|x86_64 : CMakeLists.txt:64 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning at external/llvh/cmake/modules/GetHostTriple.cmake:18 (message):
- C/C++: debug|x86_64 : LLVM_HOST_TRIPLE can't be computed on Windows with this toolchain
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : external/llvh/cmake/config-ix.cmake:360 (get_host_triple)
- C/C++: debug|x86_64 : external/llvh/CMakeLists.txt:21 (include)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/hermes-engine/.cxx/Release/4ve6r2y3/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
- C/C++: debug|x86_64 :CMake Warning:
- C/C++: debug|x86_64 : Manually-specified variables were not used by the project:
- C/C++: debug|x86_64 : ANDROID_LD
- > Task :ReactAndroid:configureCMakeDebug[x86_64]
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/AndroidSdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
- C/C++: debug|x86_64 : CMakeLists.txt:9 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
- C/C++: debug|x86_64 :CMake Warning at E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
- C/C++: debug|x86_64 : An old version of CMake is being used that cannot automatically detect
- C/C++: debug|x86_64 : compiler attributes. Compiler identification is being bypassed. Some
- C/C++: debug|x86_64 : values may be wrong or missing. Update to CMake 3.19 or newer to use
- C/C++: debug|x86_64 : CMake's built-in compiler identification.
- C/C++: debug|x86_64 :Call Stack (most recent call first):
- C/C++: debug|x86_64 : E:/AndroidSdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
- C/C++: debug|x86_64 : E:/projetos/reactnice/node_modules/react-native/ReactAndroid/.cxx/Debug/2d6k401i/x86_64/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
- > Task :ReactAndroid:hermes-engine:compileDebugJavaWithJavac
- > Task :ReactAndroid:compileDebugKotlin
- w: E:\projetos\reactnice\node_modules\react-native\ReactAndroid\src\main\java\com\facebook\react\views\view\ReactMapBufferPropSetter.kt: (222, 11): Condition 'action != null' is always 'true'
- w: E:\projetos\reactnice\node_modules\react-native\ReactAndroid\src\main\java\com\facebook\react\views\view\ReactViewManagerWrapper.kt: (67, 19): 'receiveCommand(T, Int, ReadableArray?): Unit' is deprecated. Deprecated in Java
- > Task :ReactAndroid:compileDebugJavaWithJavac
- > Task :app:mergeDebugNativeLibs
- 2 files found for path 'lib/x86_64/libc++_shared.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libc++_shared.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libc++_shared.so
- 2 files found for path 'lib/x86_64/libfabricjni.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfabricjni.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfabricjni.so
- 2 files found for path 'lib/x86_64/libfbjni.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the AndroidGradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfbjni.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfbjni.so
- 2 files found for path 'lib/x86_64/libfolly_runtime.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of theAndroid Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libfolly_runtime.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libfolly_runtime.so
- 2 files found for path 'lib/x86_64/libglog.so'. This version of the Android Gradle Plugin chooses the file from the appor dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libglog.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libglog.so
- 2 files found for path 'lib/x86_64/libjsi.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libjsi.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libjsi.so
- 2 files found for path 'lib/x86_64/libreact_codegen_rncore.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versionsof the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_codegen_rncore.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_codegen_rncore.so
- 2 files found for path 'lib/x86_64/libreact_debug.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_debug.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_debug.so
- 2 files found for path 'lib/x86_64/libreact_nativemodule_core.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_nativemodule_core.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_nativemodule_core.so
- 2 files found for path 'lib/x86_64/libreact_render_componentregistry.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_componentregistry.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_componentregistry.so
- 2 files found for path 'lib/x86_64/libreact_render_core.so'. This version of the Android Gradle Plugin chooses the filefrom the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions ofthe Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_core.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_core.so
- 2 files found for path 'lib/x86_64/libreact_render_debug.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_debug.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_debug.so
- 2 files found for path 'lib/x86_64/libreact_render_graphics.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libreact_render_graphics.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libreact_render_graphics.so
- 2 files found for path 'lib/x86_64/librrc_view.so'. This version of the Android Gradle Plugin chooses the file from theapp or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\librrc_view.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\librrc_view.so
- 2 files found for path 'lib/x86_64/libruntimeexecutor.so'. This version of the Android Gradle Plugin chooses the file from the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libruntimeexecutor.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libruntimeexecutor.so
- 2 files found for path 'lib/x86_64/libturbomodulejsijni.so'. This version of the Android Gradle Plugin chooses the filefrom the app or dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions ofthe Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libturbomodulejsijni.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libturbomodulejsijni.so
- 2 files found for path 'lib/x86_64/libyoga.so'. This version of the Android Gradle Plugin chooses the file from the appor dynamic-feature module, but this can cause unexpected behavior or errors at runtime. Future versions of the Android Gradle Plugin may throw an error in this case.
- Inputs:
- - E:\projetos\reactnice\android\app\build\intermediates\cxx\Debug\2u73l473\obj\local\x86_64\libyoga.so
- - E:\projetos\reactnice\node_modules\react-native\ReactAndroid\build\intermediates\library_jni\debug\jni\x86_64\libyoga.so
- > Task :app:compileDebugJavaWithJavac
- > Task :app:installDebug
- Installing APK 'app-debug.apk' on 'Pixel_4_API_31(AVD) - 12' for app:debug
- Installed on 1 device.
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
- BUILD SUCCESSFUL in 9m 1s
- 110 actionable tasks: 110 executed
- info Connecting to the development server...
- info Starting the app on "emulator-5554"...
- Starting: Intent { cmp=com.reactnice/.MainActivity }
Add Comment
Please, Sign In to add comment