After checking out from cvs and running wineinstall, I get: err:module:import_dll Library wined3d.dll (which is needed by L"c:\\windows\\system32\\ddraw.dll") not found Anyone know where wined3d.dll and source is supplied from? Anyone know why this isn't in the main wine tree? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060722/86bd60b6/attachment.html
Brendan Miller wrote:> After checking out from cvs and running wineinstall, I get: > err:module:import_dll Library wined3d.dll (which is needed by > L"c:\\windows\\system32\\ddraw.dll") not found > > Anyone know where wined3d.dll and source is supplied from? Anyone know > why this isn't in the main wine tree?It is definitely part of the main Wine tree. If it did not get built for you, that generally means you are missing some related include files. You need to go through the config.log file in your Wine source tree, see what it says is missing, and install those parts.
Brendan Miller wrote:> After checking out from cvs and running wineinstall, I get: > err:module:import_dll Library wined3d.dll (which is needed by > L"c:\\windows\\system32\\ddraw.dll") not found > > Anyone know where wined3d.dll and source is supplied from? Anyone know > why this isn't in the main wine tree? > > Thanks > > > ------------------------------------------------------------------------ > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-usersThis probably means your CVS tree is broken. Your best chance is to just delete it entirely and re-checkout the tree. And can you please turn off HTML email? It's rather annoying.