Nativecallable is currently broken
Open
Nobody has claimed this yet.
blocked ☹
nativecallable
- Dominant language
- Raku
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Currently fails with this error:
gccxml_cc1plus: error: gccxml_builtins.h: No such file or directory
In file included from /tmp/N4yd5tJoeo:2:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:436: error: typedef 'decltype' is initialized (use __typeof__ instead)
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:436: error: 'nullptr' was not declared in this scope
I think the issue is not on our side.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Nativecall failure and reviewing the reported gccxml_cc1plus and GCC 6 diagnostics. Determine whether the missing gccxml_builtins.h and C++11 parsing errors originate in this project or an external dependency. Done means the Nativecall operation no longer fails with these errors, or the issue is documented as external.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100