No tcpip$inetdef.h in X86$LIBRARY.

Post Reply

Topic author
jonesd
Valued Contributor
Posts: 74
Joined: Mon Aug 09, 2021 7:59 pm
Reputation: 0
Status: Offline

No tcpip$inetdef.h in X86$LIBRARY.

Post by jonesd » Thu Dec 16, 2021 2:21 pm

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?


jreagan
VSI Expert
Master
Posts: 134
Joined: Tue Dec 01, 2020 8:40 am
Reputation: 0
Status: Offline

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

Post by jreagan » Mon Dec 27, 2021 6:42 pm

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.

Post Reply