Skip Menu |

This queue is for tickets about the QBit-TimeLog-XS CPAN distribution.

Report information
The Basics
Id: 114457
Status: resolved
Priority: 0/
Queue: QBit-TimeLog-XS

People
Owner: MADSKILL [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Does not build on freebsd 10 system (clang++ vs. g++)
FreeBSD 10 does not ship g++ and gcc anymore, but instead uses clang++ and clang. Therefore compilation of QBit-TimeLog-XS-0.006 fails. Workaround is to specify CC => 'c++' instead. Maybe this change may be made universal, as g++ is often (always?) also callable as c++.