C and CXX compiler identification unknown while building using docker #3608
Replies: 4 comments 2 replies
-
Hi @kshitij01042002, this error is unexpected if you do not modify |
Beta Was this translation helpful? Give feedback.
-
Hi @satoshiotomakan, thankyou for your response. I have not modified the Dockerfile. I have used the steps mentioned here. For the exact commands:
On running the command mentioned in the step 3 we get the following error. |
Beta Was this translation helpful? Give feedback.
-
Hello @satoshiotomakan Can you share instructions that we can follow to verify test cases in the local environment. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @satoshiotomakan I tried by setting the variables inside the Docker container but the error still persist. Though I am able to run the tests inside the container using |
Beta Was this translation helpful? Give feedback.
-
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 shoud be successfull.
Screenshots
Additional context
Logs in .
/wallet-core# cat build/CMakeFiles/CMakeError.log
Beta Was this translation helpful? Give feedback.
All reactions