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

Webduino 1.7 and Arduino IDE 1.06 #60

Open
rrobinet opened this issue Oct 4, 2014 · 2 comments
Open

Webduino 1.7 and Arduino IDE 1.06 #60

rrobinet opened this issue Oct 4, 2014 · 2 comments

Comments

@rrobinet
Copy link

rrobinet commented Oct 4, 2014

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&)

@unwiredben
Copy link
Collaborator

Have you used the latest version from GitHub? We merged in changes for that, IIRC.

-----Original Message-----
From: "Robert" [email protected]
Sent: ‎10/‎4/‎2014 5:36 PM
To: "sirleech/Webduino" [email protected]
Subject: [Webduino] Webduino 1.7 and Arduino IDE 1.06 (#60)

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&)

Reply to this email directly or view it on GitHub.=

@rrobinet
Copy link
Author

rrobinet commented Oct 4, 2014

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 :-)
Maybe a change of the release version should avoid this issue.

Thanks anyway
Robert

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

2 participants