[C++-sig] Pyste: added new build options.

Nicodemus nicodemus at globalite.com.br
Mon Jul 7 21:12:21 CEST 2003


Prabhu Ramachandran wrote:

>Hi,
>
>I've finished implementing a --only-wrap and --only-main option for
>Pyste.  It works nicely in that I can now generate and build my
>wrappers incrementally, interface file by interface file.  Something
>like this:
>
> pyste.py --only-wrap --module=test --out . --multiple file1.pyste
> pyste.py --only-wrap --module=test --out . --multiple file2.pyste
> [...]
> pyste.py --only-main --module=test --out . \
> --multiple file1.pyste [...] fileN.pyste
>
>the last command completes in no time since it does not use GCCXML and
>writes a simple _main.cpp file.
>  
>

Thank you very much Prabhu! 8)

>Nicodemus, I can mail the list another patch for this but I've already
>sent two other patches maybe so you'd prefer one big patch that
>incorporates my earlier two as well, i.e.
>
>  (a) support for hold_with_*, add path to sys.path,
>  (b) fix for the --multiple bug and
>  (c) support for the --only-wrap and --only-main?
>
>Please let me know what you'd prefer and I'll send you the appropriate
>patch.
>

I already applied the other too, you can send only this new patch. Could 
you also write a doc patch, explaining this new options? The relevant 
file is pyste/doc/pyste.txt.

>cheers,
>prabhu
>  
>

Thanks again!
Nicodemus.





More information about the Cplusplus-sig mailing list