Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. In file included from RemoteProcessClient.cpp:1:
  2. In file included from ./RemoteProcessClient.h:9:
  3. In file included from ./csimplesocket/ActiveSocket.h:46:
  4. ./csimplesocket/SimpleSocket.h:61:12: fatal error: 'linux/if_packet.h' file not found
  5. #include <linux/if_packet.h>
  6. ^
  7. 1 error generated.
  8. In file included from Runner.cpp:1:
  9. In file included from ./Runner.h:8:
  10. In file included from ./RemoteProcessClient.h:9:
  11. In file included from ./csimplesocket/ActiveSocket.h:46:
  12. ./csimplesocket/SimpleSocket.h:61:12: fatal error: 'linux/if_packet.h' file not found
  13. #include <linux/if_packet.h>
  14. ^
  15. 1 error generated.
  16. In file included from csimplesocket/ActiveSocket.cpp:43:
  17. In file included from csimplesocket/ActiveSocket.h:46:
  18. csimplesocket/SimpleSocket.h:61:12: fatal error: 'linux/if_packet.h' file not found
  19. #include <linux/if_packet.h>
  20. ^
  21. 1 error generated.
  22. In file included from csimplesocket/PassiveSocket.cpp:43:
  23. In file included from csimplesocket/PassiveSocket.h:45:
  24. In file included from csimplesocket/ActiveSocket.h:46:
  25. csimplesocket/SimpleSocket.h:61:12: fatal error: 'linux/if_packet.h' file not found
  26. #include <linux/if_packet.h>
  27. ^
  28. 1 error generated.
  29. In file included from csimplesocket/SimpleSocket.cpp:43:
  30. csimplesocket/SimpleSocket.h:61:12: fatal error: 'linux/if_packet.h' file not found
  31. #include <linux/if_packet.h>
  32. ^
  33. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement