Watch out. On Fedora at least, there are two uuid packages, uuid[-devel] and and libuuid[-devel]. Perhaps the same confusing situation exists on Ubuntu.
Justin On Wed, Feb 5, 2014 at 12:02 PM, Roberto Pagliari <[email protected]> wrote: > Hi Alan, > I have uuid-dev installed but it still cannot find it. Is there a flag on > the CMakeLists file? I can't see it when running ccmake. > > > Thank you, > Roberto > > > > On Wed, Feb 5, 2014 at 11:07 AM, Alan Conway <[email protected]> wrote: > >> 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. >> >>
