Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Class-Accessor-Inherited-XS CPAN distribution.

Report information
The Basics
Id: 105389
Status: resolved
Priority: 0/
Queue: Class-Accessor-Inherited-XS

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

Bug Information
Severity: (no value)
Broken in:
  • 0.09
  • 0.10
Fixed in: (no value)



Subject: Does not compile anymore on many systems
Comparing the following tables: * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited-XS%200.08 * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited-XS%200.09 * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited-XS%200.10 it seems that it's currently not possible to compile the module on many systems. In my specific case, compiling on FreeBSD 9 with a gcc installed (not clang) is not possible anymore.
Hi and thanks for the report. I'm aware of this situation and, at least for MSVC, it was anticipated. I've changed this module from being a pure-c to be a c++ one, and now have to nail down all compilers interaction. About FreeBSD - it has a very old 4.2.1 gcc in a base system even in 9.x series, which gives a really unexpected error. I'm going to investigate it when I'll find a place where to install this gcc version. On Sat Jun 20 02:00:53 2015, SREZIC wrote: Show quoted text
> Comparing the following tables: > * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited- > XS%200.08 > * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited- > XS%200.09 > * http://matrix.cpantesters.org/?dist=Class-Accessor-Inherited- > XS%200.10 > it seems that it's currently not possible to compile the module on > many systems. In my specific case, compiling on FreeBSD 9 with a gcc > installed (not clang) is not possible anymore.
Popular systems should be OK now.