<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Greetings,<br>I couldn't find liblouisxml (or xml2brl) in the standard archlinux repositories or the A.U.R. so I started a buildscript to make it myself.<br><br>I ran into a slight problem.<br><br>I used "configure --prefix=/usr --sysconfdir=/etc" and everything built and makepkg installed the resulting package.  But the program can not find the <br>liblouisxml configuration files (stored in the standard /usr/share/liblouisxml/lbx_files) or the liblouis tables (found in /usr/share/liblouis/tables/).  <br>Liblouis was a dependency for orca or something, so I already had the archlinux package installed.<br><br>The error messages I get when trying to run xml2brl are:<br><br>$ xml2brl latex.txt<br>Can't find configuration file canonical.cfg<br>Can't find configuration file default.cfg<br>$ xml2brl -f /usr/share/liblouisxml/lbx_files/default.cfg latex.txt<br>canonical.cfg:41: Table en-us-g2.ctb cannot be found.<br>canonical.cfg:42: Table en-us-g1.ctb cannot be found.<br>canonical.cfg:43: Table en-us-compbrl.ctb cannot be found.<br>canonical.cfg:44: Table en-us-g2.ctb cannot be found.<br>canonical.cfg:45: Table nemeth.ctb cannot be found.<br>canonical.cfg:46: Table nemeth_edit.ctb cannot be found.<br>canonical.cfg:47: Table en-us-interline.ctb cannot be found.<br>default.cfg:10: Table en-us-g2.ctb,corrections.ctb cannot be found.<br>default.cfg:14: Table en-us-comp8.ctb cannot be found.<br><br><br>I tried setting the environment variables LIBLOUIS_TABLES_PATH and LBX_PATH to their corrisponding locations, but without any success.<br><br>Does anyone know how to get liblouisxml to build correctly and link to the default config/table files?<br><br>Or, is there an xml2brl implimentation already hidden in archlinux somewhere I don't realize?<br><br>Thank you:-)                                          </div></body>
</html>