Okay, the problem was not a missing file in CVS. I was using the ``make rpmdist'' which uses ``make dist'' and the new files were not added to the tarball-creating Makefiles. Here's the patch to src/support/Makefile.am that fixes this. -- Kayvan Aghaiepour Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | | Robin Gregory (2/28/92)
Index: src/support/Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/Makefile.am,v retrieving revision 1.5 diff -u -u -r1.5 Makefile.am --- src/support/Makefile.am 1999/10/19 20:59:27 1.5 +++ src/support/Makefile.am 1999/10/22 23:29:16 @@ -26,5 +26,7 @@ syscontr.C \ syscontr.h \ syssingleton.C \ - textutils.h + textutils.h \ + LIstream.h \ + LOstream.h