So, I've been using RuntimeBuilder to try and make a runtime for the Mac.
You may remember me from previous messages like "help! I'm gonna shoot
myself" and "stop a future suicide victim".

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. I have also taken the MacPPC entire folder, and dragged
it into "shared libs" and accomplished the same error.

Can anyone help me with this? The compiled app runs up to the point where I
use a module that requires XML::Parser, and then it dies. I'm beginning to
feel that if I can hurdle this problem, the compiled app will work! That'd
be a mighty "yay!" from the crowd.

Anyways, the error:

# Subroutine load redefined.
File 'File:Spec.pm'; Line 24
# Can't load ':shared libs:Expat' for module XML::Parser::Expat: #
DynaLoader error [-2804, Perl].
File 'DynaLoader.pm'; Line 172


File 'Dev:Pseudo:XML:Parser.pm'; Line 15
# BEGIN failed--compilation aborted.
File 'XML:Parser.pm'; Line 27
# BEGIN failed--compilation aborted.
File 'Splooge:Desktop
Folder:Conquest:Development:AmphetaDesk:AmphetaDesk:AmphetaDesk
Ÿ:AmphetaDesk.run'; Line 26

--
Morbus Iff
                 We have QuadrapalegicMorbus - able to lay still on tall
   o-/----'   servers for days at a time, slower than Christopher Reeve at
                a full roll, smells stronger than 128 poobits. Defender
                     of Bedsores, Boredom and Bedpans of Shat...
                   Devil Shat: <http://www.disobey.com/devilshat/>

-02--- <\/> ---- <http://www.disobey.com/> --- Bad Ascii, Short Notice ----

Reply via email to