Grokbase
x

PAR

 Topics | People | Info | Page 1 of 42: 1 2 3 > >>

cwd in pp

By Louis-Philippe at Sep 18, 2007, 3:07 pm UTC

Hi All, I am new to PAR & pp, I discovered it this week when I ran into trouble trying to package scripts with PerlApp that PerlApp wouln't package because of version compatibility... so I tried pp an just felt in love with is simplicity & free nature. so, now I am trying to port my script to pp,... More...

Problems with ActiveState PAR/PP -- procedure entry point error

By c...@gmail.com at Sep 14, 2007, 10:43 pm UTC

The "procedure entry point" error message is all over various lists/ groups but I haven't found a good resolution yet. Fresh install of ActiveState Perl, Par-Package too. The error is: The procedure entry point Perl_sv_2iv_flags could not be located in the dynamic link library perl58.dll I think I... More...

PAR::Packer on Windows Vista

By "Jamie Lahowetz" at Sep 13, 2007, 5:43 pm UTC

I'm trying to install PAR-Packer of my windows Vista machine. I first tried this using Perl Package Manager on ActivePerl with version 0.976. Didnt work. Now I'm trying to install version 0.976 using nmake. Here is the output: C:\Users\deadpickle\Desktop\PAR-Packer-0.976>perl Makefile.PL Fetching... More...

A.pm did not return a new value.

By Brad Bowman at Sep 12, 2007, 10:35 am UTC

Hello, I just encountered a strange error, although I don't think it's necessarily a bug. In a module I wrote "=head" instead of "=head1" at the start of my pod and then under-PAR (and only under PAR) got "did not return a true value" warning. Looking at the file in the zip I could see that the... More...

PAR + Complex Deployment

By ademmler at Aug 30, 2007, 3:32 pm UTC

Dear PAR Users! Can you give me please a sample how to use pp for deployment, if the script needs also some system files/libs like: /usr/local/lib /usr/local/bin + Perl Modules File::Basename; IO::File; Image::Magick; PDF::API2; Time::Elapse; File::Basename; Local::TeeOutput; My Problem: It is... More...

Can't install PAR::Packer 0.976

By Michael Carman at Aug 30, 2007, 03:29 am UTC

I'm trying to get pp working, but I'm getting beat down at every turn. I'm running Perl 5.8.4 (ActivePerl build 810). I have MinGW 3.1.0-1 installed. When I try to build PAR::Packer 0.976 I get the errors below. Can someone who understands the guts at least tell me whether the problem is in... More...

cannot pack gtk/glib with ScanDeps > 0.73

By rahed at Aug 29, 2007, 7:57 pm UTC

Hello, to pack gtk programs I include dll libraries with -l switch. I would expect that perl module libraries will be included automatically can't find .... Glib.dll So I include them also with -l switch. After packing they are in shlib/MSWin32-x86-multi-thread and lib/auto/Glib (for Glib.dll) of... More...

PAR::Packer installation problem.

By Piotr Antczak at Aug 27, 2007, 09:36 am UTC

--B_3271057801_8318513 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Hi All, I=B9m using PAR::Packer with success on Linux and Solaris boxes. Now I=B9m trying to install it on Windows (cygwin) and MACOSX boxes. In both cases I receive an error message:... More...

ActivePerl binaries for PAR Packer

By Mark Dootson at Aug 23, 2007, 10:12 am UTC

All, I decided to check how easy it is to setup mingw32 to build PAR::Packer. The steps followed were: Download mingw32 installer ( 1 file ). Run it and accept default options to install mingw32. Download and extract dmake from CPAN Create a batch file to setup build environment (PATH, LIB,... More...

Temporary file left behind when including icon file

By "Steve Hay" at Aug 14, 2007, 8:23 pm UTC

If I run pp -i command.ico -o test.exe test.pl on the "Hello, world" program (in test.pl), where command.ico is the attached Win32 icon file, I find that I get a temporary executable file with a name like "parl6z2zdSc.exe" left behind as well as the desired "test.exe". The temporary file does not... More...

paperclip

Can't force include module

By "Neta Ben-Porat" at Aug 14, 2007, 06:31 am UTC

hi I try to use pp to create an executable. When I tried 'pp -B -o Test Test.pl', an executable was created but when I've tried running it elsewhere I got the message: 'XMLin() requires either XML::SAX or XML::Parser at script/CorrectDNIXML.pl line 80' So I've tried using -M: 'pp -M XML::Parser -B... More...

Module-ScanDeps-0.75 broken?

By Steve Hay at Jul 23, 2007, 3:56 pm UTC

I noticed that running a command such as: pp -f Crypto -M Filter::Crypto::Decrypt -o test.exe test.pl to apply encryption filtering to the test.pl script and include the module needed to decrypt it in the PAR package wasn't working: the decryption module, Filter::Crypto::Decrypt, wasn't getting its... More...

paperclip

Module::ScanDeps 0.76 released

By Steffen Mueller at Jul 21, 2007, 3:42 pm UTC

Dear par@perl.org, after much painful bug hunting, I have just released Module::ScanDeps 0.76 which should squash the recent shared-library-finding issues. (See the "Module-ScanDeps-0.75 broken?" thread.) If it's not yet available from your CPAN mirror, you can grab it from svn at... More...

Strange errors with pp -f Bytecode

By "Kratz, Thomas" at Jul 17, 2007, 2:51 pm UTC

Hi, I just had problems using pp with -f Bytecode and found it relates directly to the size of the script. example: - snip - use strict; use warnings; # hint only, -M ByteLoader doesn't seem to work require ByteLoader if 0;=20 my %data; $data{'11111111111111111111'} =3D 'aaaaaaaaaaaaaaaaaaaa';... More...

Module::Scandeps incorrect path comparison on Win32

By "Kratz, Thomas" at Jul 13, 2007, 2:06 pm UTC

Hi, I just installed the latest PAR/Par::Packer/Module::Scandeps versions on Windows XP and got the following warnings during a 'pp -o x.exe x.pl': Different modules for file 'auto/Win32/Console/Console.bs' were found. -> Using 'c:/Programme/perl588/site/lib/auto/Win32/Console/Console.bs'. ->... More...

Speeding up PAR'ed binary executable startup

By Steffen Mueller at Jul 13, 2007, 07:35 am UTC

Hi par@perl.org, I have been experimenting with various ways to speed up the startup of large executables generated with PAR::Packer. What it all comes down to is: Extracting the data with Archive::Zip is painfully slow. There are various ways to replace Archive::Zip in this context: - rely on... More...

building win32 perl modules on Linux

By Eric Wilhelm at Jul 8, 2007, 07:36 am UTC

Hi all, I'm looking for people to help with an experiment. I'm in pretty far over my head, so insights would be greatly appreciated. 1. Cross-compiling C/C++ to a Win32 target on Linux with autoconf and gcc is old hat [1]. 2. Perl is cross-platform. So, why can't I compile perl code for qdos from... More...

failure with packing gtk

By rahed at Jul 5, 2007, 8:36 pm UTC

Hello, I create executables with pp having many -l arguments for packing gtk libraries. The executable has worked but during the development I upgraded both the gtk and PAR versions. The script works but the executable now gives GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `quark >... More...

command line error

By "Jamie Lahowetz" at Jun 26, 2007, 09:03 am UTC

C:\Documents and Settings\deadpickle\Desktop\PAR-0.973>perl Makefile.PL Set up gcc environment - 3.2 (mingw special 20020817-1) *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... - File::Temp ...loaded. (0.18 >= 0.05) - Compress::Zlib ...loaded. (1.42 >= 1.16) - Archive::Zip... More...

Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32

By Steve Hay at Jun 25, 2007, 10:29 am UTC

I'm trying to build PAR-Packer-0.975 with bleadperl (as of patchlevel 31376) on Win32 using VC++ 6.0 and I have a crash from boot_Win32CORE() in static.exe during the build process. The build has got as far as building myldr\static.exe and then runs: .\static.exe -I"C:/Temp/PAR-Packer-0.975/inc"... More...

spacer
 Topics | People | Info | Page 1 of 42: 1 2 3 > >>
Home > Groups > perl.org > PAR