Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- christian@christian-wicked:~/workspace/src/tvheadend_tvheadend$ make -j8
- CC src/uuid.o
- CC src/main.o
- CC src/tvhlog.o
- CC src/idnode.o
- CC src/utils.o
- CC src/prop.o
- CC src/wrappers.o
- CC src/access.o
- CC src/dtable.o
- CC src/tcp.o
- CC src/udp.o
- CC src/url.o
- CC src/http.o
- CC src/notify.o
- src/udp.c: In function ‘udp_get_ifindex’:
- src/udp.c:104:3: error: implicit declaration of function ‘if_nametoindex’ [-Werror=implicit-function-declaration]
- r = if_nametoindex(ifname);
- ^
- cc1: all warnings being treated as errors
- make: *** [/home/christian/workspace/src/tvheadend_tvheadend/build.linux/src/udp.o] Fehler 1
- make: *** Warte auf noch nicht beendete Prozesse...
- christian@christian-wicked:~/workspace/src/tvheadend_tvheadend$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement