<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I'm getting a build error for "caltech-parser\parserlib\parserlib\test".  (See below.)<br>
I'm not real familiar with this package, but the problem seems to be a path problem in invoking "ktok.exe".<br>
<br>
In the output below, the path being requested is: <br>
   C:\cm3\caltech-parser\parserlib\ktok\NT386\ktok.exe<br>
<br>
I think this path should instead be: <br>
   C:\cm3\<b>Sandbox\cm3\</b>caltech-parser\parserlib\ktok\NT386\ktok.exe<br>
<br>
Or, alternately, if one wanted the "ktok.exe" in "bin", the path should be: <br>
   C:\cm3\bin\ktok.exe<br>
<br>
The choice of path seems to be coming from a template file, but it isn't dealing properly with the location of the source tree (which could be rooted anywhere desired; mine is rooted at C:\cm3\Sandbox\cm3).<br>
<br>
Does anyone know if this package builds properly on other systems?  If so, perhaps the template needs adjusting for NT386.  Otherwise, there is a problem common to all platforms that should be repaired.<br>
<br>
Here is the output of my attempt to build this package:<br>
<br>
C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test\src>cm3<br>
--- building in ..\NT386 ---<br>
<br>
ignoring ..\src\m3overrides<br>
<br>
C:\cm3\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3<br>
C:\cm3\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3<br>
The system cannot find the path specified.<br>
"C:\cm3\pkg\cit_util\src\generics.tmpl", line 38: quake runtime error: exit 1: C:\cm3\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3<br>
<br>
--procedure--  -line-  -file---<br>
exec               --  <builtin><br>
_exec              38  C:\cm3\pkg\cit_util\src\generics.tmpl<br>
_xCons             37  C:\cm3\pkg\parserlib\src\parser.tmpl<br>
_tCons             70  C:\cm3\pkg\parserlib\src\parser.tmpl<br>
_tConsUn           71  C:\cm3\pkg\parserlib\src\parser.tmpl<br>
token              73  C:\cm3\pkg\parserlib\src\parser.tmpl<br>
include_dir         4  C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test\src\m3makefile<br>
                    4  C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test\NT386\m3make.args<br>
<br>
Fatal Error: package build failed<br>
<br>
Thanks,<br>
Randy Coleburn<br>
<div><br>
</div>
</div>
</body>
</html>