Bubblino - compiling error - Help needed!

Hi, I am getting this error:

Bubbles_1_pde.cpp: In function 'int CheckTwitter()':
Bubbles_1_pde:100: error: 'DNSClient' was not declared in this scope
Bubbles_1_pde:100: error: expected `;' before 'dns'
Bubbles_1_pde:108: error: request for member 'begin' in 'dns', which is of non-class type ''
Bubbles_1_pde:109: error: request for member 'gethostbyname' in 'dns', which is of non-class type ''

Can anyone help me? I'm a noob too!

Heres the rest of the code:

http://pastie.org/2537358

thanks a million!

It looks like you are missing a library and include file for DNSClient.h. Where did you get this code?

Hi,

I got it here:

http://code.google.com/p/mcqn/source/browse/trunk/Bubblino/Bubblino.pde

BTW I cant seem to find DNSClient.h anywhere...any clue?