http://bugs.winehq.org/show_bug.cgi?id=17406
Andrew Talbot Andrew.Talbot@talbotville.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Andrew.Talbot@talbotville.co | |m
--- Comment #26 from Andrew Talbot Andrew.Talbot@talbotville.com 2009-03-12 15:15:55 --- I am attaching a set of patches that may help to determine the specific cause of the problem. The attached archive contains one patch - "init.diff" - that reorders the functions to avoid forward references and six other patches: one for each function that was made static in the original patch.
I suggest winding the build back to just before the identified patch was applied, and then applying the "init.diff" patch followed by one of the other patches as in the following example.
git reset --hard 2a0e659335ecf1d8967c75c9efe164c2d9d0214c git apply init.diff git apply mp_mod_2d.diff
Do the above and do a build for each of the six patches - each named after the function it makes static - in turn, in order to determine which of the six functions cause the bug.