An error was reported when building kong #14734
Answered
by
Water-Melon
zhengjianglong915
asked this question in
Help
-
|
Kong version: 3.9.1 When I run the 'make dev' command to build kong, the following error occurs every time. What configurations should I perform? |
Beta Was this translation helpful? Give feedback.
Answered by
Water-Melon
Aug 22, 2025
Replies: 1 comment 1 reply
-
|
Hi @zhengjianglong915 , I tried running I’ll first fix the error I ran into. You can also cherry-pick this fix (7c095c0) to your local branch, then run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zhengjianglong915
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zhengjianglong915 ,
I tried running
make devon 3.9.1, and indeed there’s a build error on macOS, but it’s not the same as the error you encountered.I’ll first fix the error I ran into. You can also cherry-pick this fix (7c095c0) to your local branch, then run
make cleanfollowed bymake devagain and see if it resolves the issue.