On Wed, 7 Feb 2001 22:51:35 -0500, Morbus Iff wrote:
>Anyways, my silly little script will compile fine with Runtime Builder.
>When I run the compiled app, however, I get the following error. Keep in
>mind that:
>
>a) I've "use File::Spec;" in my script.
>b) I've "use Exporter;" in my script.
>c) I've "use XML::Parser;" in my script.
>
>I'm thinking it has something to do with XML::Parser - since it requires
>the Expat library - I *have* dragged the Expat library from
>site_perl/MacPPC into the "shared libs" folder of my compiled directory -
>and still nothing.
Actually, I think it has more to do with the fact that this is an XS
compiled set of modules. You'll need not just the plain perl bootstrap
modules, ones in site_perl, but also, look in "auto". You'll see a
parallel tree there.
Hmm... "auto" itself appears to be hidden inside the folder "MacPPC" or
"MacCFM58K", in site_perl, depending on your platform. Include the
necessary subtrees for Expat from both.
--
Bart.