-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build on macOS fails #9004
Comments
if you do a basic |
It seems that record accessor is not compiled correctly. Did you install bison and flex via homebrew? |
|
Yep ➜ build git:(master) which flex
/opt/homebrew/opt/flex/bin/flex
➜ build git:(master) which bison
/opt/homebrew/opt/bison/bin/bison |
Make sure you have the proper versions:
|
Bug Report
Describe the bug
following the instructions on https://docs.fluentbit.io/manual/installation/macos#get-the-source-and-build-it
on macos 14.5.1 getting the following error:
Additional context
I'm trying to pinpoint the codechange that caused #8993 - for that i need to be able to build fluent-bit from sources
The text was updated successfully, but these errors were encountered: