Message 98908 - Python tracker
Message98908
| Author | zvezdan |
|---|---|
| Recipients | barry, brett.cannon, fdrake, mark.dickinson, ronaldoussoren, srid, zvezdan |
| Date | 2010-02-05.21:01:54 |
| SpamBayes Score | 0.0003990635 |
| Marked as misclassified | No |
| Message-id | <1265403716.19.0.471323796253.issue6877@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is a configuration bug: /Users/barry/projects/python/python26/Modules/readline.c -o build/temp.macosx-10.3-ppc-2.6 ... Why is it trying to build using macosx-10.3 target? I bet if you specify MACOSX_DEPLOYMENT_TARGET=10.5 on the ./configure line it will work fine. It worked for me when I used Leopard (until September 2009). This is a bug in configure.in |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-05 21:01:56 | zvezdan | set | recipients: + zvezdan, fdrake, barry, brett.cannon, ronaldoussoren, mark.dickinson, srid |
| 2010-02-05 21:01:56 | zvezdan | set | messageid: <1265403716.19.0.471323796253.issue6877@psf.upfronthosting.co.za> |
| 2010-02-05 21:01:54 | zvezdan | link | issue6877 messages |
| 2010-02-05 21:01:54 | zvezdan | create | |