I've checked out svn repository (from
https://pygccxml.svn.sourceforge.net/svnroot/pygccxml) and then:

- installed pygccxml and pypluspluss eggs from pygccxml_dev and
pyplusplus_dev eggs
- installed it once again from tags/pygccxml_dev_1.0.0 and
tags/pyplusplus_dev_1.0.0 directories
- I also tried to instal it form tags/pygccxml_dev_0.9.5 and
tags/pyplusplus_dev_0.9.5 directories
- then i copied directories pygccxml_dev/build/lib/pygccxml and
pyplusplus_dev/build/lib/pyplusplus to my working directory and tried
to use it as modules
- eventually I changed gccxml_path to gccxml_bin/v09/linux2/bin/gccxml

but in all cases I still get same warnings:

WARNING: extern std::ostream & hapl::operator<<(std::ostream & os,
hapl::ProbGenotype const & gen) [free operator]
> warning W1052: Py++ will not expose free operator "extern std::ostream & 
> hapl::operator<<(std::ostream & os, hapl::ProbGenotype const & gen) [free
> operator]" - all classes, this operator works on, are excluded.

WARNING: extern std::ostream & hapl::operator<<(std::ostream & os,
hapl::ProbFenotype const & fen) [free operator]
> warning W1052: Py++ will not expose free operator "extern std::ostream & 
> hapl::operator<<(std::ostream & os, hapl::ProbFenotype const & fen) [free
> operator]" - all classes, this operator works on, are excluded.

WARNING: extern std::ostream & hapl::operator<<(std::ostream & os,
hapl::ProbHaplotype const & hapl) [free operator]
> warning W1052: Py++ will not expose free operator "extern std::ostream & 
> hapl::operator<<(std::ostream & os, hapl::ProbHaplotype const & hapl) [free
> operator]" - all classes, this operator works on, are excluded.

so please, help me.

-- 
Regards

Michał Nowotka
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to