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
At least from the meson process, D include file are installed into /usr/include/d/mir-core/mir.
This can be a bit annoying as by default, compilers look into /usr/include/d and do not find mir module.
Can we move to /usr/include/d/mir/core/ ?
the module have to be rename source/mir/core and to use a namespace as mir.core
and the to remove into the meson build le statement + meson.project_name() at line 91
Thanks
The text was updated successfully, but these errors were encountered:
That maybe makes sense to do. However, we don't use meson builds anymore except for documentation. We test meson and build documentation in Circle CI, which is currently blocked for me because of sanctions. I have to solve it one day, but that isn't a priority and unlikely will be solved soon.
Dear,
At least from the meson process, D include file are installed into
/usr/include/d/mir-core/mir
.This can be a bit annoying as by default, compilers look into
/usr/include/d
and do not findmir
module.Can we move to
/usr/include/d/mir/core/
?the module have to be rename
source/mir/core
and to use a namespace asmir.core
and the to remove into the meson build le statement
+ meson.project_name()
at line 91Thanks
The text was updated successfully, but these errors were encountered: