Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-11-06 Thread Daniel McBrearty
OK, I tried this. I don't see that line in the output : C:\Documents and Settings\confxp\Desktop\temp>perl extract-embedded.pl botdaemon .exe out FILE "68fa8db0/PAR/Filter.pm"... extracted to out\PAR\Filter.pm FILE "34edec67/PAR/Filter/PodStrip.pm"... extracted to out\PAR\Filter\PodStrip.p m FI

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-11-01 Thread Daniel McBrearty
sure. I put a note on the keyboard of the machine that still has teh bad .exe file to do this before I update the project. It won't until Monday though. many thanks for the help On 10/31/06, Roderich Schupp <[EMAIL PROTECTED]> wrote: On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > ah

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-11-01 Thread Roderich Schupp
On 10/31/06, Glenn Linderman <[EMAIL PROTECTED]> wrote: >> On two separate fresh installations of Windows by now, with >> corresponding fresh installations of Perl. And I consistently get a >> failure >> >>.\par.exe -I../myldr/.. -I../blib/lib -I"d:/GUI/par/trunk/inc" >> -I"C:/Perl/site/

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-11-01 Thread Sisyphus
- Original Message - From: "Roderich Schupp" <[EMAIL PROTECTED]>. . . > > Your best strategy is to build PAR yourself - it is really easy given you have a > C compiler installed (either Microsoft Visual Studio or the free > Bloodshed compiler). I would tend towards recommending MinGW ahe

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Sisyphus
- Original Message - From: "Daniel McBrearty" <[EMAIL PROTECTED]> . . > > I removed it and installed PAR-588 ... then Getopt-ArgvFile 1.10 > (which didn't get detected as a prereq) - I now get an error "can't > locate attributes.pm ..." when I try to run the exe. > Sheesh posts flyi

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Steffen Mueller
Hi Glenn, Glenn Linderman schrieb: 4) So as soon as I eliminated c:\windows\system32\perl58.dll from my system, I was able to build the last version of PAR I had from the repository... being successful at that, I didn't test it, but instead did nmake clean, and updated to the latest version fr

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread m.nooning
Glenn Linderman wrote: On approximately 10/31/2006 3:45 AM, came the following characters from the keyboard of Roderich Schupp: On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: sure. where can I get a more recent one for win32 though? I'd prefer not to have to build it, if possible ...?

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Roderich Schupp
On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: ah. It seems I had an old PAR, indeed ... As I thought. As the problem was one of me having an old version of PAR ( I think I actually got PAR_ from somewhere ...) do you still want the forensic info? That was me, channeling Gil Griss

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Roderich Schupp
On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: to summarise, it seems there are two fairly simple problems: 1. bozos like me shouldn't install old versions ... (I guess it would be unreasonable for the PAR installer to check you are not using some unspecified future perl build ;) I d

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
to summarise, it seems there are two fairly simple problems: 1. bozos like me shouldn't install old versions ... (I guess it would be unreasonable for the PAR installer to check you are not using some unspecified future perl build ;) 2. the PAR installer needs to pickup the correct Getopt versio

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
ah. It seems I had an old PAR, indeed ... I removed it and installed PAR-588 ... then Getopt-ArgvFile 1.10 (which didn't get detected as a prereq) - I now get an error "can't locate attributes.pm ..." when I try to run the exe. I try Getopt 1.09 as well to see if that helps ... now everything se

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Roderich Schupp
On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: I have visual studio. So if I compile with that, it should be OK with my pre-built perl, even though that may have been built with a different compiler and so on? (I only usually build perl &c from AFAIK ActiveState builds with Visual St

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Sisyphus
- Original Message - From: "Daniel McBrearty" <[EMAIL PROTECTED]> . . > > I mistyped the warning - it is "Perl_ckwarn_d" - it is in warnings.h. > In that case "Perl_ckwarn_d" did not come into existence until perl 5.8.8. This starts to smell a little like the PL_memory_wrap issue.

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Roderich Schupp
On 10/31/06, Daniel McBrearty <[EMAIL PROTECTED]> wrote: sure. where can I get a more recent one for win32 though? I'd prefer not to have to build it, if possible ...? I think your problem is that the perl environment that got somehow captured (in parl.exe and parldyn.exe) when your PAR package

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Sisyphus
- Original Message - From: "Steffen Mueller" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 31, 2006 10:07 PM Subject: Re: perl_ck_warn_d not found in perl58.dll (win 32) > Daniel McBrearty schrieb: > > may

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Steffen Mueller
Daniel McBrearty schrieb: maybe I'll mail activestate and ask them if there's a chance they could start making it available ... You'll probably have a hard time. They sell a competing product (perlapp). It's not that they'd specifically remove PAR from their automatic builds, I guess, but the

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Steffen Mueller
Hi Philippe, hi Daniel, Philippe Schaffnit schrieb: Well, there you have me! I always compile it myself... I was going to suggest 'bribes' (but I would say you got it from there, as it's also a '0.85' there...). Err, it's not. There is a 0.85 release because in 0.86 there was a change to the

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
Hi Roderich Thanks for the help. I just looked for that dll in the location given in the error message - I'll try unzip though. I'm tied up eith other stuff now, but I'll be fixing this next week for sure (as we need a working exe for the week after). I'll be sure to get your debug info for you t

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
maybe I'll mail activestate and ask them if there's a chance they could start making it available ... On 10/31/06, Philippe Schaffnit <[EMAIL PROTECTED]> wrote: Hi! Well, there you have me! I always compile it myself... I was going to suggest 'bribes' (but I would say you got it from there, as

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Philippe Schaffnit
Hi! Well, there you have me! I always compile it myself... I was going to suggest 'bribes' (but I would say you got it from there, as it's also a '0.85' there...). Maybe someone else can suggets something sensible... Cheers! Philippe Daniel McBrearty wrote: > > sure. where can I get a more r

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
sure. where can I get a more recent one for win32 though? I'd prefer not to have to build it, if possible ...? On 10/31/06, Philippe Schaffnit <[EMAIL PROTECTED]> wrote: Hi! It's clearly not my place, but it looks to me that your PAR would be quite outdated (the current CPAN release is 'PAR-0.

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Philippe Schaffnit
Hi! It's clearly not my place, but it looks to me that your PAR would be quite outdated (the current CPAN release is 'PAR-0.957'): I think the first thing is for you try and update... (for me the 0.95+ do wonders!) Cheers! Philippe Daniel McBrearty wrote: > > no, I didn't build PAR ... I got

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-31 Thread Daniel McBrearty
no, I didn't build PAR ... I got it with the perl package manager tool. Not sure which rep it came from - either theoryx5.uwinnipeg or www.bribes.org/perl/ppm. (It was onl;y on one of them I think). It is version 0.85 I mistyped the warning - it is "Perl_ckwarn_d" - it is in warnings.h. I will t

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-30 Thread Sisyphus
- Original Message - From: "Daniel McBrearty" <[EMAIL PROTECTED]> > > it looks like this is something to do with threads. I will try taking > that out of the code tomorrow and seeing if the problem still exists. > No guarantee that I'm correct, but I can't see it has anything to do with

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-30 Thread Steffen Mueller
Daniel McBrearty schrieb: [...] The perl is uptodate active state (819), and all modules have been installed since. [...] Where did you install PAR from and how did you do it? Did you compile it yourself? Steffen

Re: perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-30 Thread Daniel McBrearty
that particular file (cef9bde6.dll) does not even exist. lots of others do ... yes, PAR is installed since the new perl build - every module is. Before updating, I removed the old perl and deleted c:\Perl (i upgraded from 5.6 which had been accidentally installed on this machine, though all this

perl_ck_warn_d not found in perl58.dll (win 32)

2006-10-30 Thread Daniel McBrearty
hi I have a win32 console exe which I have been building with pp, successfully until today. Now when I run it I get a dialogue box saying "the procedure entry point Perl_ck_warn_d could not be found in perl58.dll". On the console I get C:\Documents and Settings\confxp\Desktop\ehealth_trunk\b