Wx doesn't build with g++-4.3
Roberto C. Sánchez
roberto at connexer.com
Sat Apr 5 21:10:03 UTC 2008
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20080405/30af60d8/attachment.pgp
More information about the pkg-perl-maintainers
mailing list