Booh it seems I'm the only one having problem... I use the Windows 0016 Arduino IDE version on a Parallels Desktop (Windows on Mac). Hope this is not the problem.
Anyway, I downloaded the new IDE and from this page:
http://asynclabs.com/wiki/index.php?title=AsyncLabsWiki#Software I downloaded WiShield 1.0 Driver and TCP/IP Stack. Unzipped the contents in the directory hardware/librairies/WiShield.
When I launch the IDE I still have the following error:
In file included from strings.c:31:
/server.h:51:1: warning: "UIP_APPCALL" redefined
In file included from hardware\libraries\WiShield/apps-conf.h:49,
from hardware\libraries\WiShield/uip-conf.h:141,
from /server.h:35,
from strings.c:31:
hardware\libraries\WiShield/webclient.h:107:1: warning: this is the location of the previous definition
In file included from strings.c:31:
/server.h:63: error: conflicting types for 'uip_tcp_appstate_t'
hardware\libraries\WiShield/webclient.h:106: error: previous declaration of 'uip_tcp_appstate_t' was here
Please help,
Franck