<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Actually, I think all you have to do to resolve this error is
    change' 0' in line 243 of gendy~.cpp to '0.0', or put '(float)' ---
    or more properly '(gendysamp_t)' --- in front of it. I.e. line 243
    should read:<br>
    <br>
    <tt>(*display_buf)[n++]= </tt><tt><span class="pl-c1">(gendy_t)0.0</span></tt><tt>;</tt><br>
    <br>
    You might keep getting related compiler errors, though until you
    match the author's specific build setup.<br>
    <br>
    <div class="moz-cite-prefix">On 10/17/2017 7:49 PM, Pagano, Patrick
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:SN1PR0501MB2031927997FFBD5F36ED5D22974C0@SN1PR0501MB2031.namprd05.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;"
        dir="ltr">
        <p>the code requires that Flext be used to create it so you
          basically run </p>
        <p><br>
        </p>
        <p>Flext/build.sh pd gcc and it should spit out a working
          gendy~.pd_linux</p>
        <p><br>
        </p>
        <p>i will see about an alternative gcc. </p>
        <p><br>
        </p>
        <p>thanks for the input</p>
        <p><br>
        </p>
        <p>Patrick</p>
        <p><br>
        </p>
        <div id="Signature">
          <div id="divtagdefaultwrapper" style="font-size: 12pt; color:
            rgb(0, 0, 0); background-color: rgb(255, 255, 255);
            font-family: Calibri, Arial, Helvetica, sans-serif,
            EmojiFont, "Apple Color Emoji", "Segoe UI
            Emoji", NotoColorEmoji, "Segoe UI Symbol",
            "Android Emoji", EmojiSymbols;">
            <p><span style="color:rgb(0,111,201);
                background-color:rgb(255,255,255)">Patrick Pagano B.S,
                M.F.A</span></p>
            <p><i><span style="font-size:9pt; color:rgb(0,111,201);
                  background-color:rgb(255,255,255)">Assistant Professor
                  in Residence</span></i></p>
            <p><i><span
                  style="font-family:Calibri,Arial,Helvetica,sans-serif;
                  font-size:9pt; background-color:rgb(0,0,255)"><span
                    style="color:rgb(0,111,201);
                    background-color:rgb(255,255,255)">Digital Media
                    & Design</span><span
                    style="color:rgb(255,255,255)"><span
                      style="color:rgb(0,111,201);
                      background-color:rgb(255,255,255)"></span><span
                      style="color:rgb(0,111,201);
                      background-color:rgb(255,255,255)"></span></span></span><br>
              </i></p>
            <p><i><span
                  style="font-family:Calibri,Arial,Helvetica,sans-serif;
                  font-size:9pt; background-color:rgb(0,0,255)"><span
                    style="color:rgb(0,111,201);
                    background-color:rgb(255,255,255)">Web &
                    Interactive Technologies</span></span></i></p>
            <p><i><span style="font-size:9pt; color:rgb(0,111,201);
                  background-color:rgb(255,255,255)">University of
                  Connecticut, Stamford</span></i></p>
            <p><span style="font-size:9pt"><i><span
                    style="background-color:rgb(0,0,255)"><span
                      style="color:rgb(0,111,201);
                      background-color:rgb(255,255,255)">(352)-226-2016</span><span
                      style="background-color:rgb(255,255,255)"><span
                        style="color:rgb(0,111,201);
                        background-color:rgb(255,255,255)"></span><span
                        style="color:rgb(0,111,201);
                        background-color:rgb(255,255,255)"></span></span></span></i></span></p>
          </div>
        </div>
      </div>
      <hr style="display:inline-block;width:98%" tabindex="-1">
      <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
          face="Calibri, sans-serif" color="#000000"><b>From:</b>
          Pd-list <a class="moz-txt-link-rfc2396E" href="mailto:pd-list-bounces@lists.iem.at"><pd-list-bounces@lists.iem.at></a> on behalf of
          David Medine <a class="moz-txt-link-rfc2396E" href="mailto:dmedine@ucsd.edu"><dmedine@ucsd.edu></a><br>
          <b>Sent:</b> Tuesday, October 17, 2017 11:12:57 AM<br>
          <b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a><br>
          <b>Subject:</b> Re: [PD] Compiling gendy~.pd_linux</font>
        <div> </div>
      </div>
      <div>Gendy looks neat, but there is no makefile or anything?
        Probably CMake to generate a makefile for the library itself,
        then just a modified Pd extern makefile (the generated library
        will have to be linked) will do the job.
        <br>
        <br>
        As per your error below, it looks like you need to compile with
        a more or less modern version of gpp. CMake might relieve a lot
        of pain here as well. Basically, the code is asking to use the
        copy operator (operator=) to copy an integer into a t_word. I
        guess different compilers and OSs will have different
        definitions for these types, and it has to line up, or else the
        source code will need to be changed.
        <br>
        <br>
        FWIW, the source code shouldn't do this. It is bad style to
        type-pun with an (overloaded?) operator (because you can get
        compiler errors!). I would report this directly to the author on
        github. He might be very interested in this.
        <br>
        <br>
        <div class="moz-cite-prefix">On 10/17/2017 4:45 PM, Pagano,
          Patrick wrote:<br>
        </div>
        <blockquote type="cite"
