Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIPClient errors when compiling examples/VNC_ST7789/VNC_ST7789.ino #48

Open
andrewfraley opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@andrewfraley
Copy link

andrewfraley commented Jan 3, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant