oceanbase / oceanbase/seekdb

Android build fails with 'error: unknown type name 'consteval''

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

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

Open the contributing guide

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.