;
__DATA__
int _relative_speed(int arg) {
int speed;
speed = arg * 0.25;
return speed;
}
-
thank you!
Patrick LeBoutillier wrote:
Nicholas,
Can you send the code for Turtle.pm (or at least the "use Inline" part)?
Patrick
On Apr 5, 2005 2:
Sorry I wan't clearer. Here's an example of what I'm doing. Rabbit is
the new module version 0.14. It is trying to 'use' an installed module
'Turtle' version 1.17. They both use Inline::C. Inline is generating
this error during make:
The version '0.14' for module 'Turtle' doe not match
the ve
it's a namespace issue but
I'm stumped...
thanks!
-Nicholas Wehr