Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to compile: telemetry.hpp: No such file or directory #224

Closed
FestplattenSchnitzel opened this issue Oct 9, 2024 · 2 comments
Closed
Assignees

Comments

@FestplattenSchnitzel
Copy link

Running

git clone --recurse-submodules https://github.com/CESNET/ipfixprobe
cd ipfixprobe
autoreconf -i
./configure
make

as described in the README results in failure during the make step:

make  all-recursive
make[1]: Entering directory '/opt/ipfixprobe/ipfixprobe'
Making all in .
make[2]: Entering directory '/opt/ipfixprobe/ipfixprobe'
  CXX      input/ipfixprobe-input.o
In file included from input/input.cpp:26:
./include/ipfixprobe/input.hpp:35:10: fatal error: telemetry.hpp: No such file or directory
   35 | #include <telemetry.hpp>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:2105: input/ipfixprobe-input.o] Error 1
make[2]: Leaving directory '/opt/ipfixprobe/ipfixprobe'
make[1]: *** [Makefile:3064: all-recursive] Error 1
make[1]: Leaving directory '/opt/ipfixprobe/ipfixprobe'
make: *** [Makefile:1044: all] Error 2
@FestplattenSchnitzel
Copy link
Author

ipfixprobe

Everything named "ipfixprobe" gets ignored (also include/ipfixprobe/), so that's b/c the file was forgotten to push in the first place, I guess.

@SiskaPavel SiskaPavel self-assigned this Dec 16, 2024
@SiskaPavel
Copy link
Contributor

Solved in #242.
Telemetry is our external library and can be installed from COPR repository or built from source code

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants