Replies: 1 comment 2 replies
-
Have you configured and built the library with cmake and a build command (like make)? Also, the include issue could likely be resolved by passing two EDIT: You could also just install the library, which should put the header files into a folder on your system that is in the include search path, such as I don't think there is a lot of documentation on building the examples outside of the cmake targets to run them, so perhaps that is an area that could be improved and help you in this case. I will take a closer look at that when I have more time. |
Beta Was this translation helpful? Give feedback.
-
Hello! I'm using various examples from the document to help with stumpless translation. I used the same example(docs/examples/journald/journald_example.c) used in the journal, but I got an error while compiling.
So I put the code as below and recompiled it. But another error came up.
Is there anything I did wrong in the compilation process or is there something wrong with the journal code?
Beta Was this translation helpful? Give feedback.
All reactions