Icinga / icinga2

The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga2/latest
GNU General Public License v2.0
2k stars 574 forks source link

Fix build on Mac with -DICINGA2_UNITY_BUILD=OFF -DICINGA2_WITH_LIVESTATUS=ON #10176

Open Al2Klimov opened 6 days ago

Al2Klimov commented 6 days ago

error: no matching function for call to 'intrusive_ptr_release' ... candidate function not viable: cannot convert argument of incomplete type 'icinga::Notification ' to 'Object ' for 1st argument void intrusive_ptr_release(Object *object);

Edit

There are only 'skip'ped commits left to test. The first bad commit could be any of: 7a0796061a0b38b93dc1717fd25a57cec992509c 10bde2075aa8017699f3738e9f01af2ac30e7ad1 4d3b1709fdb4cfefeb7e93718032b4905cd947b4 73e0d6e61baa5dfa88bba61bfe4235042aa06b38 e1c6c9eb19919ad085405592185a3854e9dcf435 2ad0a4b8c3852ad937fec9fc85780230257c821e We cannot bisect more!