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
Trying to compile examples/VNC_ST7789/VNC_ST7789.ino and encountering the following errors. Any suggestions?
In file included from c:\Users\mondo\Documents\Arduino\libraries\arduinoVNC\src/VNC_ST7789.h:35,
from C:\Users\mondo\Documents\Arduino\arduinoVNC\examples\VNC_ST7789\VNC_ST7789.ino:22:
c:\Users\mondo\Documents\Arduino\libraries\arduinoVNC\src/VNC.h:275:19: error: cannot declare field 'arduinoVNC::TCPclient' to be of abstract type 'UIPClient'
275 | UIPClient TCPclient;
| ^~~~~~~~~
In file included from c:\Users\mondo\Documents\Arduino\libraries\UIPEthernet/UIPEthernet.h:41,
from c:\Users\mondo\Documents\Arduino\libraries\arduinoVNC\src/VNC.h:44:
c:\Users\mondo\Documents\Arduino\libraries\UIPEthernet/UIPClient.h:76:9: note: because the following virtual functions are pure within 'UIPClient':
76 | class UIPClient : public Client {
| ^~~~~~~~~
In file included from C:\Users\mondo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.1.0\cores\esp32/Arduino.h:197,
from C:\Users\mondo\Documents\Arduino\arduinoVNC\examples\VNC_ST7789\VNC_ST7789.ino:13:
C:\Users\mondo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.1.0\cores\esp32/Client.h:29:15: note: 'virtual int Client::connect(IPAddress, uint16_t, int32_t)'
29 | virtual int connect(IPAddress ip, uint16_t port, int32_t timeout) = 0;
| ^~~~~~~
C:\Users\mondo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.1.0\cores\esp32/Client.h:31:15: note: 'virtual int Client::connect(const char*, uint16_t, int32_t)'
31 | virtual int connect(const char *host, uint16_t port, int32_t timeout) = 0;
| ^~~~~~~
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered:
Trying to compile examples/VNC_ST7789/VNC_ST7789.ino and encountering the following errors. Any suggestions?
The text was updated successfully, but these errors were encountered: