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

Ethernet2 doesn't compile #11

Open
GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments
Open

Ethernet2 doesn't compile #11

GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 11 Feb 2010 at 11:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant