We are using PAR with wxPerl -- here is a sample pp build command... (edited down to eliminate some things)...
pp --gui -l \Perl\site\lib\auto\Wx\wxbase26u_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\wxbase26u_net_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\wxbase26u_xml_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\wxmsw26u_adv_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\wxmsw26u_core_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\wxmsw26u_html_gcc_custom.dll \ -l \Perl\site\lib\auto\Wx\mingwm10.dll \ -M "Wx::DocView" \ --icon icons\your.ico \ -o bin\yourtool.exe yourtool.pl You may also need to do some: use Wx::whatever; in yourtool.pl to allow pp scandeps to find them... Hope that helps. Ed W wrote: > Nicholas Clark wrote: > >> On Tue, Nov 01, 2005 at 05:37:16PM +0000, Ed W wrote: >> >> >>> As the subject says: Is this project dead now? Where can I download >>> a version...? http://par.perl.org seems to be dead at the moment >>> and when I last looked it said something about a catastrophic >>> failure..? >>> >> >> >> It can still be downloaded from CPAN. Searching for PAR on >> search.cpan.org >> gives http://search.cpan.org/~autrijus/PAR-0.89/lib/PAR.pm >> >> > > Aha, yes. Good point > > Same question though - is this project dead/dying? > I tried to bundle my Wx app up using the latest PAR and had a few > problems. Previously it was around 1.8Mb and it's just jumped up to > 5Mb. The main change was the new PAR and shifting to the latest > Wxperl which uses Wx 2.6 instead of the older Wx dlls. Seems that as > well as grabbing a whole load more stuff it is missing a few of the Wx > dlls now (whereas before it used to be pretty good at finding them). > I will debug this further. > > Just wondered if anyone had tried building the latest Wx demos under > PAR and perhaps had some pointers on usage? > > Thanks > > Ed W
