Skip to content

Instantly share code, notes, and snippets.

@GlenTiki
Created February 19, 2015 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GlenTiki/66fdb993c31e4e4b4cc4 to your computer and use it in GitHub Desktop.
Save GlenTiki/66fdb993c31e4e4b4cc4 to your computer and use it in GitHub Desktop.
Making all in lttng-sessiond
make[3]: Entering directory `/home/vagrant/lttng-tools/src/bin/lttng-sessiond'
CC save.o
save.c: In function ‘get_ust_context_type_string’:
save.c:263:7: error: ‘LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER’ undeclared (first use in this function)
case LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER:
^
save.c:263:7: note: each undeclared identifier is reported only once for each function it appears in
save.c: In function ‘save_ust_context’:
save.c:860:23: error: ‘LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER’ undeclared (first use in this function)
if (ctx->ctx.ctx == LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER) {
^
save.c:871:15: error: ‘union <anonymous>’ has no member named ‘perf_counter’
ctx->ctx.u.perf_counter.type);
^
save.c:879:15: error: ‘union <anonymous>’ has no member named ‘perf_counter’
ctx->ctx.u.perf_counter.config);
^
save.c:887:15: error: ‘union <anonymous>’ has no member named ‘perf_counter’
ctx->ctx.u.perf_counter.name);
^
make[3]: *** [save.o] Error 1
make[3]: Leaving directory `/home/vagrant/lttng-tools/src/bin/lttng-sessiond'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vagrant/lttng-tools/src/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vagrant/lttng-tools/src'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment