VincentWei / build-minigui-5.0

The building scripts for MiniGUI 5.0
29 stars 11 forks source link

build-minigui.sh ERROR,please help #7

Open chengenius1980 opened 4 years ago

chengenius1980 commented 4 years ago

Making all in mgcfg-trans make[1]: Entering directory '/home/genius/build-minigui-5.0/mg-tools/mgcfg-trans' lex mgcfg-trans.l /bin/bash: lex: command not found Makefile:575: recipe for target 'lex.yy.c' failed make[1]: [lex.yy.c] Error 127 make[1]: Leaving directory '/home/genius/build-minigui-5.0/mg-tools/mgcfg-trans' Makefile:353: recipe for target 'all-recursive' failed make: [all-recursive] Error 1

ERROR WHEN COMPILING 'mg-tools' FOR MiniGUI configured with --with-runmode=procs --enable-compositing --enable-virtualwindow

VincentWei commented 4 years ago

Run sudo apt install flex to install flex.