You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real file path is ../../src/utils.h which is somehow getting expanded to /src/utils.h -- note the leading slash. So something has gone wrong in our file path fixing code I would guess, probably this line:
I have a couple of ideas how that might happen, but main guess is that it could be that it's a relative path from the build directory and we're not handling that correctly.
I'm getting a FileNotFoundError: [Errno 2] No such file or directory: '/src/utils.h' error when src/utils.h is a valid header and it is listed in CMakeLists.txt.
What could be going wrong?
The text was updated successfully, but these errors were encountered: