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 nilsge
Recipients benjamin.peterson, dstufft, eric.araujo, larry, ned.deily, nilsge
Date 2014-04-02.02:25:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396405510.45.0.67102675691.issue21121@psf.upfronthosting.co.za>
In-reply-to
Content
The workaround indeed works. At least I can work now until this gets officialy fixed. Thanks! 

export CFLAGS=$(python3.4 -c 'import sysconfig; print(sysconfig.get_config_var("CFLAGS").replace("-Werror=declaration-after-statement",""))')
History
Date User Action Args
2014-04-02 02:25:10nilsgesetrecipients: + nilsge, larry, benjamin.peterson, ned.deily, eric.araujo, dstufft
2014-04-02 02:25:10nilsgesetmessageid: <1396405510.45.0.67102675691.issue21121@psf.upfronthosting.co.za>
2014-04-02 02:25:10nilsgelinkissue21121 messages
2014-04-02 02:25:10nilsgecreate