Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`QuartzDevice.h` is not being generated...

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
macos, r, rust

Research direction

Start by reproducing the binding generation on macOS with R 4.4 arm64, using the reported QuartzDevice.h path and error. Read bindgen-cli/main.rs and inspect the bindings/R_ext/QuartzDevice.rs generation target; done means the command completes without the missing ApplicationServices header error and produces the expected bindings.

Written by the indexing model from the issue text.

Description

Generating bindings/R_ext/QuartzDevice.rs from /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/include/R_ext/QuartzDevice.h
/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/include/R_ext/QuartzDevice.h:103:10: fatal error: 'ApplicationServices/ApplicationServices.h' file not found
/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/include/R_ext/QuartzDevice.h:103:10: note: did not find header 'ApplicationServices.h' in framework 'ApplicationServices' (loaded from '/System/Library/Frameworks')
panicked at bindgen-cli/main.rs:45:36:
Unable to generate bindings: ClangDiagnostic("/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/include/R_ext/QuartzDevice.h:103:10: fatal error: 'ApplicationServices/ApplicationServices.h' file not found\n")
make: [bindings/R_ext/QuartzDevice.rs] Error 101 (ignored)

I don't know why...

Dominant language
Rust
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.