# from Yoav
# on Thursday 05 June 2008 10:03:
> However, I seem to
>be running into issues such as "Bus Error", segfaults
Inline_Stack_Vars needs to go in the variable declaration section. See
the pod for Inline::C.
>and undefined subroutines.
>
>The error i'm getting with the code as it currently stands is...
>Undefined subroutine &Geo::GeoCoder::UTM2WGS84
IIRC, 'double *' is not a type that can be automatically mapped. You
want to pass an array ref? You'll either need to pass it as an SV and
manually unpack it, or use a typemap.
--Eric
--
So malloc calls a timeout and starts rummaging around the free chain,
sorting things out, and merging adjacent small free blocks into larger
blocks. This takes 3 1/2 days.
--Joel Spolsky
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------