Hi,

A quick note to packages that build-depend on gccxml: 

gccxml does not support GCC 5.  Moreover, upstream development has stopped so 
there is no prospect that it ever will.

Fortunately, they have released a successor, castxml, that should generate 
gccxml-compatible output and be GCC 5 compatible.  Castxml is now in Debian 
Sid so you may want to adjust your package.

I believe you can make the replacement:

        gccxml input_file.cc -fxml=output_file.xml
to      castxml --castxml-gccxml input_file.cc -o output_file.xml

-Steve

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to