MOL release candidate available

Christian Walther mol-general@lists.maconlinux.org
Thu, 8 Jan 2004 23:31:38 +0100


Hello!

Following Samuel's instructions, I get as far as

...
Making all in vconfig
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/shared -I../include -I../shared 
-I-    -g -O2 -Wall -Wmissing-prototypes -Wno-unused-function 
-Wno-missing-prototypes -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/shared -I../include -I../shared 
-I-    -g -O2 -Wall -Wmissing-prototypes -Wno-unused-function 
-Wno-missing-prototypes -c vmodeparser.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/shared -I../include -I../shared 
-I-    -g -O2 -Wall -Wmissing-prototypes -Wno-unused-function 
-Wno-missing-prototypes -c modes-y.c
y.tab.c: In function `yyparse':
y.tab.c:227: warning: suggest parentheses around assignment used as 
truth value
y.tab.c:275: warning: label `yyerrlab' defined but not used
y.tab.c:270: warning: label `yynewerror' defined but not used
/usr/include/stdlib.h: At top level:
modes-y.c:2: warning: `yysccsid' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I../../src/shared -I../include -I../shared 
-I-    -g -O2 -Wall -Wmissing-prototypes -Wno-unused-function 
-Wno-missing-prototypes -c modes-l.c
modes-l.l: In function `FindToken':
modes-l.l:76: `yylval' undeclared (first use in this function)
modes-l.l:76: (Each undeclared identifier is reported only once
modes-l.l:76: for each function it appears in.)
modes-l.l: In function `yylex':
modes-l.l:115: `yylval' undeclared (first use in this function)
make[2]: *** [modes-l.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Any ideas? I suspect I might be using a wrong version of some utility 
like "lex" or "yacc", but as I don't even know what these do, I'm stuck 
here. I have flex-2.5.4a-20mdk and byacc-1.9-13mdk on Mandrake 9.1 
(kernel benh-2.4.20-9mdk) on a PowerBook G4 Ti 867MHz.

  -Christian