-
Notifications
You must be signed in to change notification settings - Fork 264
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
Webduino 1.7 and Arduino IDE 1.06 #60
Comments
Have you used the latest version from GitHub? We merged in changes for that, IIRC. -----Original Message----- Hi, |
Well I was comparing my version level which was the one of Github which was ok, but you are right the current 1.7 is better than the old 1.7 :-) Thanks anyway |
Hi,
I have an issue while compiling code with the Webserver.h library and the version 1.06 of the Arduino IDE (there are no error with version 1.05)
Typical error messages while compiling the Web_HelloWorld.ino sketch are described below
Any idea of how can this be solved?
Thanks in advance
Robert
The error messages are:
In file included from Web_HelloWorld.ino:5:
/Users/Robert/Data/Our Documents/Projets Techniques/Domotic/Arduino/Sketch/libraries/Webduino/WebServer.h: In member function 'int WebServer::read()':
/Users/Robert/Data/Our Documents/Projets Techniques/Domotic/Arduino/Sketch/libraries/Webduino/WebServer.h:729: error: ambiguous overload for 'operator==' in '((WebServer*)this)->WebServer::m_client == 0'
/Users/Robert/Data/Our Documents/Projets Techniques/Domotic/Arduino/Sketch/libraries/Webduino/WebServer.h:729: note: candidates are: operator==(int, int)
/Applications/Arduino-1.06.app/Contents/Resources/Java/libraries/Ethernet/EthernetClient.h:27: note: virtual bool EthernetClient::operator==(const EthernetClient&)
The text was updated successfully, but these errors were encountered: