Startseite
Hilfe-ForumFrageSuchenKontakt/Impressum

ForenForum
Header-Dateien, wo??
Von: Ber
am 11.03.2005


wollte was compilieren, was schon ein bißchen älter ist ca.1997, wo finde ich die entsprechenden header dateien
hab suse linux 9.2 pro mit internet installationsquelle.
Sind das Bibliotheken?


berserker:/home/technojack/Documents/Neuer Ordner # gcc net.c
net.c:9:28: netinet/ip_tcp.h: Datei oder Verzeichnis nicht gefunden
net.c:10:31: netinet/protocols.h: Datei oder Verzeichnis nicht gefunden
net.c:19: error: field `tcpheader' has incomplete type
net.c: In Funktion »main«:
net.c:79: error: invalid application of `sizeof' to an incomplete type
net.c:82: error: invalid application of `sizeof' to an incomplete type
net.c:85: error: `IP_TCP' undeclared (first use in this function)
net.c:85: error: (Each undeclared identifier is reported only once
net.c:85: error: for each function it appears in.)
net.c:89: error: dereferencing pointer to incomplete type
net.c:90: error: dereferencing pointer to incomplete type
net.c:91: error: dereferencing pointer to incomplete type
net.c:92: error: dereferencing pointer to incomplete type
net.c:92: error: `TH_SYN' undeclared (first use in this function)
net.c:93: error: dereferencing pointer to incomplete type
net.c:93: error: invalid application of `sizeof' to an incomplete type
net.c:94: error: dereferencing pointer to incomplete type
net.c:96: error: invalid application of `sizeof' to an incomplete type
net.c:100: error: invalid application of `sizeof' to an incomplete type
net.c:101: error: invalid application of `sizeof' to an incomplete type
net.c:102: error: dereferencing pointer to incomplete type
net.c:102: error: invalid application of `sizeof' to an incomplete type
net.c:104: error: invalid application of `sizeof' to an incomplete type
net.c:114:2: Warnung: Kein Newline am Dateiende
berserker:/home/technojack/Documents/Neuer Ordner #