http://bugs.winehq.org/show_bug.cgi?id=33401
Peng NI peng.ni.2013@utt.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peng.ni.2013@utt.fr
--- Comment #1 from Peng NI peng.ni.2013@utt.fr 2013-04-16 03:25:55 CDT --- I have the same problem with 1.5.28 when building on ARM. I fixed it by changing the "./Maketest.rules.in".
In the line 22: - ALL_LIBS = $(IMPORTS:%-l%) $(EXTRALIBS) $(LDFLAGS) $(LIBS) + ALL_LIBS = $(IMPORTS:%-l%) $(LIBPORT) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
It helps me to fix the compilation of "./dlls/advapi32/tests". Perhaps it isn't the best way, but it works.
So 1 day to test whether it works with all the compilation.
PS: I have another problem that it seems "WaitCommEvent" doesn't work so well on ARM. I have used the same code to recompile by Winelib, but only ARM not worked. I will test if it was not my fault of code, and post the problem later if necessary.