Greetings,<br><br><div><span class="gmail_quote">On 11/13/06, <b class="gmail_sendername">Timothy Baldwin</b> &lt;<a href="mailto:tim@csse.unimelb.edu.au">tim@csse.unimelb.edu.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Eric,<br><br><br>&gt; I can build the newest pet under Ubuntu dapper and edgy with autoconf 2.60<br>&gt; and automake 1.9. It sounds like your problems are being caused by how<br>&gt; autoconf is being called. When I rebuild the configuration script, I usually
<br>&gt; call<br>&gt; aclocal followed by autoconf. aclocal takes care of setting all of the<br>&gt; version-<br>&gt; related flags in the configuration file based on version information pulled<br>&gt; from<br>&gt; your system. You might want to try calling aclocal before calling autoconf.
<br><br>This was very helpful, and resolved the problems with autoconf and<br>automake. I was then missing the files:</blockquote><div><br>Glad to help out.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
depcomp<br>missing<br><br>in the top PET directory, which I hackily copied across from an old PET build,<br>and off we went ... until we tripped up on s-xml:<br><br>;;; Loading &quot;/nlptools/delphin/lkb-src/src/systems/s-
xml.system&quot;<br><br>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Source file not found. Not compiling file<br>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;/nlptools/delphin/lkb-src/src/s-xml/src/package.lisp&quot;<br>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Source file /nlptools/delphin/lkb-src/src/s-xml/src/package.lisp not
<br>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;found, not loading.Source file &quot;/nlptools/delphin/lkb-src/src/s-xml/src/package.lisp&quot; do not exist.<br>Broken at MAKE::LOAD-FILE-OPERATION.<br>&gt;&gt;<br><br>which doesn't seem to be checked in to CVS (Ben?). This is after having
<br>specified --without-xml in configure, but I guess this option isn't passed as<br>far as the interface with the LKB.</blockquote><div><br>As I understand it, the xml related-flags in the configure script just enable (or disable)
<br>linking in libxerces to do XML parsing/generation in PET; it doesn't have any effect on<br>what LKB code is built.<br></div><br>Are you sure you really do have the latest LKB source code? If you try installing the<br>
lkb-src package on your ubuntu machine, you will get a copt of the LKB source I&nbsp; used<br>to build my PET packages. That package does include the s-xml code. In any event,<br>your error message says that LKB expects that code to be there since it has a system
<br>file.<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; If it is Ubuntu packages you are after, I have already packaged the latest
<br>&gt; and<br>&gt; greatest PET with selective unpacking. You can use the following repository:<br>&gt;<br>&gt; deb <a href="http://cl.naist.jp/~eric-n/ubuntu-nlp">http://cl.naist.jp/~eric-n/ubuntu-nlp</a> dapper delph-in
<br>&gt; deb-src <a href="http://cl.naist.jp/~eric-n/ubuntu-nlp">http://cl.naist.jp/~eric-n/ubuntu-nlp</a> dapper delph-in<br><br>These work beautifully on one server which is running dapper (finally, after<br>recently giving up on debian unstable), but the main machine we are interested
<br>in getting it running on is running RedHat ASP, as Ubuntu doesn't support the<br>hardware in question.<br><br><br>Tim<br></blockquote></div><br>-- <br>--Eric Nichols