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 loewis
Recipients MrJean1, gregory.p.smith, loewis, theller
Date 2008-04-06.14:25:25
SpamBayes Score 0.2625246
Marked as misclassified No
Message-id <47F8DD53.70405@v.loewis.de>
In-reply-to <1207490723.4.0.346832933812.issue2552@psf.upfronthosting.co.za>
Content
> If option --with-system-ffi is not specified and if the compiler is not 
> gcc, raise an error.

Up to here, it all sounded fine. What do you mean by error? Abort?
That should not happen. Instead, setup.py skips modules if it doesn't
find the proper prerequisites - which here is the pre-existing FFI
implementation.
History
Date User Action Args
2008-04-06 14:25:26loewissetspambayes_score: 0.262525 -> 0.2625246
recipients: + loewis, theller, gregory.p.smith, MrJean1
2008-04-06 14:25:25loewislinkissue2552 messages
2008-04-06 14:25:25loewiscreate