Fri Aug 06 13:40:20 2010soreks [...] gmail.com - Ticket created
Subject:
Fwd: strcasecmp is unresolved when linking on win32
Date:
Fri, 6 Aug 2010 20:39:39 +0300
To:
bug-PAR-Packer [...] rt.cpan.org
From:
soreks <soreks [...] gmail.com>
The attached patch changes strcasecmp to stricmp on win32.
Message body is not shown because sender requested not to inline it.
Sun Aug 08 12:36:58 2010RSCHUPP [...] cpan.org - Correspondence added
On 2010-08-06 13:40:20, soreks@gmail.com wrote:
Show quoted text
> The attached patch changes strcasecmp to stricmp on win32.
What version of PAR::Packer? And what C compiler are you using?
Cheers, Roderich
Sun Aug 08 12:36:59 2010The RT System itself - Status changed from 'new' to 'open'
Sun Aug 08 12:43:40 2010soreks [...] gmail.com - Correspondence added
Subject:
Re: [rt.cpan.org #60149] Fwd: strcasecmp is unresolved when linking on win32
Date:
Sun, 8 Aug 2010 19:43:00 +0300
To:
bug-PAR-Packer [...] rt.cpan.org
From:
soreks <soreks [...] gmail.com>
PAR::Packer 1.006
MS Visual Studio 2005
Changing strcasecmp to stricmp was the only way I got it linked.
On Sun, Aug 8, 2010 at 19:36, Roderich Schupp via RT <
bug-PAR-Packer@rt.cpan.org> wrote:
Show quoted text
> > The attached patch changes strcasecmp to stricmp on win32.
>
> What version of PAR::Packer? And what C compiler are you using?
>
> Cheers, Roderich
>
>
>
Sun Aug 08 12:51:31 2010RSCHUPP [...] cpan.org - Correspondence added
On 2010-08-08 12:43:40, soreks@gmail.com wrote:
Show quoted text
> PAR::Packer 1.006
> MS Visual Studio 2005
>
> Changing strcasecmp to stricmp was the only way I got it linked.
OK, in that case rev 1184 (after release 1.006) in the
Subversion repo for PAR::Packer (see META.yml for the URL)
should already have a slightly different fix.
Cheers, Roderich
Sun Aug 08 12:51:32 2010RSCHUPP [...] cpan.org - Status changed from 'open' to 'patched'
Sun Aug 08 13:04:29 2010soreks [...] gmail.com - Correspondence added
Subject:
Re: [rt.cpan.org #60149] Fwd: strcasecmp is unresolved when linking on win32
Date:
Sun, 8 Aug 2010 20:03:46 +0300
To:
bug-PAR-Packer [...] rt.cpan.org
From:
soreks <soreks [...] gmail.com>
Well, http://svn.openfoundry.org/par/PAR-Packer/trunk/ shows par - Revision
1200: /PAR-Packer/trunk, so it probably should.
However, myldr/mktmpdir.c<http://svn.openfoundry.org/par/PAR-Packer/trunk/myldr/mktmpdir.c>still
defines STREQ as strcasecmp on WIN32 so unless strcasecmp is somehow
provided at the link time on win32, it'd hardly links with MS Visual Studio
2005 at least.
On Sun, Aug 8, 2010 at 19:51, Roderich Schupp via RT <
bug-PAR-Packer@rt.cpan.org> wrote:
Show quoted text
> > PAR::Packer 1.006
> > MS Visual Studio 2005
> >
> > Changing strcasecmp to stricmp was the only way I got it linked.
>
> OK, in that case rev 1184 (after release 1.006) in the
> Subversion repo for PAR::Packer (see META.yml for the URL)
> should already have a slightly different fix.
>
> Cheers, Roderich
>
Sun Aug 08 13:04:29 2010The RT System itself - Status changed from 'patched' to 'open'
Sun Aug 08 13:17:57 2010RSCHUPP [...] cpan.org - Correspondence added
On 2010-08-08 13:04:29, soreks@gmail.com wrote:
Show quoted text
I wrote "a slightly different fix". Look at the diff for
the mentioned rev.
Cheers, Roderich
Sun Aug 08 13:34:37 2010soreks [...] gmail.com - Correspondence added
Subject:
Re: [rt.cpan.org #60149] Fwd: strcasecmp is unresolved when linking on win32
Date:
Sun, 8 Aug 2010 20:33:57 +0300
To:
bug-PAR-Packer [...] rt.cpan.org
From:
soreks <soreks [...] gmail.com>
Will you kindly provide a URL?
http://svn.openfoundry.org/par/PAR-Packer/trunk/ shows only rev. 1200 and no
diffs.
I can see mktmpdir.c is rewritten in caching and fastio branches though.
On Sun, Aug 8, 2010 at 20:17, Roderich Schupp via RT <
bug-PAR-Packer@rt.cpan.org> wrote:
Show quoted text