How to build src/ucs/stats/stats_reader.c ? #7388
-
I tried to build it with something like this. But it failed with a lot of warning messages. My computer is running Fedora-34 x86_64. Please provide working script to build thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
stats_reader.c code is a leftover and currently not built by default. AFAIR, last time it worked on Centos7 |
Beta Was this translation helpful? Give feedback.
-
it should be something like |
Beta Was this translation helpful? Give feedback.
-
After applied this simple patch, I managed to build Thanks |
Beta Was this translation helpful? Give feedback.
it should be something like
gcc src/ucs/stats/stats_reader.c $(pkg-config --cflags gtk+-2.0) $(pkg-config --libs gtk+-2.0)
.however, the code is outdated and will not compile as-is, we probably need to remove it altogether.