pduino problems

hi

i am trying to use maxuino with my lilypad. i have arduino software v. 12 and maxuino 4, but the code cannot compile (i can't even get to trying to upload it onto my board). here is the error message:

o: In function loop': undefined reference to timer0_overflow_count'o:/tmp/build62940.tmp/Temporary_3791_7579.cpp:455: more undefined references to `timer0_overflow_count' follow

has anyone else had this problem?

thanks

Hello--

This error occurs because the library you are compiling makes use of an undocumented variable that was removed in v. 0012. It will probably work fine in v. 0011.

Mikal