Alex Zhondin
Alex Zhondin
@ledaniel2 I don't see implementation of the yyFlexLexer::yywrap in the header file https://github.com/lexxmark/winflexbison/blob/8063e9b9b6d0aa330e3137e0d66470116d906f7f/flex/src/FlexLexer.h#L145 Why you get a link error? How to reproduce your issue?
I've added `inline` code to flex\src\main.c:1774 and now there is no link error. The correct fix could be done in the upstream project.
@ledaniel2 please try this package https://ci.appveyor.com/api/buildjobs/5cibc2240rafovcs/artifacts/build%2Fwin_flex_bison-dev-2019-Win32-Release.zip
Sorry I don't know how to use UTF-8 input for flex. Try to google this problem.
[This](https://stackoverflow.com/questions/9611682/flexlexer-support-for-unicode) discussion may help you
Thank you for information. Let's return to this issue in summer. I prefer to make upstream adoptions once a year.
@GitMensch thank you for reminder, it's definitely a time to upgrade win_bison.
As flex release is becoming real now. I suggest to wait a little bit more (say till August) and make an upgrade both bison and flex. Another reason - I...
> Additionally, earlier this year, m4 received an update to 1.4.19. Tried to adopt new M4 code but failed. It seems it supports WIN32 compilation but for example uses sigset_t...
> I've [created a m4/1.4.19 recipe for conan](https://github.com/conan-io/conan-center-index/pull/7369). > This uses the autotools build system. > Perhaps you can adopt its generated sources/headers? @madebr Could you please give me a...