Re: error when building proton

2014-02-10 Thread Darryl L. Pierce
On Wed, Feb 05, 2014 at 12:08:48PM -0500, Justin Ross wrote:
 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.

On Debian the proper package is uuid-dev.

-- 
Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc.
Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/



pgpxfKciddcTw.pgp
Description: PGP signature


Re: error when building proton

2014-02-05 Thread Roberto Pagliari
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 acon...@redhat.com 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.




Re: error when building proton

2014-02-05 Thread Justin Ross
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 robe...@canary.is 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 acon...@redhat.com 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.




Re: error when building proton

2014-02-05 Thread Ken Giusti
Actually, I seem to remember ubunutu providing uuid in the e2fsprogs package.

Struck me as odd at the time...

- Original Message -
 From: Justin Ross justin.r...@gmail.com
 To: proton@qpid.apache.org
 Sent: Wednesday, February 5, 2014 12:08:48 PM
 Subject: Re: error when building proton
 
 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 robe...@canary.is 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 acon...@redhat.com 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.
 
 
 

-- 
-K


Re: error when building proton

2014-02-05 Thread Ted Ross
There's one other thing to be careful of...  Once CMake determines that 
it's not there, it will not reconsider after you've installed the 
dependency.  Make sure you delete your whole build directory and 
re-configure.


-Ted

On 02/05/2014 12:02 PM, Roberto Pagliari 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 acon...@redhat.com 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.






Re: error when building proton

2014-02-05 Thread Fraser Adams
Starting from scratch is definitely the safest bet, but I *thought* that 
you could just delete the CMakeCache.txt

Frase


On 05/02/14 18:53, Ted Ross wrote:
There's one other thing to be careful of...  Once CMake determines 
that it's not there, it will not reconsider after you've installed the 
dependency.  Make sure you delete your whole build directory and 
re-configure.


-Ted

On 02/05/2014 12:02 PM, Roberto Pagliari 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 acon...@redhat.com 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.








error when building proton

2014-02-04 Thread Roberto Pagliari
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.


Thank you,