commit | 9706bc8d269accb99ec9ada035838f28db441f97 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Mon Mar 17 07:28:38 2025 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Mar 17 22:11:51 2025 -0500 |
tree | 6c43e74453b13a052634dfa18cc7fc8e2277df3b | |
parent | 8c1376cae73da401d40e1c7f07e6f830bd544a21 [diff] |
Fix include path for message.hpp This resolves the below compilation error related to the missing message.hpp file during full build. ''' usr/include/ipmid/message/pack.hpp:18:10: fatal error: include/ipmid/message.hpp: No such file or directory ''' Updated the include directive to use the correct relative path for message.hpp Change-Id: Ice8a60a7030448ce75f0fa255ded9117beb1a71f Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage