Webduino icon indicating copy to clipboard operation
Webduino copied to clipboard

GarageDoorOpener.ino not compiling - Arduino 1.0.6

Open Sudharsp opened this issue 10 years ago • 3 comments

Hi , I am new to Ardiuno. Getting following error during compiling GarageDoorOpener.ino

In file included from Webserver.cpp:4: /Webduino.h: In member function 'int WebServer::read()': Webduino.h:729: error: ambiguous overload for 'operator==' in '((WebServer*)this)->WebServer::m_client == 0' /Webduino.h:729: note: candidates are: operator==(int, int) C:\Program Files (x86)\Arduino\libraries\Ethernet/EthernetClient.h:27: note: virtual bool EthernetClient::operator==(const EthernetClient&)

Sudharsp avatar Jan 18 '15 04:01 Sudharsp

Which version of the Arduino IDE are you using? This library was developed before the days of Arduino 1.0, and may have broken with recent Ethernet library changes.

unwiredben avatar Jan 19 '15 20:01 unwiredben

Thanks for your response. I am using Arduino 1.0.6. This is my first project and I have very limited programming knowledge. Any help would be appreciated.

Sudharsp avatar Jan 21 '15 22:01 Sudharsp

Thanks for your response. I am using Arduino 1.0.6.

This is my first project and I have very limited programming knowledge.

Any help would be appreciated.

Regards...Sudhar

Date: Mon, 19 Jan 2015 12:13:54 -0800 From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [Webduino] GarageDoorOpener.ino not compiling - Arduino 1.0.6 (#63)

Which version of the Arduino IDE are you using? This library was developed before the days of Arduino 1.0, and may have broken with recent Ethernet library changes.

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

                  =

Sudharsp avatar Jan 21 '15 22:01 Sudharsp