What are the toolchains that differ from the original arduino package? I tried to use the original package from the website and it works well.
So I'll be happy to help you to fix this package. Francesco Il giorno 01/ott/2012 19:28, "Scott Howard" <showard...@gmail.com> ha scritto: > On Mon, Oct 1, 2012 at 1:06 PM, Scott Howard <showard...@gmail.com> wrote: > > in /usr/share/arduino/libraries/Ethernet/Dns.cpp > > > > find and replace: > > aResult[segment] > > > > with > > > > aResult.a8[segment] > > > > > > There are two occurrences of aResult[segment] that will need to be > > replaced with aResult.a8[segment]. > > That won't work - somewhere else in the DNS code it is looking for the > uint8_t IP address using the old method. I'll keep hunting for it, if > you get a chance and find it, let me know >