Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl2exe_storage/warnings

Status
Not open for further replies.

FishingIwishIwas

Technical User
Jun 16, 2006
5
US
I tried perl2exe with my perl code, it created an exe but the app. would not launch and got some warnings. So I tried perl2exe with the sample code tksamp.pl that came with it and I got the same warnings when I ran the application:
C:\Perl2exe>tksamp
syntax error at PERL2EXE_STORAGE/warnings.pm line 186, near "{^"
syntax error at PERL2EXE_STORAGE/warnings.pm line 191, near "{^"
BEGIN failed--compilation aborted at PERL2EXE_STORAGE/vars.pm line 6.
BEGIN failed--compilation aborted at PERL2EXE_STORAGE/Tk/Event.pm line 2.
BEGIN failed--compilation aborted at PERL2EXE_STORAGE/Tk.pm line 4.
BEGIN failed--compilation aborted at tksamp.pl line 3.

This exe file was created with the evaluation version of Perl2Exe.
For more information visit (The full version does not display this message with a 2 second delay.)
...

Anyone knows why?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top