Android build fails with 'error: unknown type name 'consteval''
Open
Nobody has claimed this yet.
dima
type: bug
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 339
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 52
Description
Environment
(Required) Please provide the output of bin/observer -V.
Description / Steps to Reproduce
(Required) Building the latest master branch of Android seekdb fails with the following compilation error:
/ob_running_mode.h:87:8: error: unknown type name 'consteval'; did you mean 'constexpr'?
The error occurs when running make -j32.
Impact
Build failure prevents development and testing on the Android platform.
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 running bin/observer -V and reproducing the failure with make -j32. Then inspect /ob_running_mode.h around line 87 and the Android build configuration. Done means the latest master branch builds successfully for Android without the reported consteval error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- build-system, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100