Eralt / arduino

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

Ethernet Library doesn't compile for 0019-rc1 #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In file 
libraries/Ethernet/Udp.cpp
you have on line 31,32
#include "ethernet.h"
#include "udp.h"

The Ethernet lib doesn't compile on Linux (or other case sensitive filesystems) 
because the headers are named  
Ethernet.h and Udp.h 

Original issue reported on code.google.com by e.fa...@wayoda.org on 16 Aug 2010 at 7:59

GoogleCodeExporter commented 9 years ago
r1072

Original comment by dmel...@gmail.com on 17 Aug 2010 at 8:42