cite="mid:SN1PR0501MB20314255933076822794FFDA974C0@SN1PR0501MB2031.namprd05.prod.outlook.com">
          <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
          <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;"
            dir="ltr">
            <p>Hi</p>
            <p><br>
            </p>
            <p>I am also interested in compiling gedny~.pd_linux </p>
            <p><a href="http://ssfrr.com/projects/gendy/"
                class="OWAAutoLink" id="LPlnk610760"
                previewremoved="true" moz-do-not-send="true">http://ssfrr.com/projects/gendy/</a></p>
            <div id="LPBorder_GT_15082513502080.47304151349422874"
              style="margin-bottom: 20px; overflow: auto; width: 100%;
              text-indent: 0px;">
              <table id="LPContainer_15082513502000.030086025516514958"
                role="presentation" style="width: 90%; background-color:
                rgb(255, 255, 255); position: relative; overflow: auto;
                padding-top: 20px; padding-bottom: 20px; margin-top:
                20px; border-top: 1px dotted rgb(200, 200, 200);
                border-bottom: 1px dotted rgb(200, 200, 200);"
                cellspacing="0">
                <tbody>
                  <tr style="border-spacing: 0px;" valign="top">
                    <td id="TextCell_15082513502020.25746096053266143"
                      colspan="2" style="vertical-align: top; position:
                      relative; padding: 0px; display: table-cell;">
                      <div id="LPTitle_15082513502020.5459875999511303"
                        style="top: 0px; color: rgb(0, 114, 198);
                        font-weight: normal; font-size: 21px;
                        font-family: wf_segoe-ui_light, "Segoe UI
                        Light", "Segoe WP Light",
                        "Segoe UI", "Segoe WP",
                        Tahoma, Arial, sans-serif; line-height: 21px;">
                        <a
                          id="LPUrlAnchor_15082513502030.16319989887670316"
                          href="http://ssfrr.com/projects/gendy/"
                          target="_blank" style="text-decoration: none;"
                          moz-do-not-send="true">SSFRR – gendy~</a></div>
                      <div
                        id="LPMetadata_15082513502030.930368967603997"
                        style="margin: 10px 0px 16px; color: rgb(102,
                        102, 102); font-weight: normal; font-family:
                        wf_segoe-ui_normal, "Segoe UI",
                        "Segoe WP", Tahoma, Arial, sans-serif;
                        font-size: 14px; line-height: 14px;">
                        ssfrr.com</div>
                      <div
                        id="LPDescription_15082513502040.744682077385239"
                        style="display: block; color: rgb(102, 102,
                        102); font-weight: normal; font-family:
                        wf_segoe-ui_normal, "Segoe UI",
                        "Segoe WP", Tahoma, Arial, sans-serif;
                        font-size: 14px; line-height: 20px; max-height:
                        100px; overflow: hidden;">
                        gendy~ is a C++ library and external for PD and
                        Max/ MSP to implement a variant of Dynamic
                        Stochastic Synthesis, a technique developed by
                        Iannis Xenakis.</div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </div>
            I have successfully bootstrapped FLEXT but when i run it i
            get an error that is beyond my skill 
            <p><br>
            </p>
            <p><a href="https://pastebin.com/Mbj9xhRR"
                class="OWAAutoLink" id="LPlnk553437"
                previewremoved="true" moz-do-not-send="true">https://pastebin.com/Mbj9xhRR</a></p>
            <p><br>
            </p>
            <p>here is the error i get</p>
            <p>I have reached out to Spencer but he's probably too busy
              to revisit this old project code but for me Xenakis is a
              priority for sound design :-) </p>
            <p><br>
            </p>
            <p>please take a look!!  thanks<br>
            </p>
            <div id="LPBorder_GT_15082514570640.30595812270888056"
              style="margin-bottom: 20px; overflow: auto; width: 100%;
              text-indent: 0px;">
              <table id="LPContainer_15082514570600.03423717024894102"
                role="presentation" style="width: 90%; background-color:
                rgb(255, 255, 255); position: relative; overflow: auto;
                padding-top: 20px; padding-bottom: 20px; margin-top:
                20px; border-top: 1px dotted rgb(200, 200, 200);
                border-bottom: 1px dotted rgb(200, 200, 200);"
                cellspacing="0">
                <tbody>
                  <tr style="border-spacing: 0px;" valign="top">
                    <td id="ImageCell_15082514570610.8509394698400445"
                      colspan="1" style="width: 250px; position:
                      relative; display: table-cell; padding-right:
                      20px;">
                      <div
                        id="LPImageContainer_15082514570610.8685262306045938"
                        style="background-color: rgb(255, 255, 255);
                        height: 250px; position: relative; margin: auto;
                        display: table; width: 250px;">
                        <a
                          id="LPImageAnchor_15082514570620.33396535579864683"
                          href="https://pastebin.com/Mbj9xhRR"
                          target="_blank" style="display: table-cell;
                          text-align: center;" moz-do-not-send="true"><img
