-
Notifications
You must be signed in to change notification settings - Fork 463
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
Display CMake build command #4187
Comments
@tbsuht |
I'm using Here is an example: https://github.com/tbsuht/test-cmake-tools.git Output:
Afterwards I can select the preset in the panel below but this is also failing.
|
@tbsuht When I clone this repo after my environment is configured and start configuring it, my config here fails, but when I remove the line of code that is reporting the error my configure and build both succeed! Same result on your end? |
Hm no, this is not failing. What's the output? |
You can get the output log below: After configure:
|
You can get the output log below:
|
@tbsuht I have installed Conan and pip on the machine but still have problems either configuring with commands or manually, could you give me a recorded screen that reproduces the steps? |
@Yingzi1234 Sorry, I forgot one command as the default profile was already present on my machine. Please run |
@tbsuht Thank you for your reply! The reason why we failed to configure above is that we didn't add the path of the installed Conan to the environment, after we added it and restarted the computer, the problem was solved and both configure and build were successful. You can get the details below, Thank you! How to add the conan's path to Envrionment: |
I'm not sure what you mean with the PATH stuff ... in your first reply Anyway ... I tried to simplify the reproducer. From a fresh checkout After that, using |
@Yingzi1234 FYI. |
@gcampbell-msft @tbsuht This issue is not reproduced on Linux machine with the latest CMake Tools version v1.20.31(pre-release), you can get the details below. Thank you! Repro steps:
|
Brief Issue Summary
While invoking my CMake build via the extension I'm running into a build failure and this output:
I've already set
"cmake.loggingLevel": "debug"
. I've currently no idea what is failing as running from a terminal is working fine.I would like to know how cmake is called for building ... is that possible?
CMake Tools Diagnostics
Debug Log
Additional Information
No response
The text was updated successfully, but these errors were encountered: