Comment 2 for bug 339729

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 339729] Re: setup.py doesn't report errors in build_ext -i properly

On Wed, 2009-03-11 at 21:54 +0000, John A Meinel wrote:
> This has gotten a lot better in recent versions with the change to
> "--allow-python-fallbacks".
>
> Can you elaborate on what you feel is broken? I use "py setup.py
> build_ext -i && bzr selftest" fairly often now, and it works for me.
>
> (Note that groupcompress was using an older version of setup.py for a
> while, which did not support that properly.)

export CFLAGS=-Werror, and then do 'python setup.py build_ext -i'

-Rob