https://bugs.kde.org/show_bug.cgi?id=398757
--- Comment #4 from TallFurryMan <eric.dejouha...@gmail.com> --- Well, this is how the adaptor is created: " [ 13%] Generating domeadaptor.cpp, domeadaptor.h cd /home/tallfurryman/dev/kstars_build/kstars && /usr/lib/x86_64-linux-gnu/qt5/bin/qdbusxml2cpp -m -a domeadaptor -i ekos/auxiliary/dome.h -l Ekos::Dome /home/tallfurryman/dev/kstars/kstars/org.kde.kstars.Ekos.Dome.xml " So it's definitely taking "org.kde.kstars.Ekos.Dome.xml" as input. If I check this file, I can see "<signal name="ready"/>. When I look at "domeadaptor.h" in the build output, "Q_CLASS_INFO" for "D-Bus Introspection" doesn't have that string. That file is rebuilt properly because it doesn't exist beforehand after a "make clean". None of my changes to the XML source are reflected in the output. Note that I'm searching for a reason for the situation I'm in and why it doesn't work as I expect, not for a solution to this problem :) Sounds like ccache could get in the way there. -- You are receiving this mail because: You are watching all bug changes.