On Tue, 2014-02-04 at 17:50 -0500, Roberto Pagliari wrote:
> I'm getting this error when using ccmake to build proton (on Ubuntu 12)
> 
> 
>  CMake Error at proton-c/CMakeLists.txt:126 (message):
>    No Uuid API found
> 
> 
> does anyone know how to fix it? I can't find this flag in ccmake gui and
> uuid is available on my system.
> 
> 

You may need uuid-devel or whatever is the equivalent package on your
distribution. E.g. on fedora 20 the libuuid package contains the uuid
library, but libuuid-devel contains the .h files that are also needed to
build proton.

Reply via email to