Sending function pointers to XS

2009-11-10 Thread Kartik Thakore
Hi, How does one send sub pointers to XS as function pointer? The funtion I am trying to bind is http://www.libsdl.org/cgi/docwiki.cgi/SDL_SetEventFilter One of the paramater requires a function in the format of int typedef (SDL_EventFilter *)(const SDL_Event * Event) What we would like to

Help with Mac Bundling

2009-11-10 Thread Kartik Thakore
Hello Mattia, I am the maintainer for SDL Perl. We are having trouble bundling for MacOSX. We are using perl Build bundle. We have some success with it but we can't even run 'cpan -t .' on it. I have asked around an padre users say wxperl bundles well on MacOSX. How do you accomplish this