Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nstallation Failure: Missing 'CoreGraphics/CoreGraphics.h' and 'CoreVideo/CoreVideo.h #112

Open
srizzling opened this issue Aug 22, 2024 · 1 comment

Comments

@srizzling
Copy link

Description:
While attempting to install the from the Homebrew tap, the installation process fails due to missing header files: CoreGraphics/CoreGraphics.h and CoreVideo/CoreVideo.h.

Steps to Reproduce:

  1. Tap the repository using brew tap FelixKratz/formulae.
  2. Install using brew install borders.
  3. Observe the installation failure during the make process.

Output:
Below is the relevant output from the installation process:

==> Installing borders from felixkratz/formulae
==> make
Last 15 lines from /Users/srizzling/Library/Logs/Homebrew/borders/01.make:
    #define __API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE8,__API_UNAVAILABLE7,__API_UNAVAILABLE6,__API_UNAVAILABLE5,__API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1,__API_UNAVAILABLE0,0)(__VA_ARGS__)
                                                                                                                                                                          ^
In file included from src/border.c:1:
In file included from src/border.h:3:
In file included from src/misc/helpers.h:2:
src/misc/extern.h:2:10: fatal error: 'CoreGraphics/CoreGraphics.h' file not found
#include <CoreGraphics/CoreGraphics.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.
In file included from src/animation.c:1:
src/animation.h:2:10: fatal error: 'CoreVideo/CoreVideo.h' file not found
#include <CoreVideo/CoreVideo.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [makefile:5: all] Error

Environment:

  • macOS Version: 14.5 (23F79)
  • I'm on mac silion (m1 pro)
  • Homebrew Version: 4.3.17
  • Xcode Command Line Tools Version: xcode-select version 2408.

You can paste this into the GitHub issue tracker for the repository to report the issue.

@srizzling
Copy link
Author

Perhaps a duplicate of #110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@srizzling and others