Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from src/main.c:51:
- /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/dvr/dvr.h:218:3: error: unknown type name 'profile_chain_t'
- profile_chain_t *de_chain;
- ^
- In file included from src/main.c:73:
- /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 *')
- } profile_t;
- ^
- /usr/local/include/profile.h:24:28: note: previous definition is here
- typedef struct _profile_t *profile_t;
- ^
- In file included from src/main.c:73:
- /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
- { pro->pro_refcount++; }
- ~~~^ ~~~~~~~~~~~~
- /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:149:20: warning: static declaration of 'profile_release' follows non-static declaration
- static inline void profile_release( profile_t *pro )
- ^
- /usr/local/include/profile.h:71:20: note: previous declaration is here
- void KRB5_CALLCONV profile_release
- ^
- In file included from src/main.c:73:
- /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:149:20: error: conflicting types for 'profile_release'
- static inline void profile_release( profile_t *pro )
- ^
- /usr/local/include/profile.h:71:20: note: previous declaration is here
- void KRB5_CALLCONV profile_release
- ^
- In file included from src/main.c:73:
- /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
- assert(pro->pro_refcount > 0);
- ~~~^ ~~~~~~~~~~~~
- /usr/include/assert.h:54:21: note: expanded from macro 'assert'
- #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
- ^
- In file included from src/main.c:73:
- /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
- if (--pro->pro_refcount == 0) profile_release_(pro);
- ~~~^ ~~~~~~~~~~~~
- /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
- { return pro->pro_get_mc(pro); }
- ~~~^ ~~~~~~~~~~
- /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/src/profile.h:186:6: error: conflicting types for 'profile_init'
- void profile_init(void);
- ^
- /usr/local/include/profile.h:45:20: note: previous declaration is here
- long KRB5_CALLCONV profile_init
- ^
- src/main.c:1001:16: error: too few arguments to function call, expected 2, have 0
- profile_init();
- ~~~~~~~~~~~~ ^
- /usr/local/include/profile.h:45:1: note: 'profile_init' declared here
- long KRB5_CALLCONV profile_init
- ^
- 1 warning and 9 errors generated.
- gmake[2]: *** [Makefile:442: /usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8/build.freebsd/src/main.o] Error 1
- gmake[2]: Leaving directory '/usr/ports/multimedia/tvheadend/work/tvheadend-4.0.8'
- *** Error code 1
- Stop.
- make[1]: stopped in /usr/ports/multimedia/tvheadend
- *** Error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement