
2 Jun
2007
2 Jun
'07
11:20 p.m.
Hi David,
Aha! My build procedure has a flaw. After I build the new compiler I go into src/translator/js and build there, but the Makefile in there uses the old compiler. I had to add YHC=$(CURDIR)/inst/yh YHC_BASE_PATH=$(CURDIR)/inst to the make arguments.
Can this be added in general? Hopefully we are going to move over to having ycr2js built into the standard Yhc build system at some point soon. Thanks Neil