Sorry for my ignorance, but what exactly needs to be rebuilt?  I pulled and updated from hg, but I'm not sure what I need to do (outside of changing the install flag) to test this...<br><br>Chris<br><br><div class="gmail_quote">
On Fri, Jan 28, 2011 at 12:15 AM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I've added a wrapper for libconfig, along with a slightly modified<br>
version of the (LGPL'd, credits and license all included) libconfig<br>
source itself, to the current development tip.  (The modification is<br>
to force all integers to be read as 64-bit.)  By default it is turned<br>
off, because of an issue with locale setting for reading/writing<br>
floating point values.<br>
<br>
If I could get a few people, next time they update, to open up<br>
yt/utilities/setup.py and change:<br>
<br>
INSTALL_LIBCONFIG_WRAPPER = 0<br>
<br>
to<br>
<br>
INSTALL_LIBCONFIG_WRAPPER = 1<br>
<br>
and just see if it builds, that would be extremely helpful.  The issue<br>
here is that it's not clear to me if the file "xlocale.h" is going to<br>
be present on all systems; I've located it on all of the systems I've<br>
tested on so far, but that is not many.  If it doesn't work for you,<br>
that'd be really good to know.  Worse comes to worse and we can<br>
disable the locale code completely, but that worries me a bit.<br>
<br>
I'm in the process of documenting how to use the libconfig wrapper,<br>
but for the next few days it's not being used by anything in yt.<br>
<br>
Thanks for any testing ...<br>
<br>
-Matt<br>
_______________________________________________<br>
Yt-dev mailing list<br>
<a href="mailto:Yt-dev@lists.spacepope.org">Yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
</blockquote></div><br>