FelixKratz / homebrew-formulae

1 stars 4 forks source link

Borders brew install #7

Closed khaneliman closed 8 months ago

khaneliman commented 8 months ago

I am trying to package borders for nixos, but been running into issues with it. So, I was going to just install it from brew for the time being. But, I get this error trying to install it.

command brew install borders
==> Fetching felixkratz/formulae/borders
==> Downloading https://github.com/FelixKratz/JankyBorders/archive/refs/tags/v1.2.5.tar.gz
==> Downloading from https://codeload.github.com/FelixKratz/JankyBorders/tar.gz/refs/tags/v1.2.5
 #=O#-    #       #
==> Installing borders from felixkratz/formulae
==> make
Last 15 lines from /Users/khaneliman/Library/Logs/Homebrew/borders/01.make:
In file included from src/windows.h:3:
In file included from src/border.h:2:
In file included from src/helpers.h:1:
src/extern.h:1:10: fatal error: 'CoreGraphics/CoreGraphics.h' file not found
#include <CoreGraphics/CoreGraphics.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193 warnings and 1 error generated.
In file included from src/border.c:1:
In file included from src/border.h:2:
In file included from src/helpers.h:1:
src/extern.h:1:10: fatal error: 'CoreGraphics/CoreGraphics.h' file not found
#include <CoreGraphics/CoreGraphics.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [makefile:5: all] Error 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/felixkratz/homebrew-formulae/issues
khaneliman commented 8 months ago

Hmm... went away randomly.