You are not logged in.
Hello I am trying to compile wine but with little luck. I guess something is wrong with flex in archlinux but I have no clue.
Here is the error I get:
macro.lex.yy.o: In function `yylex':
/run/media/asd/katterior/KLStorage/Spiel/wine-2.0/programs/winhlp32/macro.lex.yy.c:1032: undefined reference to `yywrap'
Here is the configure output:
https://hastebin.com/uxihecijoj.coffeescript
Here is the full make log:
http://filebin.ca/3HTq2T2kFc8X
If anyone have an idea how to fix it I would be thankful.
Offline
-lfl isn't included in the linker line, and -noyywrap wasn't passed to flex. So unless it's explicitly defined in the code, or noyywrap is set in the flex input, this should be an error. How are you building this? Are you using a PKGBUILD? Which one?
EDIT: the PKGBUILD in community patches the flex input to include noyywrap. Apparently you are not applying this patch.
Mod note: not a multimedia and games issue. Not sure if there's any issue, so N.C. for now.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Looks like https://github.com/westes/flex/issues/160
... which leads to https://github.com/westes/flex/issues/162
Offline