Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

build plugin failed

Open
#11 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

Start by following the documented build steps for the fluent-bit master code and reproduce the missing mk_core/mk_core_info.h error. Inspect fluent-bit/lib/monkey/include/monkey/mk_core.h and the generated out_stdout2 build target; done means the plugin compiles successfully without this missing-header failure.

Written by the indexing model from the issue text.

Description

I have clone the code to my computer, I follow the step in the doc

but when i compile the code, i got the following error

fluent-bit/lib/monkey/include/monkey/mk_core.h:33:10: fatal error: 'mk_core/mk_core_info.h' file not found
#include <mk_core/mk_core_info.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [out_stdout2/CMakeFiles/flb-out_stdout2.dir/stdout2.c.o] Error 1
make[1]: *** [out_stdout2/CMakeFiles/flb-out_stdout2.dir/all] Error 2
make: *** [all] Error 2

i use the fluent-bit master code

Dominant language
C
Stars
14
Forks
12
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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.

More from fluent/fluent-bit-plugin

All issues in fluent/fluent-bit-plugin

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.