Salve fratris monachi,
I experience problems when I try to convert perl project scripts into standalone exe programs using Komodo IDE 8.5.4 and Perl Dev Kit 6.0 on Windows 7.
This problem occurs for any of projects that I try to convert to exe.
All these projects never report any errors while running as interpreter, but after I activate Tools - Perl Dev Kit - PerlApp in Komodo, the PerlApp starts and after I press the MAKE EXECUTABLE button it reports several errors:
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in pattern match (m//) at c:/Perl/lib/warnings.pm line 390.
Argument "UUUUUUUUUUUU" isn't numeric in division (/) at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in concatenation (.) or string at c:/Perl/lib/warnings.pm line 390.
Use of uninitialized value in pattern match (m//) at c:/Perl/lib/warnings.pm line 390.
Argument "UUUUUUUUUUUU" isn't numeric in division (/) at c:/Perl/lib/warnings.pm line 390.
Illegal division by zero at c:/Perl/lib/warnings.pm line 390.
BEGIN failed--compilation aborted at c:/Perl/lib/threads.pm line 6.
Compilation failed in require at pdkcheck line 16.
BEGIN failed--compilation aborted at pdkcheck line 17.
'MissAna.pl' had compilation errors.
The same projects work on a computer with Windows XP without above specified errors so I have to move all scripts and convert them there.
The PDK always refers to the same line and the same script - warnings.pm, line 390.
I'd be grateful for any hints.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.