Recent content by void**

  1. V

    error ip.h:178???

    Yes, thats what i read ;) Now i solved the problem, i think these are the headers you need to include: #include <arpa/inet.h> #include <netinet/in_systm.h> #include <netinet/tcp.h> #include <netinet/in.h> #include <netinet/ip.h> but don´t change the order .... or you´ll get awful...
  2. V

    error ip.h:178???

    Hi there! I coded serveral programs using raw sockets under debian. Now i tried to using mac osx but i got these errors: /usr/include/netinet/ip.h:178: error: parse error before "n_long" /usr/include/netinet/ip.h:181: error: parse error before "n_long" /usr/include/netinet/ip.h:183...
Back
Top