http://bugs.winehq.org/show_bug.cgi?id=33401 Peng NI <peng.ni.2013(a)utt.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peng.ni.2013(a)utt.fr --- Comment #1 from Peng NI <peng.ni.2013(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.