id="LPThumbnailImageID_15082514570620.8596950062401811" style="display:
                            inline-block; max-width: 250px; max-height:
                            250px; height: 250px; width: 250px;
                            border-width: 0px; vertical-align: bottom;"
                            moz-do-not-send="true"
                            src="https://pastebin.com/i/facebook.png"
                            width="250" height="250"></a></div>
                    </td>
                    <td id="TextCell_15082514570630.1694986331497108"
                      colspan="2" style="vertical-align: top; position:
                      relative; padding: 0px; display: table-cell;">
                      <div id="LPTitle_15082514570630.5148176515506884"
                        style="top: 0px; color: rgb(0, 114, 198);
                        font-weight: normal; font-size: 21px;
                        font-family: wf_segoe-ui_light, "Segoe UI
                        Light", "Segoe WP Light",
                        "Segoe UI", "Segoe WP",
                        Tahoma, Arial, sans-serif; line-height: 21px;">
                        <a
                          id="LPUrlAnchor_15082514570640.9368899218990572"
                          href="https://pastebin.com/Mbj9xhRR"
                          target="_blank" style="text-decoration: none;"
                          moz-do-not-send="true">/home/pi/Downloads/pd-0.47-1/src/m_pd.h:151:15:
                          note: no known conversion for - Pastebin.com</a></div>
                      <div
                        id="LPMetadata_15082514570640.9921874494428147"
                        style="margin: 10px 0px 16px; color: rgb(102,
                        102, 102); font-weight: normal; font-family:
                        wf_segoe-ui_normal, "Segoe UI",
                        "Segoe WP", Tahoma, Arial, sans-serif;
                        font-size: 14px; line-height: 14px;">
                        pastebin.com</div>
                    </td>
                  </tr>
                </tbody>
              </table>
            </div>
            <br>
            <br>
            <br>
            <p><br>
            </p>
            <div id="Signature">
              <div id="divtagdefaultwrapper" style="font-size: 12pt;
                color: rgb(0, 0, 0); background-color: rgb(255, 255,
                255); font-family: Calibri, Arial, Helvetica,
                sans-serif, Helvetica, EmojiFont, "Apple Color
                Emoji", "Segoe UI Emoji", NotoColorEmoji,
                "Segoe UI Symbol", "Android Emoji",
                EmojiSymbols;">
                <p><span style="color:rgb(0,111,201);
                    background-color:rgb(255,255,255)">Patrick Pagano
                    B.S, M.F.A</span></p>
                <p><i><span style="font-size:9pt; color:rgb(0,111,201);
                      background-color:rgb(255,255,255)">Assistant
                      Professor in Residence</span></i></p>
                <p><i><span
                      style="font-family:Calibri,Arial,Helvetica,sans-serif;
                      font-size:9pt; background-color:rgb(0,0,255)"><span
                        style="color:rgb(0,111,201);
                        background-color:rgb(255,255,255)">Digital Media
                        & Design</span><span
                        style="color:rgb(255,255,255)"><span
                          style="color:rgb(0,111,201);
                          background-color:rgb(255,255,255)"></span><span
                          style="color:rgb(0,111,201);
                          background-color:rgb(255,255,255)"></span></span></span><br>
                  </i></p>
                <p><i><span
                      style="font-family:Calibri,Arial,Helvetica,sans-serif;
                      font-size:9pt; background-color:rgb(0,0,255)"><span
                        style="color:rgb(0,111,201);
                        background-color:rgb(255,255,255)">Web &
                        Interactive Technologies</span></span></i></p>
                <p><i><span style="font-size:9pt; color:rgb(0,111,201);
                      background-color:rgb(255,255,255)">University of
                      Connecticut, Stamford</span></i></p>
                <p><span style="font-size:9pt"><i><span
                        style="background-color:rgb(0,0,255)"><span
                          style="color:rgb(0,111,201);
                          background-color:rgb(255,255,255)">(352)-226-2016</span><span
                          style="background-color:rgb(255,255,255)"><span
                            style="color:rgb(0,111,201);
                            background-color:rgb(255,255,255)"></span><span
                            style="color:rgb(0,111,201);
                            background-color:rgb(255,255,255)"></span></span></span></i></span></p>
              </div>
            </div>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at" moz-do-not-send="true">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
        </blockquote>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>