Re: [Ganglia-developers] ganglia.h cannot be compiled with C++

2011-04-18 Thread Kazuki Ohta
Hi, Bemard Thanks for the reply. Wrapping in C first, and use them will work for C++ application, but not ideal solution. On Tue, Apr 19, 2011 at 2:48 AM, Bernard Li wrote: > Hi Kazuki: > > On Mon, Apr 18, 2011 at 1:30 AM, Kazuki Ohta wrote: > >> I'm now trying to implement C++ server, with nat

Re: [Ganglia-developers] ganglia.h cannot be compiled with C++

2011-04-18 Thread Bernard Li
Hi Kazuki: On Mon, Apr 18, 2011 at 1:30 AM, Kazuki Ohta wrote: > I'm now trying to implement C++ server, with native Ganglia metrics support. > The server throws to local gmond with its own metrics. > > [kzk@red0 tmp]$ ganglia-config --version > Ganglia 3.1.7 > > However, ganglia.h cannot be com

Re: [Ganglia-developers] Web 2.0 UI code freeze

2011-04-18 Thread Markus Köberl
On Wednesday 06 April 2011, Vladimir Vuksan wrote: > I spoke to Bernard and we are considering doing a code freeze of the Web > 2.0 UI. I'd like to release it by the end of month so that people can start > using it. > > Thoughts ? Excellent work! I did some small modifications: - remove config o

[Ganglia-developers] ganglia.h cannot be compiled with C++

2011-04-18 Thread Kazuki Ohta
Hi, ganglia-developers I'm now trying to implement C++ server, with native Ganglia metrics support. The server throws to local gmond with its own metrics. [kzk@red0 tmp]$ ganglia-config --version Ganglia 3.1.7 However, ganglia.h cannot be compiled with g++, becuase of the typedef problem. > http