Hi there, I'm still trying to install Wine 0.9.32 ./configure -> goes well make depend > goes well make gets following errors; flex -t ppl.l >ppl.yy.c || (rm -f ppl.yy.c && exit 1) flex: fatal internal error, exec failed Broken Pipe *** Error code 1 make: Fatal error: Command failed for target `ppl.yy.c' Current working directory /usr/home/ed/wine-0.9.32/libs/wpp *** Error code 1 The following command caused the error: cd wpp && make make: Fatal error: Command failed for target `wpp' Current working directory /usr/home/ed/wine-0.9.32/libs *** Error code 1 The following command caused the error: cd libs && make make: Fatal error: Command failed for target `libs' Can someone please tell me what goes wrong? Thx, Ed
On Mar 7, 6:51 am, "EdTim" <edg...@gmail.com> wrote:> I'm still trying to install Wine 0.9.32 ... > make gets following errors; > > flex -t ppl.l >ppl.yy.c || (rm -f ppl.yy.c && exit 1) > flex: fatal internal error, exec failedWhat operating system are you running? What version? What version of Flex do you have, e.g. what does flex --version output? - Dan