Open taoloo897 opened 9 years ago
Hi,
I found similar errors with arduino-nightly. My code was working until now with Webduino. If I install Webduino in ~/sketchbook/libraries/ as usual, it now gives:
fatal error: WebServer.h: No such file or directory. compilation terminated.Error compiling.
I've tried also in ~/arduino-nightly/libraries/ but then the errors are similars to aboce (trying to use Ethernet library instead):
~/arduino-nightly/libraries/Ethernet/src/EthernetClient.cpp:175:1: error: expected unqualified-id before '+' token +uint8_t EthernetClient::getSocketNumber () { ^ Error compiling.
I am using latest version of Webduino at github.
Thanks, Agustin
I tried to download the zip from Github, renamed it from "Webduino-master" to "Webduino" and installedit in the IDE (1.6.5) via "Add ZIP library" option. Then, I've tried to compile https://github.com/sirleech/Webduino/blob/master/examples/Web_Demo/Web_Demo.ino . Zero problems. I'm using Fedora 22 64 bits
Hi again my friend.like we talked on email i put the problems here for arduino ide 1.6.5 If you can make some modification for it will be greate. Many thanks