epaillard / tinkerit

Automatically exported from code.google.com/p/tinkerit
0 stars 0 forks source link

Ethernet2 doesn't compile #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. checkout svn 
2. copy Ethernet2 to /opt/arduino/libraries/Ethernet2
3. load the Ethernet2/chat_server demo
4. compile (verify)

First problem is that the chatserver demo has:
 #include <Ethernet.h>
when it needs
 #include <Ethernet2.h>

but then,
Ethernet2/Server.cpp also needs
 #include "Ethernet2.h"
on line 7

Original issue reported on code.google.com by gdam...@gmail.com on 11 Feb 2010 at 11:38