Like my username, it's all new to me.
I know.

A sketch must have two functions...
setup and
loop. In other words, this is the smallest possible sketch that can be uploaded (you may want to try uploading it)...
void setup( void )
{
}
void loop( void )
{
}
The sketch you are trying to upload does not have either of those functions.
I built the Popular Mechanics 'Build You're First Robot'.
This?
http://www.popularmechanics.com/technology/engineering/robots/build-your-first-robotIs this the sketch you are trying to upload?
http://www.robotoid.com/byfr/popmech_robot_10.zipIf not, what sketch are you trying to upload? (please wrap code in
[code] [/code] tags)