Skip Menu |

This queue is for tickets about the URI-Escape-XS CPAN distribution.

Report information
The Basics
Id: 115183
Status: resolved
Priority: 0/
Queue: URI-Escape-XS

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Use of `inline` prevents compilation on Windows with MSVC 2013
Date: Thu, 9 Jun 2016 05:47:16 -0400
To: bug-URI-Escape-XS [...] rt.cpan.org
From: "A. Sinan Unur" <nanis [...] cpan.org>
Hello: On Windows, perl does not compile with MSVC 2015. Prior versions of MSVC don't support inline in C source. One must use __inline instead. Test report: http://www.cpantesters.org/cpan/report/2b85d4ca-706d-1014-802c-cd95b82e89a0 I am going to submit a pull request on GitHub after I submit this report. Thank you, -- Sinan
Thank you. resolved with your pull request. https://github.com/dankogai/p5-uri-escape-xs/pull/6 Dan the Maintainer Thereof On Thu Jun 09 05:47:26 2016, nanis@cpan.org wrote: Show quoted text
> Hello: > > On Windows, perl does not compile with MSVC 2015. > > Prior versions of MSVC don't support inline in C source. One must use > __inline instead. > > Test report: > > http://www.cpantesters.org/cpan/report/2b85d4ca-706d-1014-802c-cd95b82e89a0 > > I am going to submit a pull request on GitHub after I submit this report. > > Thank you, > > -- Sinan