C and CXX compiler identification unknown #3525
Unanswered
BelieveInTheLimitless
asked this question in
Q&A
Replies: 2 comments
-
Could you please provide which version of wallet-core you are trying to build, the exact commands? |
Beta Was this translation helpful? Give feedback.
0 replies
-
First, I cloned the latest commit of wallet-core repository and tried to build the project locally on docker following the instructions given on https://developer.trustwallet.com/developer/wallet-core/developing-the-library/building#building-inside-docker-image. I haven't made any changes to the Dockerfile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When attempting to build wallet-core using the provided Docker image installation , the build process encounters an issue related to the C and C++ compilers.
To Reproduce
Expected behavior
The build process should be successful and not encounter issues related to the C and C++ compilers.
Screenshots

Additional context
It appears that the CMake configuration is unable to detect the C and C++ compilers properly. The error message suggests that the clang and clang++ compilers are not found in the PATH. This issue prevents the successful build of Trust Wallet using the provided Docker image.
Beta Was this translation helpful? Give feedback.
All reactions