Reto Koradi wrote:
> In the file clients/Motif-1.2/uil/lex.l, there's a statement:
>
> return VERSION;
>
> The symbol VERSION was undefined. I figured that it should probably
> be VERSION_t, which is defined in yacc.y (--> yacc.h).
VERSION is one of the symbols that automake/autoconf predefine for
us. They're probably part of the GNU coding standards.
In LessTif, lex.l does contain the line you describe. Lex.l is
converted into lex.c, which contains
#include <LTconfig.h>
include/LTconfig.h contains :
/* Name of package */
#define PACKAGE "lesstif"
/* Version number of package */
#define VERSION "0.90.1"
If you can't get lesstif 0.90.0 to compile, then get lesstif-current
from ftp.lesstif.org, it is still very close to 0.90.0 and it should
not have the problems in the 0.90.0 release.
Danny
--
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page : http://users.skynet.be/danny.backx
Projects: LessTif (http://www.lesstif.org)
Oleo (http://www.gnu.org/software/oleo/oleo.html)