VMware Cloud Community
vhobeika
Contributor
Contributor
Jump to solution

Looking for a CMake build

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
0 Kudos
1 Solution

Accepted Solutions
dougm_hyperic
VMware Employee
VMware Employee
Jump to solution

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

View solution in original post

0 Kudos
2 Replies
dougm_hyperic
VMware Employee
VMware Employee
Jump to solution

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
0 Kudos
vhobeika
Contributor
Contributor
Jump to solution

Hi Doug !

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