in reply to XS module cannot find boot_FooBar symbol

Why on earth are you not using EUMM?! Even idiots like me can write XS code with EUMM!!

Asking for help getting XS code to work without EUMM is like asking us for advice on how to row across the Atlantic without a boat.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: XS module cannot find boot_FooBar symbol

Replies are listed 'Best First'.
Re^2: XS module cannot find boot_FooBar symbol
by llancet (Friar) on Mar 04, 2014 at 11:39 UTC
    I don't like the default behaviors by EUMM. I write a CMake wrapper. Nevertheless, re-inventing the wheel is fun (^_^)