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

Error compiling #9

Open
JoseP-97 opened this issue Dec 5, 2023 · 3 comments
Open

Error compiling #9

JoseP-97 opened this issue Dec 5, 2023 · 3 comments

Comments

@JoseP-97
Copy link

JoseP-97 commented Dec 5, 2023

Hello, when I run the ninja script mentioned, it fails with this error =>

../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm:1602:38: error: incompatible types casting 'const void *' to 'dispatch_semaphore_t' (aka 'dispatch_semaphore_s *') with a __bridge cast
    dispatch_semaphore_t semaphore = (__bridge dispatch_semaphore_t)cfFence;

Have someone solved it? Did I do something wrong?

@faridfajrak
Copy link

Hi, I have the same issue, I'm using apple silicon M2 processor

Hello, when I run the ninja script mentioned, it fails with this error =>

../../third_party/skia/src/gpu/ganesh/mtl/GrMtlGpu.mm:1602:38: error: incompatible types casting 'const void *' to 'dispatch_semaphore_t' (aka 'dispatch_semaphore_s *') with a __bridge cast
    dispatch_semaphore_t semaphore = (__bridge dispatch_semaphore_t)cfFence;

Have someone solved it? Did I do something wrong?

@adamkoch
Copy link

adamkoch commented Feb 5, 2024

Same issue - I'm on Macbook M1. Did either of you find a solution?

@hkuczynski
Copy link

Same issue. Does anyone know how to fix it?

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

4 participants