[Bug 17194] [PATCH] simple WineD3D installer

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 2 15:04:28 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17194





--- Comment #11 from Rico <kgbricola at web.de>  2009-02-02 15:04:27 ---
When you get this error:
>adapter.o:adapter.c:(.text+0x1e5): undefined reference to `_IID_IDXGIObject'

you have to build dxguid before you could build dxgi:
make -C dlls/dxguid/
make -C dlls/dxgi/

Also note that d3d10core have to be build before d3d10
make -C dlls/d3d10core/
make -C dlls/d3d10/


-- 
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.



More information about the wine-bugs mailing list