[M3devel] build problem diagnosis in caltech-parser test package

Randy Coleburn rcoleburn at scires.com
Mon Dec 7 04:57:02 CET 2009


I am resending this message because I think it may have been overlooked because it came out while the list server was flooding everyone a few days back.
--Randy

>>> "Randy Coleburn" <rcoleburn at scires.com> 12/1/2009 2:32 PM >>>
I am listing below the verbose compiler output for the caltech-parser\parserlib\parserlib\test package.
 
This build is from WindowsXP platform.
 
The problem is the command:  C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3
This command should instead be one of the following 2 variants:
1.  C:\cm3\bin\ktok ..\src\Calc.t -o CalcTok.i3
2.  ..\..\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3
depending on whether you want to grab ktok.exe from the public bin folder or from ktok's local build folder.  I suspect the former would be the best bet, since the local build folder is often erased after shipping the package.
 
I suspect the problem is in the parser.tmpl file located in C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\src
 
Specifically, the definitions found in lines 11-18 seem suspicious.
 
Since I am not very familiar with this package, I would prefer someone else to make the correction.
 
Compiler output is below:
 
C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test>cm3 -verbose
EVAL ("C:\cm3\bin\cm3.cfg")
--- building in NT386 ---
cd NT386
LIB_INSTALL is C:\cm3\lib
ignoring ..\src\m3overrides
EVAL ("m3make.args")
rm .M3SHIP
rm .M3OVERRIDES
C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3
C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3
The system cannot find the path specified.
"C:\cm3\pkg\cit_util\src\generics.tmpl", line 38: quake runtime error: exit 1: C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src\Calc.t -o CalcTok.i3
--procedure--  -line-  -file---
exec               --  <builtin>
_exec              38  C:\cm3\pkg\cit_util\src\generics.tmpl
_xCons             37  C:\cm3\pkg\parserlib\src\parser.tmpl
_tCons             70  C:\cm3\pkg\parserlib\src\parser.tmpl
_tConsUn           71  C:\cm3\pkg\parserlib\src\parser.tmpl
token              73  C:\cm3\pkg\parserlib\src\parser.tmpl
include_dir         4  C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test\src\m3makefile
                    5  C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test\NT386\m3make.args
Fatal Error: package build failed
 seconds  #times  operation
    0.01       1  garbage collection
    0.06          other
---------------------------------------------------
    0.07          TOTAL
rm m3make.args
cd ..
C:\cm3\Sandbox\cm3\caltech-parser\parserlib\parserlib\test>
 
Regards,
Randy Coleburn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20091206/5dafbf64/attachment-0002.html>


More information about the M3devel mailing list