I've implemented mosquitto on my ARM target board.
I added -DWITH_SRV
in Makefile, because I need to add SRV Loopup
function on my system.
But it returns error
fatal error: ares.h: No such file or directory
I have no idea how can I fix it.
Just add
ares.h
file in /include folder? If then, loop up feature will be work normally?Should install ares library on my system?
Could anyone answer about my question?