Skip Menu |

This queue is for tickets about the WWW-Curl CPAN distribution.

Report information
The Basics
Id: 131089
Status: open
Priority: 0/
Queue: WWW-Curl

People
Owner: Nobody in particular
Requestors: p.lijnzaad [...] prinsesmaximacentrum.nl
Cc:
AdminCc:

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



Subject: various compile errors on Mac OSX (10.14.6)
Date: Tue, 26 Nov 2019 15:39:34 +0100
To: bug-WWW-Curl [...] rt.cpan.org
From: Philip Lijnzaad <p.lijnzaad [...] prinsesmaximacentrum.nl>
Hi Bálint, I'm trying to install WWW::Curl on my MacBook Pro (version 10.14.6) using the system-provided /usr/bin/perl (v5.18.4) and curl (7.54.0) There are various compile errors, they have to do with clang C-preprocessor problems, missing symbols in the header files, and something looking like a plain typo in Curl.xs. I patched together some solutions (attached) from the internet and have put them up as a comment on github <https://github.com/szbalint/WWW--Curl/issues/16#issuecomment-558645508>, maybe you could integrate them into the new release? Kind regards, Philip Philip Lijnzaad, PhD p.lijnzaad@prinsesmaximacentrum.nl Princess Maxima Center for Pediatric Oncology IM:philip.lijnzaad@gmail.com Heidelberglaan 25 3584 CS Utrecht The Netherlands

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

On 2019-11-26 10:09:52, p.lijnzaad@prinsesmaximacentrum.nl wrote: Show quoted text
> Hi Bálint, > > I'm trying to install WWW::Curl on my MacBook Pro (version 10.14.6) > using the system-provided /usr/bin/perl (v5.18.4) and curl (7.54.0) > There are various compile errors, they have to do with clang > C-preprocessor problems, missing symbols in the header files, and > something looking like a plain typo in Curl.xs. I patched together some > solutions (attached) from the internet and have put them up as a comment > on github > <https://github.com/szbalint/WWW--Curl/issues/16#issuecomment-558645508>, > maybe you could integrate them into the new release? Kind regards, > > Philip > > Philip Lijnzaad, PhD > p.lijnzaad@prinsesmaximacentrum.nl > Princess Maxima Center for Pediatric Oncology > IM:philip.lijnzaad@gmail.com > Heidelberglaan 25 > 3584 CS Utrecht > The Netherlands
A patch was already proposed in https://rt.cpan.org/Ticket/Display.html?id=117793 Newer libcurl (not yet available for mac, it seems) will require further patches --- take a look at https://github.com/eserte/srezic-cpan-distroprefs/blob/master/WWW-Curl.yml to collect them all.