On Sat, Sep 29, 2007 at 02:14:49PM -0500, Carlo Marcelo Arenas Belon wrote: > On Sat, Sep 29, 2007 at 10:30:31AM -0700, Bernard Li wrote: > > - [win32] Include documentation (README.WIN) for building under Windows > > I think this one is probably not getting in with the make src-tgz target, but > it might also be that my bootstrap is broken.
well, this one turned out to be a real bug (if we really want to have that file included in the source package) if any one is interested on testing for windows, got a binary zip with gmond, gmetad, gstat, a default gmond.conf and a gmond.bat helper in : http://www.sajinet.com.pe/ganglia/ganglia-3.0.5-bin.zip the following patch fixes the problem (if it gets committed to the 3.0-beta branch), but of course will require re-tagging and a new tar.gz. fix the release notes, or fix the release? Carlo --- Index: Makefile.am =================================================================== --- Makefile.am (revision 842) +++ Makefile.am (working copy) @@ -17,7 +17,7 @@ GANGLIA_SUBDIRS_DIST = lib libmetrics tests gmetad gmond gmetric DIST_SUBDIRS = $(GANGLIA_SUBDIRS_DIST) -EXTRA_DIST = README.AIX config ganglia.spec.aix ganglia.spec ganglia.pod ganglia.html mans +EXTRA_DIST = README.WIN README.AIX config ganglia.spec.aix ganglia.spec ganglia.pod ganglia.html mans ganglia.sub: ganglia.pod sed -e 's/GANGLIA_VERSION/@VERSION@/' < $(srcdir)/ganglia.pod > ganglia.sub ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
