Skip Menu |

This queue is for tickets about the Geo-GDAL CPAN distribution.

Report information
The Basics
Id: 98882
Status: resolved
Priority: 0/
Queue: Geo-GDAL

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

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



Subject: Compilation error with FreeBSD 10.0 (maybe related to clang?)
Compilation with FreeBSD 10.0 (which comes with clang instead of gcc installed) fails with a number of "assigning to 'char *' from incompatible type 'const char *'" errors. See here for a compilation log: http://www.cpantesters.org/cpan/report/08fb92de-2962-11e4-9191-e503e1bfc7aa
On Sun Sep 14 15:10:46 2014, SREZIC wrote: Show quoted text
> Compilation with FreeBSD 10.0 (which comes with clang instead of gcc > installed) fails with a number of "assigning to 'char *' from > incompatible type 'const char *'" errors. See here for a compilation > log: > http://www.cpantesters.org/cpan/report/08fb92de-2962-11e4-9191- > e503e1bfc7aa
This is due to a bug in swig/include/perl/typemaps_perl.i:949. The "const char" should be just "char". Fixed in version 1.992d.