Hootie81 / DNSClient

DNS Client for Spark
Other
0 stars 6 forks source link

Error in DNSClient ../third_party/lwip/lwip/include/lwip/inet.h:140:58: expected identifier before '(' token #4

Open 5310H opened 2 years ago

5310H commented 2 years ago

../third_party/lwip/lwip/include/lwip/inet.h:140:58: expected identifier before '(' token

Details:

../third_party/lwip/lwip/src/include/lwip/inet.h:140:58: error: expected identifier before '(' token 140 | #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr)

5310H commented 2 years ago

Receive error compiling using DNSClient.

5310H commented 2 years ago

Also ../third_party/lwip/lwip/src/include/lwip/inet.h:140:71: note: in definition of macro 'inet_aton' 140 | #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr)