webduino on arduino 1.6.5 IDE not work

Hi all.
I use old webduino library and new ide for arduino 1.6.5

When compile my sketch i received errors and html page not works , 404 or 400 message , and i think errors on html comes from compilation errors

In file included from C:\Program Files (x86)\Arduino\libraries\Webduino/WebServer.h:31:0,
from Imagini.h:1,
from casa.ino:6:
C:\Program Files (x86)\Arduino\libraries\Ethernet\src/EthernetClient.h: In member function 'int WebServer::read()':
C:\Program Files (x86)\Arduino\libraries\Ethernet\src/EthernetClient.h:27:16: note: candidate 1: virtual bool EthernetClient::operator==(bool)
virtual bool operator==(const bool value) { return bool() == value; }
^
In file included from c:\program files (x86)\arduino\hardware\tools\avr\avr\include\avr\eeprom.h:570:0,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/USBAPI.h:25,
from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:225,
from C:\Program Files (x86)\Arduino\libraries\Ethernet\src/EthernetClient.h:3,
from C:\Program Files (x86)\Arduino\libraries\Webduino/WebServer.h:31,
from Imagini.h:1,
from casa.ino:6:
C:\Program Files (x86)\Arduino\libraries\Webduino/WebServer.h:728:19: note: candidate 2: operator==(int, int)
if (m_client == NULL)
^

MANY THANKS!
Have Anybody some ideea?

When compile my sketch i received errors and html page not works , 404 or 400 message , and i think errors on html comes from compilation errors

If you can't compile your code, there is no way you can execute the code, so your assumptions are completely wrong.

If you want help, post links to libraries and post your code.

And, quit "upgrading" to new versions as fast as some dweeb incorrectly thinks that they are ready.

tao13:
I use old webduino library and new ide for arduino 1.6.5
...
Have Anybody some ideea?

1st idea: Fix the library and adapt the code to the newer GCC compiler and library versions.

2nd idea: Use an older IDE with that old library.

3rd idea: Don't use the webduino library at all.