Skip Menu |

This queue is for tickets about the Search-Xapian CPAN distribution.

Maintainer(s)' notes

Important note

Do NOT report bugs here - if you do, your report won't be read by anybody. We've asked for this tracker to simply be disabled, but apparently that's not possible at present. So if you have a package on CPAN, you get a RT tracker whether you like it or not.

Instead, report bugs in the Xapian bug tracker.





























































































































































































































































































































































































































































































































































Report information
The Basics
Id: 116417
Status: open
Priority: 0/
Queue: Search-Xapian

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

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



Subject: c++ compiler on FreeBSD 10
FreeBSD 10 does not use anymore gcc and g++, but clang and clang++. Therefore the compilation does not work out of the box here. Easy fix is to run "perl Makefile.PL CC=c++", but it would be nice if this would happen automatically (e.g. by setting $CC = "c++" if $^O eq "freebsd", or maybe using c++ everywhere).