Greetings folks... I'm having a problem with an Inline::CPP module I'm writing. It seems that it's trying to local an autosplit routine in the _Inline dir that doesn't exist after Inline does its initial magic.
Here's the actual error: Can't locate auto/MIME/KDE/version.al in @INC (@INC contains: /home/erikh/git/mime-kde/_Inline/lib lib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at -e line 1 Again, to be clear, that file does not exist. Here are pastes of the perl module and .cpp: C++: http://rafb.net/p/krIGe640.html (I've tried this with and without the namespaces, I get the same error) Perl: http://rafb.net/p/sRfcOk26.html I've been beating my head over this for a few hours, and made an attempt to google and read the Inline-FAQ before coming here. Any help would be greatly appreciated. Thanks, -Erik