<div dir="ltr"><div class="gmail_default" style="font-size:small">Georgy, thanks for the explanation about "values.h" and I checked in the patch that Andrew provided today. I am still amazed that CinGG runs on TERMUX. <br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Feb 26, 2025 at 7:57 PM Georgy Salnikov <<a href="mailto:sge@nmr.nioch.nsc.ru">sge@nmr.nioch.nsc.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, 26 Feb 2025, Phyllis Smith via Cin wrote:<br>
<br>
> Seems to work just fine. Found the following. Will still wait to<br>
> hear back from SGE before checking it into GIT.<br>
><br>
> >>> For what exactly values.h is used? ;)<br>
<br>
Actually, values.h is not used. I added this header so that the user when<br>
writing blend program could use predefined constants like MAXINT, MAXFLOAT,<br>
etc.<br>
<br>
> /* This interface is obsolete. New programs should use<br>
> <limits.h> and/or <float.h> instead of <values.h>. */<br>
<br>
If there are already systems without values.h, then we have to remove this<br>
header. And the user must use actualized constants names (INT_MAX instead of<br>
MAXINT as defined in limits.h, FLT_MAX instead of MAXFLOAT as defined in<br>
float.h), should he need them.<br>
<br>
limits.h was already in BlendAlgebraStart/BlendProgramStart, the addition of<br>
float.h is in the Andrew's patch, everything OK.<br>
<br>
Phyllis, please check into GIT with Andrew's patch applied.<br>
<br>
Andrew, it is interesting, do the plugins also run under termux (and<br>
dynamically load the functions), have you tried?<br>
_______________________________________________________________________________<br>
<br>
Georgy Salnikov<br>
NMR Group<br>
Novosibirsk Institute of Organic Chemistry<br>
Lavrentjeva, 9, 630090 Novosibirsk, Russia<br>
Phone +7-383-3307864<br>
Email <a href="mailto:sge@nmr.nioch.nsc.ru" target="_blank">sge@nmr.nioch.nsc.ru</a><br>
_______________________________________________________________________________<br>
<br>
<br>
<br>
<br>
</blockquote></div>