Advertisement
Guest User

Untitled

a guest
Apr 16th, 2011
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. droid-gcc -c -pipe -O2 -I/home/kurtl/orbit_build/external/zlib/ -pthread -Wall -Ipcre filters.c -o filters.o
  2. arm-eabi-gcc: unrecognized option '-pthread'
  3. filters.c:121: error: expected declaration specifiers or '...' before 'in_port_t'
  4. filters.c: In function 'sockaddr_storage_to_ip':
  5. filters.c:140: error: 'port' undeclared (first use in this function)
  6. filters.c:140: error: (Each undeclared identifier is reported only once
  7. filters.c:140: error: for each function it appears in.)
  8. filters.c: In function 'match_sockaddr':
  9. filters.c:190: error: 'in_port_t' undeclared (first use in this function)
  10. filters.c:190: error: 'network_port' undeclared (first use in this function)
  11. filters.c:190: error: 'netmask_port' undeclared (first use in this function)
  12. filters.c:190: warning: left-hand operand of comma expression has no effect
  13. filters.c:190: error: 'address_port' undeclared (first use in this function)
  14. filters.c:190: warning: left-hand operand of comma expression has no effect
  15. filters.c:202: error: too many arguments to function 'sockaddr_storage_to_ip'
  16. filters.c:203: error: too many arguments to function 'sockaddr_storage_to_ip'
  17. filters.c:204: error: too many arguments to function 'sockaddr_storage_to_ip'
  18. filters.c: In function 'acl_addr':
  19. filters.c:352: error: 'in_port_t' undeclared (first use in this function)
  20. filters.c:352: error: 'mask_port' undeclared (first use in this function)
  21. filters.c:472: error: too many arguments to function 'sockaddr_storage_to_ip'
  22. make: *** [filters.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement