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
{{ message }}
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.
This happens because the project is compiled out-of-tree in a temporary directory. Meson appears to generate relative paths to the files, unlike Cmake which uses absolute paths.
Short of configuring Meson to use absolute paths, there's no easy fix for this, besides manually fixing up the generated flags.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when generating with a trivial meson build file:
the following flags are generated:
as one can see, the file paths are incorrect and are not working with YCM
they should be the following:
The text was updated successfully, but these errors were encountered: