2 Feb
2009
2 Feb
'09
9:04 p.m.
http://bugs.winehq.org/show_bug.cgi?id=17194 --- Comment #11 from Rico <kgbricola(a)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.