Advertisement
Guest User

Untitled

a guest
May 26th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. christian@christian-wicked:~/workspace/src/tvheadend_tvheadend$ make -j8
  2. CC src/uuid.o
  3. CC src/main.o
  4. CC src/tvhlog.o
  5. CC src/idnode.o
  6. CC src/utils.o
  7. CC src/prop.o
  8. CC src/wrappers.o
  9. CC src/access.o
  10. CC src/dtable.o
  11. CC src/tcp.o
  12. CC src/udp.o
  13. CC src/url.o
  14. CC src/http.o
  15. CC src/notify.o
  16. src/udp.c: In function ‘udp_get_ifindex’:
  17. src/udp.c:104:3: error: implicit declaration of function ‘if_nametoindex’ [-Werror=implicit-function-declaration]
  18. r = if_nametoindex(ifname);
  19. ^
  20. cc1: all warnings being treated as errors
  21. make: *** [/home/christian/workspace/src/tvheadend_tvheadend/build.linux/src/udp.o] Fehler 1
  22. make: *** Warte auf noch nicht beendete Prozesse...
  23. christian@christian-wicked:~/workspace/src/tvheadend_tvheadend$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement