This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wolma
Recipients benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge, skrah, wolma
Date 2014-04-16.14:59:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397660390.28.0.36710346621.issue21121@psf.upfronthosting.co.za>
In-reply-to
Content
I ran into this issue right after 3.4 got released.

I solved it by adding

extra_compile_args=["-Wno-error=declaration-after-statement"]

as an argument to the Extension() call in the package's setup.py .
History
Date User Action Args
2014-04-16 14:59:50wolmasetrecipients: + wolma, larry, benjamin.peterson, ned.deily, eric.araujo, skrah, dstufft, nilsge
2014-04-16 14:59:50wolmasetmessageid: <1397660390.28.0.36710346621.issue21121@psf.upfronthosting.co.za>
2014-04-16 14:59:50wolmalinkissue21121 messages
2014-04-16 14:59:50wolmacreate