-
Notifications
You must be signed in to change notification settings - Fork 461
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
cmake.getLaunchTargetFilename returns nothing (again?) #3957
Comments
@emece67 Have you selected your launch target? I notice that when running the "echo" task from here: #1692 (comment) and modifying it to also use |
@emece67 I'm not able to repro this on multiple different large test projects. Also, I've tested the most recent pre-release channel and found that this issue doesn't reproduce. Could you share a repro project? |
Hi again: Not in a repo, but I've prepared a minimal example. Note that I'm working on Windows 11 with MSYS2 using clang. But python, cmake and ninja are not the MSYS2 ones, but "straight" Windows executables. Also, I'm debugging with lldb, so using CodeLLDB. |
@Yingzi1234 Could you assist in helping us reproduce this? |
@emece67 Are you able to successfully configure? |
Yes, it both configures and builds. |
@emece67 Thanks for posting this issue. I've been able to track this down. There was an issue created here: #3541, that was fixed in this way: #3764. Could you try to workaround this by using a different build directory? Also, what machine are you working on? My thoughts right now are that the PR that was merged may be a fix for only Linux scenarios. |
I think you're right. Changing paths from I'm working in Windows 11, where paths such as |
@emece67 I would agree, I think we'll insert a quick fix where we only do that adjustment in linux and/or mac. Thanks for the issue |
Brief Issue Summary
Same as #1692 and apparently related to #1412 and #461 , but this time (re-)appeared in version 1.18.43. Up to 1.18.42 it worked OK.
Thanks & regards.
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: