<div dir="ltr">> What do you mean? Did "make app" not work for you before?<div><br></div><div>No, it's always worked... it just means I know nothing about the build process, that I just do the basic stuff that I was told to do, and that the power to make a Pd app appear from this process still amazes me, excites me and feels pretty much like witchcraft. So you people need to figure out what's wrong in the build process I have. On to the github issue now...  </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em sex., 29 de mai. de 2020 às 06:04, Christof Ressi <<a href="mailto:info@christofressi.com">info@christofressi.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>
      </p><blockquote type="cite"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo"><span style="font-variant-ligatures:no-common-ligatures">And out
            of sheer magic (at least to my eyes) a Pd app appears from
            nothing to me...</span></span></blockquote>
      What do you mean? Did "make app" not work for you before?<p></p>
    <p>
      </p><blockquote type="cite">The issue I'm having might be related to
        casting float to int</blockquote>
      Yes, I think so too.
      <a href="https://github.com/pure-data/pure-data/issues/927" target="_blank">https://github.com/pure-data/pure-data/issues/927</a> shows
      -2147483647 for a large line number input, which is typical result
      of signed integer overflow being undefined behavior. BUT the code
      of [text insert] has the following line<p></p>
    <p>lineno = (x->x_f1 > (double)0x7fffffff ? 0x7fffffff : x->x_f1);</p>
    <p><span style="color:rgb(214,187,154)"><font color="#000000">which is
          supposed to prevent the overflow issue... So to be honest, I
          have to no idea what's going on... Let's continue the
          discussion on the GitHub issue.<br>
        </font></span></p>
    <p><span style="color:rgb(214,187,154)"><font color="#000000">Christof</font><br>
      </span></p>
    <div>On 29.05.2020 02:47, Alexandre Torres
      Porres wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hi, now that Pd 0.51-0-test1 is out I can confirm
        I'm compiling Pd wrong.
        <div><br>
        </div>
        <div>I've been using the yet to be 51 since december and opened
          two issues on github thinking the problem was 0.51, but it
          happens only when I compile Pd. For reference, the issues are:</div>
        <div>- <a href="https://github.com/pure-data/pure-data/issues/848" target="_blank">https://github.com/pure-data/pure-data/issues/848</a></div>
        <div>- and <a href="https://github.com/pure-data/pure-data/issues/927" target="_blank">https://github.com/pure-data/pure-data/issues/927</a></div>
        <div><br>
        </div>
        <div>The issue I'm having might be related to casting float to
          int but I wouldn't know how I could fix this by compiling Pd
          in a different way. Maybe more details are on the issues
          above, please check them.</div>
        <div><br>
        </div>
        <div>I'm just doing what I've been doing in order to compile Pd
          for a few years now, I do:</div>
        <div><br>
        </div>
        <div><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo;font-size:11px">./autogen.sh</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo"><span style="font-size:11px"> </span><br>
            <p style="font-size:11px;margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">./configure<br>
                make</span></p>
            <p style="font-size:11px;margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">make
                app</span></p>
            <p style="margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures"><br>
              </span></p>
            <p style="margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures"><br>
              </span></p>
            <p style="margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">And
                out of sheer magic (at least to my eyes) a Pd app
                appears from nothing to me...</span></p>
            <p style="margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures"><br>
              </span></p>
            <p style="margin:0px;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;line-height:normal"><span style="font-variant-ligatures:no-common-ligatures">cheers</span></p>
          </span></div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
Pd-dev mailing list
<a href="mailto:Pd-dev@lists.iem.at" target="_blank">Pd-dev@lists.iem.at</a>
<a href="https://lists.puredata.info/listinfo/pd-dev" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
    </blockquote>
  </div>

_______________________________________________<br>
Pd-dev mailing list<br>
<a href="mailto:Pd-dev@lists.iem.at" target="_blank">Pd-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-dev</a><br>
</blockquote></div>