Mattia, et. al., It appears that Wx does not build with g++-4.3. Here is where the error happens:
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
No matching config:
$VAR1 = {
'compiler_version' => 0,
'compiler_kind' => 'nc'
};
Compilation failed in require at Makefile.PL line 21.
BEGIN failed--compilation aborted at Makefile.PL line 21.
The complete build log can be seen here:
http://buildd.debian.org/fetch.cgi?&pkg=libwx-perl&ver=0.82-1&arch=arm&stamp=1206780344&file=log
I was able to make it work by specifying:
CC=gcc-4.2
CXX=g++-4.2
CC="$(CC)" CXX="$(CXX)" $(PERL) Makefile.PL INSTALLDIRS=vendor
CC="$(CC)" CXX="$(CXX)" $(MAKE)
CC="$(CC)" CXX="$(CXX)" xvfb-run $(MAKE) test
It would be good if Wx could build with g++-4.3 since Debian will be
making it the default compiler soon and I will get bugs filed for
depending on the presence of 4.2.
Regards,
-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com
signature.asc
Description: Digital signature
