Hello, all:

I would like you to tell me how to use the captioned matter.

After drag and drop a script on the RuntimeBuilder.dp, this returned me the following 
messages.

__Stack start__
Checking for imported modules...
Saving "filter.pl" as Runtime in 
        "Work:Spams:cleanPOP1.0:filter Ÿ:filter.run"...
Saving imported modules in resource fork of filter.run...
Copied module Exporter.pm into resource fork.
Copied module Carp.pm into resource fork.
Copied module IO:Socket.pm into resource fork.
Copied module Net:Config.pm into resource fork.
Copied module Errno.pm into resource fork.
Copied module Time:Local.pm into resource fork.
Copied module DynaLoader.pm into resource fork.
Copied module Sec:Def.pm into resource fork.
Copied module File:Spec:Unix.pm into resource fork.
Copied module SelectSaver.pm into resource fork.
Copied module IO:Socket:UNIX.pm into resource fork.
Copied module IO.pm into resource fork.
Copied module Sec:Win.pm into resource fork.
Copied module Tie:Hash.pm into resource fork.
Copied module timelocal.pl into resource fork.
Copied module Mac:MoreFiles.pm into resource fork.
Copied module IO:Socket:INET.pm into resource fork.
Copied module strict.pm into resource fork.
Copied module base.pm into resource fork.
Copied module vars.pm into resource fork.
Copied module Config.pm into resource fork.
Copied module DB_File.pm into resource fork.
Copied module Socket.pm into resource fork.
Copied module Sec:Gen.pm into resource fork.
Copied module Mac:Memory.pm into resource fork.
Copied module File:Path.pm into resource fork.
Copied module Mac:InternetConfig.pm into resource fork.
Copied module XSLoader.pm into resource fork.
Copied module Appls.:MacPerl 5.6.1r1:lib:auto:DB_File:autosplit.ix into resource fork.
Copied module File:Copy.pm into resource fork.
Copied module File:Spec:Mac.pm into resource fork.
Copied module Symbol.pm into resource fork.
Copied module Exporter:Heavy.pm into resource fork.
Copied module File:Spec.pm into resource fork.
Copied module Sec:Adm.pm into resource fork.
Copied module Sec:Filter.pm into resource fork.
Copied module Net:POP3.pm into resource fork.
Copied module re.pm into resource fork.
Copied module Sec:Client.pm into resource fork.
Copied module warnings:register.pm into resource fork.
Copied module warnings.pm into resource fork.
Copied module Net:Cmd.pm into resource fork.
Copied module IO:Handle.pm into resource fork.
Copied module File:Basename.pm into resource fork.
Copied module Mac:Types.pm into resource fork.
Copied module Fcntl.pm into resource fork.
Copied module AutoLoader.pm into resource fork.
Copied module Cwd.pm into resource fork.
Copied module Sec:Acc.pm into resource fork.
Copied module Appls.:MacPerl 5.6.1r1:lib:auto:DynaLoader:dl_findfile.al into resource 
fork.
Copied module Sec:Proc.pm into resource fork.
Finished.
__Stack end__

After this pracice,  I found a runtime binary and a shared libs holder which contains 
MoreFiles, InternetConfig, Memory and Types. Morefiles in perl lib exists in the 
MacPPC: auto:Mac:Morefiles.

When running the new runtime binary, this returned the following error messages.
# Unknown error
# Compilation failed in require.
File 'File:Copy.pm'; Line 212
# Compilation failed in require.

For avoiding this messages, I create a foler "lib" which contains MacPPC: 
auto:Mac:Morefiles:Morefiles in the same directory as the runtime exists. Then the 
messages disappeared. 

But the other trouble occured.
This is # Can't locate auto/DB_File/autosplit.ix in @INC. 

I added auto: DB_File: autosplit.ix in to the lib.

After these mamual processes, the original run time works well.

Is there any miss-operation of RuntimeBuilder.dp?

Regards,

Reply via email to