Re: 'USE'ing an Inline module from within an Inline module

2005-04-06 Thread Nicholas Wehr
; __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:

Re: 'USE'ing an Inline module from within an Inline module

2005-04-05 Thread Nicholas Wehr
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

'USE'ing an Inline module from within an Inline module

2005-04-05 Thread Nicholas Wehr
it's a namespace issue but I'm stumped... thanks! -Nicholas Wehr