Greetings,<br><br><div><span class="gmail_quote">On 11/13/06, <b class="gmail_sendername">Timothy Baldwin</b> <<a href="mailto:tim@csse.unimelb.edu.au">tim@csse.unimelb.edu.au</a>> 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>> I can build the newest pet under Ubuntu dapper and edgy with autoconf 2.60<br>> and automake 1.9. It sounds like your problems are being caused by how<br>> autoconf is being called. When I rebuild the configuration script, I usually
<br>> call<br>> aclocal followed by autoconf. aclocal takes care of setting all of the<br>> version-<br>> related flags in the configuration file based on version information pulled<br>> from<br>> 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 "/nlptools/delphin/lkb-src/src/systems/s-
xml.system"<br><br>; - Source file not found. Not compiling file<br>; "/nlptools/delphin/lkb-src/src/s-xml/src/package.lisp"<br>; - Source file /nlptools/delphin/lkb-src/src/s-xml/src/package.lisp not
<br>; found, not loading.Source file "/nlptools/delphin/lkb-src/src/s-xml/src/package.lisp" do not exist.<br>Broken at MAKE::LOAD-FILE-OPERATION.<br>>><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 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;">> If it is Ubuntu packages you are after, I have already packaged the latest
<br>> and<br>> greatest PET with selective unpacking. You can use the following repository:<br>><br>> deb <a href="http://cl.naist.jp/~eric-n/ubuntu-nlp">http://cl.naist.jp/~eric-n/ubuntu-nlp</a> dapper delph-in
<br>> 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