[Bug 43400] New: Staging patchset wined3d-Copy_Resource_Typeless is missing dependency on wined3d-1DTextures

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 20 19:52:58 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43400

            Bug ID: 43400
           Summary: Staging patchset wined3d-Copy_Resource_Typeless is
                    missing dependency on wined3d-1DTextures
           Product: Wine-staging
           Version: 2.12
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: shtetldik at gmail.com
                CC: erich.e.hoover at wine-staging.com, michael at fds-team.de,
                    sebastian at fds-team.de
      Distribution: ---

When applying staging patchset wined3d-Copy_Resource_Typeless with
patchinstall.sh selectively, the final result fails to build with the following
error:

.../dlls/wined3d/cs.c:2253:40: error: ‘WINED3D_RTYPE_TEXTURE_1D’ undeclared
(first use in this function)
     else if (op->dst_resource->type == WINED3D_RTYPE_TEXTURE_1D ||
                                        ^~~~~~~~~~~~~~~~~~~~~~~

It's because it really depends on wined3d-1DTextures, and it's not installed
using patchinstall.sh, since that dependency isn't specified.

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