Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling master encountered the following error #23

Closed
MrWuZhenQuan opened this issue Apr 7, 2024 · 3 comments
Closed

Compiling master encountered the following error #23

MrWuZhenQuan opened this issue Apr 7, 2024 · 3 comments

Comments

@MrWuZhenQuan
Copy link

[CXX1429] error when building with cmake using \avif-coder\app\src\main\cpp\CMakeLists.txt: C++ build system [configure] failed while executing:
@echo off
"
:\Android\SDK\cmake\3.22.1\bin\cmake.exe" ^
"-HG:\work\avif-coder\app\src\main\cpp" ^
"-DCMAKE_SYSTEM_NAME=Android" ^
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^
"-DCMAKE_SYSTEM_VERSION=24" ^
"-DANDROID_PLATFORM=android-24" ^
"-DANDROID_ABI=arm64-v8a" ^
"-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^
"-DANDROID_NDK=:\Android\SDK\ndk\25.1.8937393" ^
"-DCMAKE_ANDROID_NDK=
:\Android\SDK\ndk\25.1.8937393" ^
"-DCMAKE_TOOLCHAIN_FILE=:\Android\SDK\ndk\25.1.8937393\build\cmake\android.toolchain.cmake" ^
"-DCMAKE_MAKE_PROGRAM=
:\Android\SDK\cmake\3.22.1\bin\ninja.exe" ^
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=*:\avif-coder\app\build\intermediates\cxx\Debug\431y1p69\obj\arm64-v8a" ^
"-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=
:\avif-coder\app\build\intermediates\cxx\Debug\431y1p69\obj\arm64-v8a" ^
"-DCMAKE_BUILD_TYPE=Debug" ^
"-
:\avif-coder\app\.cxx\Debug\431y1p69\arm64-v8a" ^
-GNinja

@awxkee
Copy link
Owner

awxkee commented Apr 7, 2024

There is only report that configuring failed, not the error itself. Please, check the log above and get the error.

@MrWuZhenQuan
Copy link
Author

There is only report that configuring failed, not the error itself. Please, check the log above and get the error.

I have solved it by clearing cache

@awxkee
Copy link
Owner

awxkee commented Apr 7, 2024

Yeah, this is the universal solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants