Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Don't use PerlApp; therefore, don't know if this is relevant, but since your messages include a reference to the --add command

File\Spec\Unix.pm:
warn: auto\File\Spec\Unix\Unix.dll not found
refby: perlapp --add
....
from the AS doc re PerlApp9.3 here's some possibly relevant information:



--add modules
    List additional modules to include in the application. PerlApp also attempts to include 
    modules that the listed modules depend on. Multiple modules can be separated by whitespace 
    or a semicolon. This option can be repeated. For example: 

        perlapp myscript.pl --add IO::Socket --add XML::Parser::Expat

    ...would include IO::Socket and XML::Parser in your application.

    The --add option supports the following wildcard notations: --add Module::* includes Module::Foo, 
    but neither Module itself nor Module::Foo::Bar. --add Module::** includes Module::Foo and 
    Module::Foo::Bar, but not Module. --add Module:: works the same as --add Module;Module::**, 
    including all of Module, Module::Foo and Module::Foo::Bar. Note that you may have to quote 
    the * character to prevent wildcard expansion by your command shell.

    PerlApp uses built-in heuristics to determine any additional modules that may be required at 
    runtime. When building an executable, missing modules are displayed as errors. In a few cases, 
    however, the heuristics are used to downgrade errors to warnings. PerlApp issues warnings 
    for the following:

      + Windows executables built without Unix, Mac, VMS and OS/2 modules 
        ....

A bit more information about your script and source might win you better help from those more knowledgable of PerlApp than I.


++$anecdote ne $data


In reply to Re: Unix.dll not Found in PerlApp by ww
in thread Unix.dll not Found in PerlApp by Cmdr Colstel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 02:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found