Skip Menu |

This queue is for tickets about the Proc-Exists CPAN distribution.

Report information
The Basics
Id: 44640
Status: resolved
Priority: 0/
Queue: Proc-Exists

People
Owner: Nobody in particular
Requestors: stro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.15
  • 0.90
  • 0.91
  • 0.92
  • 0.92_01
  • 0.93
  • 0.94
  • 0.95
Fixed in: (no value)



Hello Brian, Following line: #include <malloc.h> //not there by default, needed for malloc (!) should be removed in Exists.xs for MSVC compiler, because malloc is in fact "there by default" This is a diff for avoid this problem: 7a8 Show quoted text
> #ifndef _MSC_VER
8a10 Show quoted text
> #endif
-- Serguei Trouchelle
Serguei, Thanks for the report. I've applied your patch to my code and it will be included in 0.96. Is this the only problem you had building with MSVC? Thanks! Brian Szymanski On Sat Mar 28 07:29:04 2009, STRO wrote: Show quoted text
> Hello Brian, > > Following line: > > #include <malloc.h> //not there by default, needed for malloc (!) > > should be removed in Exists.xs for MSVC compiler, because malloc is in > fact "there by default" > > This is a diff for avoid this problem: > > 7a8
> > #ifndef _MSC_VER
> 8a10
> > #endif
>
On Sat Mar 28 15:07:54 2009, BRIANSKI wrote: Show quoted text
> Thanks for the report. I've applied your patch to my code and it will be > included in 0.96. Is this the only problem you had building with MSVC? > Thanks!
Yes, other than that, everything is ok, test cases are passed successfully. -- Serguei Trouchelle
Thanks again. 0.96 is on pause and making its way to cpan mirrors now. Marking resolved. Cheers, Brian On Sat Mar 28 18:03:29 2009, STRO wrote: Show quoted text
> On Sat Mar 28 15:07:54 2009, BRIANSKI wrote: >
> > Thanks for the report. I've applied your patch to my code and it will be > > included in 0.96. Is this the only problem you had building with MSVC? > > Thanks!
> > Yes, other than that, everything is ok, test cases are passed
successfully.