In file included from /home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/mocs_compilation.cpp:137:
/home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/FRI4DANIHA/moc_clientmanager.cpp: In member function ‘void ClientManager::newINDIMessage(INDI::BaseDevice, int)’:
/home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/FRI4DANIHA/moc_clientmanager.cpp:372:78: error: ‘INDI::BaseDevice* INDI::BaseDevice::operator&()’ is protected within this context
372 | void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
| ^~~
In file included from /home/escriban/Projects/kstars/kstars/indi/indistd.h:14,
from /home/escriban/Projects/kstars/kstars/indi/indiconcretedevice.h:11,
from /home/escriban/Projects/kstars/kstars/indi/indifilterwheel.h:9,
from /home/escriban/Projects/kstars/kstars/ekos/auxiliary/filtermanager.h:12,
from /home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/YBWGFWFLDP/../../../../../kstars/kstars/ekos/align/align.h:12,
from /home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/YBWGFWFLDP/moc_align.cpp:9,
from /home/escriban/Projects/build/kstars/kstars/KStarsLib_autogen/mocs_compilation.cpp:36:
/usr/include/libindi/basedevice.h:296:21: note: declared protected here
296 | BaseDevice *operator&()
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
protected:
BaseDevice *operator&()
{
return this;
}
public:
BaseDevice *operator&()
{
return this;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.