[C++-sig] Pyste: serious bug with --multiple.

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Mon Jul 7 21:24:29 CEST 2003


>>>>> "N" == nicodemus  <nicodemus at globalite.com.br> writes:

    N> Yes, the idea was that Pyste would generate a xml file for each
    N> header parsed. Keeping them updated would be the build's system
    N> job: when a header is modified, it should delete the
    N> corresponding xml file, so that Pyste would rebuild it.

Oh! OK but its more complicated than my solution.

    N> But I don't see a need for the _interface_name_module_init()
    N> function, since BOOST_PYTHON_MODULE can call them, and the fact
    N> that Base classes must be exported first, would make things
    N> complicated.

The reason for the _interface_name_module_init is that I'd like one
function that has a known name and that is independant of what was
generated.  This way I can generate the _main.cpp without any need to
use GCCXML.

    N> Thanks a lot Prabhu. Your efforts in improving Pyste are
    N> greatly appreciated!

No problem.

cheers,
prabhu




More information about the Cplusplus-sig mailing list