in reply to Compiling Problems with PerlApp! Please Help.

First "I have downloaded Wx::Perl::Packager" sounds a bit fishy. Both Wx and Wx::Perl::Packager are available in the main Active State repository. You should use ppm to install Active State packages - just "downloading" won't get the job done. Just type "ppm" on a command line and a GUI window will start - use that to install packages.

I haven't used Wx before. I am not sure that you need this extra Packager if you are going to build a standalone .exe file. The current version of PerlApp is pretty smart about finding dependencies and getting them into the .exe. They have written some extra code with some heuristics for some of the major libraries, like Tk and hopefully Wx also.

What happened when you tried to make a standalone .exe without this extra packager?

Of course please confirm that you have an application that is working just fine with Wx before you tried to add this extra package manager?

Update: Making a .exe file with a graphical UI is definitely not a "simple.pl" job! This can get pretty hairy! PerlApp has gotten a heck of a lot smarter since the first time that I used it. But this can still be a "non-trivial" exercise. Are you able to make a .exe from some non-graphical UI program with PerlApp? It just seems to me that you are trying to make a very big leap in one step.

  • Comment on Re: Compiling Problems with PerlApp! Please Help.

Replies are listed 'Best First'.
Re^2: Compiling Problems with PerlApp! Please Help.
by Anonymous Monk on Oct 16, 2010 at 18:49 UTC

    Well, I can compile the .exe for my own machine. However, when another person downloads it, they get an error that they are missing a .dll. What should i type on the command line under PPM?

    The main problem is that after the Wx headers are applied (see first post) the compiler gives me that list of unfound files. It will compile fine without the header, but the product will not work on other machines

    I thank you for your help so far, I think I just have a little ways to go... I hope. By the way, this is a standalone .exe

      Sorry, that was me above i forgot to log in.