alibaba / alibaba/euler

install Grpc error

Open
#327 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.9k
Forks
553
PR merge metrics
No merged PRs in 30d

Description

[MAKE] Generating cache.mk
[C] Compiling src/boringssl/err_data.c
src/boringssl/err_data.c:22:37: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_NONE == 1, library_values_changed_1);
^
src/boringssl/err_data.c:23:36: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_SYS == 2, library_values_changed_2);
^
src/boringssl/err_data.c:24:35: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_BN == 3, library_values_changed_3);
^
src/boringssl/err_data.c:25:36: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_RSA == 4, library_values_changed_4);
^
src/boringssl/err_data.c:26:35: error: expected ‘)’ before ‘==’ token
OPENSSL_COMPILE_ASSERT(ERR_LIB_DH == 5, library_values_changed_5);

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the install or build and inspect src/boringssl/err_data.c at the reported OPENSSL_COMPILE_ASSERT lines. Compare the compiler context around these assertions and confirm that the build completes without the reported syntax errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.