<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Can you try the following:<br>
      <br>
      Replace the code inside t_tkcmd.c line 585:<br>
      <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf("error in file %s line %d: %s\n", buf,
      interp-&gt;errorLine, Tcl_GetStringResult(interp));<br>
      <br>
      with:<br>
      <br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; const char *trace = Tcl_GetVar(interp, "errorInfo",
      TCL_GLOBAL_ONLY);<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf("error in file %s: %s\n", buf, trace);<br>
      <br>
      Then, can you test if it all works ok and report? Thanks!<br>
      <br>
      On 01/19/2013 11:00 AM, Ivica Ico Bukvic wrote:<br>
    </div>
    <blockquote cite="mid:50FAC322.5050309@vt.edu" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Quick "fix" is to comment the line
        585 by putting // in front of it. The right way would be to
        figure out what changed betweeen 8.5 and 8.6 to prevent this
        from working--since I am not using 8.6 I cannot tell for sure.
        What you can look for is documentation on Tcl_EvalFile call and
        more specifically its first argument (in the code we call that
        interp and get the interp-&gt;errorLine member which is
        apparently causing problems). Commenting this out should not
        have any negative impact on pd. This only provides a
        user-readable error if something in tcl/tk croaks at start-up...<br>
        <br>
        HTH<br>
        <br>
        On 01/19/2013 08:08 AM, Fero Kiraly wrote:<br>
      </div>
      <blockquote
cite="mid:CAM6dkpUYGFtxZx5VqnNosjGjXB8MQuiDGjGNMqE9hnRRetLSJg@mail.gmail.com"
        type="cite">
        <div dir="ltr">the problem is with he new version of Tcl/Tk 8.6.
          <div>When I made some little changes about version numbers in
            pd/Makefile, the error is :</div>
          <div><br>
          </div>
          <div>
            <div>t_tkcmd.c:589:55: error: &#8216;Tcl_Interp&#8217; has no member
              named &#8216;errorLine&#8217;</div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div style="">I tried to google, but with no effect. I am
              totally lost how to solve this problem...</div>
            <div>
              <div><br>
              </div>
              -- <br>
              Fero Kiraly<br>
              <a moz-do-not-send="true"
                href="http://www.cluster-ensemble.com" target="_blank"><font
                  color="#c0c0c0" size="1">www.cluster-ensemble.com</font></a><br>
              <br>
            </div>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
      </blockquote>
      <br>
      <br>
      <pre class="moz-signature" cols="72">-- 
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound &amp; Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound &amp; Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net</pre>
  </body>
</html>