Advertisement
Guest User

Untitled

a guest
Sep 4th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. In file included from src/main.c:51:
  2. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/dvr/dvr.h:218:3: error: unknown type name 'profile_chain_t'
  3. profile_chain_t *de_chain;
  4. ^
  5. In file included from src/main.c:73:
  6. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:138:3: error: typedef redefinition with different types ('struct profile' vs 'struct _profile_t *')
  7. } profile_t;
  8. ^
  9. /usr/local/include/profile.h:24:28: note: previous definition is here
  10. typedef struct _profile_t *profile_t;
  11. ^
  12. In file included from src/main.c:73:
  13. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:146:8: error: member reference base type 'profile_t' (aka 'struct _profile_t *') is not a structure or union
  14. { pro->pro_refcount++; }
  15. ~~~^ ~~~~~~~~~~~~
  16. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:149:20: warning: static declaration of 'profile_release' follows non-static declaration
  17. static inline void profile_release( profile_t *pro )
  18. ^
  19. /usr/local/include/profile.h:71:20: note: previous declaration is here
  20. void KRB5_CALLCONV profile_release
  21. ^
  22. In file included from src/main.c:73:
  23. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:149:20: error: conflicting types for 'profile_release'
  24. static inline void profile_release( profile_t *pro )
  25. ^
  26. /usr/local/include/profile.h:71:20: note: previous declaration is here
  27. void KRB5_CALLCONV profile_release
  28. ^
  29. In file included from src/main.c:73:
  30. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:151:15: error: member reference base type 'profile_t' (aka 'struct _profile_t *') is not a structure or union
  31. assert(pro->pro_refcount > 0);
  32. ~~~^ ~~~~~~~~~~~~
  33. /usr/include/assert.h:54:21: note: expanded from macro 'assert'
  34. #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
  35. ^
  36. In file included from src/main.c:73:
  37. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:152:14: error: member reference base type 'profile_t' (aka 'struct _profile_t *') is not a structure or union
  38. if (--pro->pro_refcount == 0) profile_release_(pro);
  39. ~~~^ ~~~~~~~~~~~~
  40. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:182:15: error: member reference base type 'profile_t' (aka 'struct _profile_t *') is not a structure or union
  41. { return pro->pro_get_mc(pro); }
  42. ~~~^ ~~~~~~~~~~
  43. /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:186:6: error: conflicting types for 'profile_init'
  44. void profile_init(void);
  45. ^
  46. /usr/local/include/profile.h:45:20: note: previous declaration is here
  47. long KRB5_CALLCONV profile_init
  48. ^
  49. src/main.c:1001:16: error: too few arguments to function call, expected 2, have 0
  50. profile_init();
  51. ~~~~~~~~~~~~ ^
  52. /usr/local/include/profile.h:45:1: note: 'profile_init' declared here
  53. long KRB5_CALLCONV profile_init
  54. ^
  55. 1 warning and 9 errors generated.
  56. gmake[2]: *** [Makefile:442: /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/build.freebsd/src/main.o] Error 1
  57. gmake[2]: Leaving directory '/usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8'
  58. *** Error code 1
  59.  
  60. Stop.
  61. make[1]: stopped in /usr/ports/multimedia/tvheadend
  62. *** Error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement