OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

flex dependency is missing #120

Closed Ninjapouet closed 9 months ago

Ninjapouet commented 9 months ago

./configure tells all is ok but make gives:

make[3]: Entering directory '/home/julius/ocp/gnucobol/cobc'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../lib    -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT cobc.o -MD -MP -MF .deps/cobc.Tpo -c -o cobc.o cobc.c
mv -f .deps/cobc.Tpo .deps/cobc.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../lib -I../lib    -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k -MT ppparse.o -MD -MP -MF .deps/ppparse.Tpo -c -o ppparse.o ppparse.c
mv -f .deps/ppparse.Tpo .deps/ppparse.Po
LC_CTYPE=C /bin/bash /home/julius/ocp/gnucobol/build_aux/missing flex -opplex.c pplex.l
/home/julius/ocp/gnucobol/build_aux/missing: line 81: flex: command not found
WARNING: 'flex' is missing on your system.
         You should only need it if you modified a '.l' file.
         You may want to install the Fast Lexical Analyzer package:
         <https://github.com/westes/flex>
make[3]: *** [Makefile:1066: pplex.c] Error 127
GitMensch commented 9 months ago

all noted in HACKING, duplicate of #119