vCenter

 View Only
  • 1.  Looking for a CMake build

    Posted Feb 16, 2010 03:41 PM
    Hi,

    I'm looking for a CMake build of the sigar project.
    I found that thread http://communities.vmware.com/thread/347442 talking about an old one. Unfortunately this version doesn't work for me (linux_sigar.c:32:43: error: asm/page.h: No such file or directory).

    I was wondering if CMake builds were still maintained by someone. It would be easier for me to integrate the sigar library that way.

    Thank you
    --
    Vincent Hobeïka


  • 2.  RE: Looking for a CMake build
    Best Answer

    Broadcom Employee
    Posted Feb 16, 2010 07:17 PM
    Hi Vincent,

    There is an autotools build and CMake build (both implemented by Jan) in the master branch:
    git clone git://github.com/hyperic/sigar.git sigar.git

    Let us know if that works for you!

    -Doug


  • 3.  RE: Looking for a CMake build

    Posted Feb 17, 2010 09:00 AM
    Hi Doug !

    It works like a charm !
    Thank you very much.
    --
    Vincent