Skip Menu |

This queue is for tickets about the Alien-wxWidgets CPAN distribution.

Report information
The Basics
Id: 19969
Status: rejected
Priority: 0/
Queue: Alien-wxWidgets

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

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



Subject: No case-insensitive string compare on Debian

Message body is not shown because it is too large.

On Sun Jun 18 09:20:39 2006, guest wrote: Show quoted text
> After installing bzip2, tried installing again, but failing still. > > Is this the fault of Alien:: or wxWidgets itself?
Partly it is you, partly wxWidgets' configure: checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no You should really install g++ or, if you have it installed as g++-3.4, set CXX=g++-3.4 (and CC=gcc-3.4 for consistency). wxWidgets configure should fail straight away with a relevant error message when it can not find a C++ compiler. Regards Mattia