<div dir="ltr">Sure no problem.  I'll keep up to date with git pulls and try recompiling every now and then to see if any issues pop up.  I usually just recompile when a new os is released, but can check more frequently if it's helpful.  <div>
<br></div><div>Ziggy</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 11, 2013 at 4:34 PM, Nicolas Brisset <span dir="ltr"><<a href="mailto:nicolas.brisset@free.fr" target="_blank">nicolas.brisset@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I doubt it is due to one of my recent changes as I haven't touched this area. And it looks harmless, so I think we can safely include it and I won't even spend time figuring out why it is now needed. It may also depend on the Mac OS version...<br>

<br>
So thanks to Ziggy! If you could keep up to date with git, it would be great as it allows catching this kind of thing early. I develop mainly under Linux, sometimes under Windows but never under Mac. I don't know if someone else keeps a git version running under Mac.<br>

<br>
Nicolas<br>
<br>
----- Mail original -----<br>
> De: "Barth Netterfield" <<a href="mailto:barth.netterfield@utoronto.ca">barth.netterfield@utoronto.ca</a>><br>
> À: <a href="mailto:kst@kde.org">kst@kde.org</a><br>
> Cc: <a href="mailto:zkermish@princeton.edu">zkermish@princeton.edu</a><br>
> Envoyé: Lundi 11 Novembre 2013 19:58:41<br>
> Objet: [Kst] Fwd: random KST compiling note<br>
<div><div class="h5">><br>
> Nicolas,<br>
><br>
> Do you think that one of your recent changes may have introduced the<br>
> problem<br>
> below on macs?<br>
><br>
> if this looks ok, can you push the change?<br>
><br>
> cbn<br>
><br>
> ----------  Forwarded Message  ----------<br>
><br>
> Subject: random KST compiling note<br>
> Date: November 11, 2013, 01:46:52 PM<br>
> From: Zigmund Kermish <<a href="mailto:zkermish@princeton.edu">zkermish@princeton.edu</a>><br>
> To: Barth Netterfield <<a href="mailto:netterfield@astro.utoronto.ca">netterfield@astro.utoronto.ca</a>><br>
><br>
> Hi Barth,<br>
><br>
> I just re-compiled KST on my mac after a bunch of upgrades, and<br>
> thought I'd<br>
> let you know I had to implement the following change for it to<br>
> compile<br>
> without error:<br>
><br>
> diff --git a/src/datasources/ascii/kst_atof.cpp<br>
> b/src/datasources/ascii/kst_atof.cpp<br>
> index 645d752..e1c735b 100644<br>
> --- a/src/datasources/ascii/kst_atof.cpp<br>
> +++ b/src/datasources/ascii/kst_atof.cpp<br>
> @@ -18,6 +18,7 @@<br>
><br>
>  #include <math.h><br>
>  #include <ctype.h><br>
> +#include <locale.h><br>
><br>
>  #include <QLocale><br>
>  #include <QTime><br>
><br>
> ---------------<br>
><br>
> I'm not sure it if the above addition if #include <locale.h> is the<br>
> correct<br>
> way to go about this (the errors I was getting were related to<br>
> LC_NUMERIC<br>
> being undefined), but it compiled fine after being added.  Let me<br>
> know if<br>
> this is the correct fix and/or if I should forward the info to<br>
> someone else.<br>
><br>
> Ziggy<br>
> -----------------------------------------<br>
> --<br>
> C. Barth Netterfield<br>
> <a href="tel:416-845-0946" value="+14168450946">416-845-0946</a><br>
><br>
</div></div>> _______________________________________________<br>
> Kst mailing list<br>
> <a href="mailto:Kst@kde.org">Kst@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/kst" target="_blank">https://mail.kde.org/mailman/listinfo/kst</a><br>
><br>
</blockquote></div><br></div>