On Tue, Mar 21, 2017 at 7:06 AM, Iwona Kotlarska iwona260909@gmail.com wrote:
Hi everyone, I'm new to contributing to Wine and I would like to apply to Outreachy Internship. I'm generally comfortable with C, but I don't understand Wine's code yet. I tried to download and build Wine on my computer, I followed this: https://wiki.winehq.org/Developer_FAQ#How_do_I_download_and_build_the_very_l... and make fails (linking actually) with undefined reference to yywrap in function yylex in file programs/winhlp32/macro.lex.yy.c line 1032. I'm using gcc 5.4.0. Could anyone help me solve this compilation issue?
Hi Iwona,
As others have mentioned, that's a Flex bug, see: https://bugs.winehq.org/show_bug.cgi?id=42132
And suggest some small bugs to work on after succesfully compiling wine?
See our Outreachy wiki page: https://wiki.winehq.org/Outreachy
The list of starter bugs can be found here: http://tinyurl.com/n47n8om (preview URL version here, http://preview.tinyurl.com/n47n8om)
Thanks in advance for help! Iwona Kotlarska
You're welcome! Let us know if you have more questions.