[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sat Jan 8 09:37:05 CET 2011
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 11/01/08 09:37:05
Modified files:
cm3/m3-sys/m3middle/src/: M3CG_Check.m3
Log message:
make errors visible on stdout or stderr, much better
now we get:
jbook2:p250 jay$ /dev2/cm3/m3-sys/cm3/I386_DARWIN/cm3
--- building in I386_DARWIN ---
new source -> compiling Main.m3
"../Main.m3", line 6: ********* M3CG_Check ERROR *********** bad stack: expected [ Int32 ] got [ Int64 ]
"../Main.m3", line 11: ********* M3CG_Check ERROR *********** bad stack: expected [ Int32 ] got [ Int64 ]
"../Main.m3", line 13: ********* M3CG_Check ERROR *********** bad stack: expected [ Int64 ] got [ Int32 ]
"../Main.m3", line 1: 3 code generation errors (this line seems unnecessary now!)
4 errors encountered (this should probably say 3)
compilation failed => not building program "pgm"
Fatal Error: package build failed
More information about the M3commit
mailing list