Hi!
Does anybody have a problem compilling the crosstest of ole32? Or maybe it's only my fault?
I have: usrmarshal.cross.o: In function `func_usrmarshal': /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:445: undefined reference to `_WdtpInterfacePointer_UserSize@20' /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:448: undefined reference to `_WdtpInterfacePointer_UserMarshal@20' ...
On Fri, Feb 13, 2009 at 02:01:35PM +0300, Vitaly Perov wrote:
Hi!
Does anybody have a problem compilling the crosstest of ole32? Or maybe it's only my fault?
I have: usrmarshal.cross.o: In function `func_usrmarshal': /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:445: undefined reference to `_WdtpInterfacePointer_UserSize@20' /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:448: undefined reference to `_WdtpInterfacePointer_UserMarshal@20' ...
Does this help?
cd dlls/ole32 make libole32.a
On Friday 13 February 2009 14:18:17 Huw Davies wrote:
On Fri, Feb 13, 2009 at 02:01:35PM +0300, Vitaly Perov wrote:
Hi!
Does anybody have a problem compilling the crosstest of ole32? Or maybe it's only my fault?
I have: usrmarshal.cross.o: In function `func_usrmarshal': /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:445: undefined reference to `_WdtpInterfacePointer_UserSize@20' /srv/vitperov/Projects/wine-dev/dlls/ole32/tests/usrmarshal.c:448: undefined reference to `_WdtpInterfacePointer_UserMarshal@20' ...
Does this help?
cd dlls/ole32 make libole32.a
Yes, thank you!!!