Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-01 02:00:21 -0700 (Thu, 01 Sep 2005)
Revision: 1458
Log message:
Merged the omake_0_9_7_pre5 with the trunk and created a new omake_0_9_7_pre6
branch off the trunk.
*** THERE WERE A NUMBER OF PROBLEMS ***
1) In the bootstrap process, omake-boot would complain about not being able to
find Pervasives.om. I worked around this by adding OMAKELIB=`pwd`/lib
to the top-level Makefile. This works fine, but the instructions suggest
calling omake-boot manually, which would not work.
2) lib/parse/C/Lex.om causes a "output_value: functional value" problem. I
worked around this by commenting out the ".SUBDIRS: $(subdirs CP, contrib)"
line in the top-level OMakefile.
3) I am getting
*** omake error:
File lib/build/LaTeX.om: line 169, characters 41-48
unbound variable: link[argv:13]
I failed to figure out how to fix it.