Getting error, No Uuid API found while building cmake for qpid c++ messaging API
I am trying to build QPid Messageing API C++ from here.
I downloaded all the required dependencies including Boost. However, I’m getting ‘No Uuid API found’ error. uuid/uuid.h is present in usr/include. Then why is Cmake not able to find it?
Why am I getting a ‘No Uuid API found’ error while building cmake for qpid c++ messaging API?
I am trying to build QPid Messageing API C++ from here.
I downloaded all the required dependencies including Boost. However, I’m getting ‘No Uuid API found’ error. uuid/uuid.h is present in usr/include. Then why is Cmake not able to find it?