<div dir="ltr"><br><br>On Wed, Jan 6, 2016 at 3:00 PM, Stephan Oepen &lt;<a href="mailto:oe@ifi.uio.no">oe@ifi.uio.no</a>&gt; wrote:<br>&gt;<br>&gt; those LinGO builds (maintained at UW) currently appear to default to a version from october 27, 2014.  it could be interesting to know which build is used with the appliance, but i would have guessed it would most likely be the same.  maybe the appliance forces ‘LUI=pangolui’?<br><br><br>Yes, I replace the default yzlui binary with the pango enabled one.  I made that change back in 2012 to work around a bug that resulted in an error of &quot;[NIL] lsp-loop(): premature end of file (read 1 characters)&quot; when parsing.  Basically, yzlui was crashing when it tried to display the parse tree.<br><br>This is the section of my build script that makes the change:<div></div><div><br>mv /opt/delphin/lkb/bin/linux.x86.32/yzlui /opt/delphin/lkb/bin/linux.x86.32/yzlui.orig || exit 1<br>wget <a href="http://lingua.bash.info/trollet/yzlui">http://lingua.bash.info/trollet/yzlui</a> --output-document=/opt/delphin/lkb/bin/linux.x86.32/yzlui || exit 1<br>chmod a+x /opt/delphin/lkb/bin/linux.x86.32/yzlui || exit 1<br><br>Mind, I haven&#39;t actually done a build in a couple years since (as far as I know) there were no real changes to the software.<br><table class="" style="border-width:0px 1px 1px;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-color:rgb(221,221,221);border-bottom-color:rgb(221,221,221);border-left-color:rgb(221,221,221);border-spacing:0px;border-collapse:collapse;empty-cells:show;font-size:12px;line-height:15.6px;padding:0px;margin:0px auto;table-layout:fixed;width:1240px;color:rgb(0,0,0);font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif"><tbody></tbody></table><br>--<br>D. Brodbeck<br>System Administrator, Linguistics<br>University of Washington<br>GPG key fingerprint: 0DB7 4B50 8910 DBC5 B510 79C4 3970 2BC3 2078 D875</div></div>