Hi,
I cannot compile the latest CVS because of the following problem:
../src/lyx_main.C: In method `void LyX::ReadLangugesFile(const string &)':
../src/lyx_main.C:672: `languages' undeclared (first use this function)
../src/lyx_main.C:672: (Each undeclared identifier is reported only once
../src/lyx_main.C:672: for each function it appears in.)
BTW: An "a" is missing in "ReadLangugesFile".
The following fixes the problem:
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.C,v
retrieving revision 1.68
diff -r1.68 lyx_main.C
42a43
> #include "language.h"
419c420
< ReadLangugesFile("languages");
---
> ReadLanguagesFile("languages");
665c666
< void LyX::ReadLangugesFile(string const & name)
---
> void LyX::ReadLanguagesFile(string const & name)
Index: src/lyx_main.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyx_main.h,v
retrieving revision 1.17
diff -r1.17 lyx_main.h
78c78
< void ReadLangugesFile(string const & name);
---
> void ReadLanguagesFile(string const & name);
Michael
--
======================================================================
Michael Schmitt phone: +49 451 500 3725
Institute for Telematics secretary: +49 451 500 3721
Medical University of Luebeck fax: +49 451 500 3722
Ratzeburger Allee 160 eMail: [EMAIL PROTECTED]
D-23538 Luebeck, Germany WWW: http://www.itm.mu-luebeck.de
======================================================================