JetBrains / skia-build

90 stars 45 forks source link

"src/gpu/GrCaps.h" not found #8

Open mgood7123 opened 2 years ago

mgood7123 commented 2 years ago
In file included from /Users/smallville7123/StudioProjects/Astrid/app/src/main/cpp/SkiaApp/Skia_Example.cpp:7:
In file included from /Users/smallville7123/StudioProjects/Astrid/app/src/main/cpp/SkiaApp/JetBrains/SkiaBuild/Skia-m93-87e8842e8c-macos-Release-x64/src/gpu/gl/GrGLContext.h:14:
/Users/smallville7123/StudioProjects/Astrid/app/src/main/cpp/SkiaApp/JetBrains/SkiaBuild/Skia-m93-87e8842e8c-macos-Release-x64/src/gpu/gl/GrGLCaps.h:17:10: fatal error: 'src/gpu/GrCaps.h' file not found
#include "src/gpu/GrCaps.h"
         ^~~~~~~~~~~~~~~~~~
1 error generated.

Matthews-MacBook-Pro:SkiaApp smallville7123$ find . -name *Caps.h
./JetBrains/SkiaBuild/Skia-m93-87e8842e8c-macos-Release-x64/src/gpu/gl/GrGLCaps.h
Matthews-MacBook-Pro:SkiaApp smallville7123$ 
tonsky commented 2 years ago

Try https://github.com/HumbleUI/SkiaBuild/, see if the problem persists. This repo is no longer supported