error: call of overloaded 'delay(int)' is ambiguous

Hi every body ; i am trying to compile this code but an error is present when the function delay() is written, this error is something like this : error: call of overloaded 'delay(int)' is ambiguous , (I can't understand what's that mean)
the code is about sending GPS data via GPRS shield and arduino uno to PHP script in order to show the coordinates on google maps
the code in this file . thank you

program.txt (9.58 KB)

this error is something like

What is the error?

call of overloaded 'delay(int)' is ambiguous

Binary sketch size: 8,558 bytes (of a 32,256 byte maximum)

Compiles without errors. The bug is in arduPi.

While you may get help here you are certainly more likely to get help from the arduPi folks. I suggest you use whatever process they have in place to submit a bug report.

thank you bro :wink:

Where did you get the arduPi library from?