Skip to content

cannot make DirectHW in macOS 11.4 #1

Description

@mangomangomango0820

the output of make directhw in DirectHW-BigSur-master as below:

xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master % make directhw
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C DirectHW
if [ ! -r .patched ]; then
test uname -r | cut -f1 -d\. -lt 10 &&
patch -p0 < DirectHW-i386-only.diff || echo "Not patching.";
fi
touch .patched
xcodebuild -alltargets
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -alltargets

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 084a6894afb60c29ce820142f894525a
Build description path: /Users/xueshanzhang/Downloads/DirectHW-BigSur-master/DirectHW/build/XCBuildData/084a6894afb60c29ce820142f894525a-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'KEXT' from project 'DirectHW')
error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "YZAQ856TTM" with a private key was found. (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'DirectHW' from project 'DirectHW')
warning: ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no active architecture could be computed; building for all applicable architectures (in target 'libDirectHW' from project 'DirectHW')
** BUILD FAILED **

make[1]: *** [build] Error 65
make: *** [directhw] Error 2
xueshanzhang@XUESHANs-MacBook-Pro DirectHW-BigSur-master %

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions