Page 1 of 1

No tcpip$inetdef.h in X86$LIBRARY.

Posted: Thu Dec 16, 2021 2:21 pm
by jonesd
I have some IPV6-based code that includes <tcpip$inetdef.h>. When using the X86 tools cross compiler, it fails because it can't find tcpip$indetdef.h in X86$library. My workaround was to make X86$library a search list ending in SYS$COMMON:[SYSLIB]. The sys$library directory on the target machine has a tcpip$inetdef.h with identical
definitions as what's on the build host, though a different create date and SDL version. Are there any plans to add this file to the build tools kit?

Re: No tcpip$inetdef.h in X86$LIBRARY.

Posted: Mon Dec 27, 2021 6:42 pm
by jreagan
I think your solution is reasonable. You aren't the first person to notice the missing header. I've informed the network folks but I don't know their plans on getting it into the cross-tools kit.