-
Notifications
You must be signed in to change notification settings - Fork 6
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
(Help needed) CMake-Build fails to create correct *.pot file #12
Comments
Which CMake generator are you using? |
Currently I use ninja with the version 1.10.1. |
The command line lists multiple |
Those files don't exist and are never created. I only get a .poc file with no name in the root directory of the build folder but this file is empty. |
That sounds like the matching from source file name to object file name fails. In your |
The source files are collected using |
That explains a lot, then you are using absolute paths to your source code which breaks the mapping. Does it help it you add |
Adding |
I just noticed your remark that the files are empty, I though this had been resolved. Anyway I looked into it and it seems that the check that the attribute exists break in some clang versions. That's a known issue which has been resolved for clang 17 (https://reviews.llvm.org/D144405), but for older versions it requires a workaround. The |
While running a CMake build, I get the following error:
For linking details, I can provide the following of my CMakeLists.txt:
Details about the system installation:
Some help would be appreciated @zauguin.
The text was updated successfully, but these errors were encountered: