You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build your esphome fork using the generic-rtl8720cf-2mb-992k board, but i get these errors:
src/esphome/components/socket/lwip_sockets_impl.cpp: In function 'std::string esphome::socket::format_sockaddr(const sockaddr_storage&)':
src/esphome/components/socket/lwip_sockets_impl.cpp:16:23: error: 'lwip_inet_ntop' was not declared in this scope
const char *ret = lwip_inet_ntop(AF_INET, &addr->sin_addr, buf, sizeof(buf));
^~~~~~~~~~~~~~
*** [.pioenvs/ep2/src/esphome/components/socket/socket.cpp.o] Error 1
src/esphome/components/socket/lwip_sockets_impl.cpp: In member function 'virtual ssize_t esphome::socket::LwIPSocketImpl::readv(const iovec*, int)':
src/esphome/components/socket/lwip_sockets_impl.cpp:82:72: error: 'lwip_readv' was not declared in this scope; did you mean 'lwip_read'?
src/esphome/components/socket/headers.h:141:7: error: conflicting declaration 'using socklen_t = uint32_t'
Hi,
I'm trying to build your esphome fork using the
generic-rtl8720cf-2mb-992k
board, but i get these errors:Full log: https://dpaste.com/7B8AT7L9G
Tested with vscode & on cli with clean python venv.
The text was updated successfully, but these errors were encountered: