Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 5.46 KB | None | 0 0
  1. make[3]: Entering directory '/home/bob/src/gputop/gputop-git-dev0/gputop-ui'
  2. make[3]: Circular tracepoint_format.leg <- tracepoint_format.leg.c dependency dropped.
  3.   CC       gputop_ui-tracepoint_format.leg.o
  4. tracepoint_format.leg.c: In function ‘yy_1_Number’:
  5. tracepoint_format.leg.c:291:6: error: request for member ‘integer’ in something not a structure or union
  6.     __.integer = atoi(yytext); ;
  7.       ^
  8. tracepoint_format.leg.c: In function ‘yy_1_PropertyValue’:
  9. tracepoint_format.leg.c:304:6: error: request for member ‘string’ in something not a structure or union
  10.     __.string = strdup(yytext); ;
  11.       ^
  12. tracepoint_format.leg.c:304:16: warning: implicit declaration of function ‘strdup’; did you mean ‘strcmp’? [-Wimplicit-function-declaration]
  13.     __.string = strdup(yytext); ;
  14.                 ^~~~~~
  15.                 strcmp
  16. tracepoint_format.leg.c: In function ‘yy_1_PropertyName’:
  17. tracepoint_format.leg.c:317:6: error: request for member ‘string’ in something not a structure or union
  18.     __.string = strdup(yytext); ;
  19.       ^
  20. tracepoint_format.leg.c: In function ‘yy_5_Property’:
  21. tracepoint_format.leg.c:332:10: error: request for member ‘string’ in something not a structure or union
  22.     free(n.string); free(v.string); ;
  23.           ^
  24. tracepoint_format.leg.c:332:26: error: request for member ‘string’ in something not a structure or union
  25.     free(n.string); free(v.string); ;
  26.                           ^
  27. tracepoint_format.leg.c: In function ‘yy_4_Property’:
  28. tracepoint_format.leg.c:349:15: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  29.     snprintf(yy->ctx.tp->fields[yy->ctx.tp->n_fields].name,
  30.                ^~
  31. tracepoint_format.leg.c:349:34: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  32.     snprintf(yy->ctx.tp->fields[yy->ctx.tp->n_fields].name,
  33.                                   ^~
  34. tracepoint_format.leg.c:350:29: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  35.                     sizeof(yy->ctx.tp->fields[yy->ctx.tp->n_fields].name),
  36.                              ^~
  37. tracepoint_format.leg.c:350:48: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  38.                     sizeof(yy->ctx.tp->fields[yy->ctx.tp->n_fields].name),
  39.                                                 ^~
  40. tracepoint_format.leg.c:351:35: error: request for member ‘string’ in something not a structure or union
  41.                     "%s", strrchr(v.string, ' ') + 1); free(v.string); ;
  42.                                    ^
  43. tracepoint_format.leg.c:351:61: error: request for member ‘string’ in something not a structure or union
  44.                     "%s", strrchr(v.string, ' ') + 1); free(v.string); ;
  45.                                                              ^
  46. tracepoint_format.leg.c: In function ‘yy_3_Property’:
  47. tracepoint_format.leg.c:368:6: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  48.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].is_signed = v.integer != 0; ;
  49.       ^~
  50. tracepoint_format.leg.c:368:25: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  51.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].is_signed = v.integer != 0; ;
  52.                          ^~
  53. tracepoint_format.leg.c:368:58: error: request for member ‘integer’ in something not a structure or union
  54.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].is_signed = v.integer != 0; ;
  55.                                                           ^
  56. tracepoint_format.leg.c: In function ‘yy_2_Property’:
  57. tracepoint_format.leg.c:385:6: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  58.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].size = v.integer; ;
  59.       ^~
  60. tracepoint_format.leg.c:385:25: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  61.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].size = v.integer; ;
  62.                          ^~
  63. tracepoint_format.leg.c:385:53: error: request for member ‘integer’ in something not a structure or union
  64.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].size = v.integer; ;
  65.                                                      ^
  66. tracepoint_format.leg.c: In function ‘yy_1_Property’:
  67. tracepoint_format.leg.c:402:6: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  68.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].offset = v.integer; ;
  69.       ^~
  70. tracepoint_format.leg.c:402:25: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  71.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].offset = v.integer; ;
  72.                          ^~
  73. tracepoint_format.leg.c:402:55: error: request for member ‘integer’ in something not a structure or union
  74.     yy->ctx.tp->fields[yy->ctx.tp->n_fields].offset = v.integer; ;
  75.                                                        ^
  76. tracepoint_format.leg.c: In function ‘yy_1_Field’:
  77. tracepoint_format.leg.c:417:6: error: ‘yycontext {aka struct _yycontext}’ has no member named ‘ctx’
  78.     yy->ctx.tp->n_fields++; ;
  79.       ^~
  80. make[3]: *** [Makefile:615: gputop_ui-tracepoint_format.leg.o] Error 1
  81. make[3]: Leaving directory '/home/bob/src/gputop/gputop-git-dev0/gputop-ui'
  82. make[2]: *** [Makefile:441: all] Error 2
  83. make[2]: Leaving directory '/home/bob/src/gputop/gputop-git-dev0/gputop-ui'
  84. make[1]: *** [Makefile:440: all-recursive] Error 1
  85. make[1]: Leaving directory '/home/bob/src/gputop/gputop-git-dev0'
  86. make: *** [Makefile:372: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement