Change for compiling 1.5.2 on Windows NT Alpha

Scott Cothrell scothrel at cisco.com
Fri Apr 16 11:06:05 EDT 1999


Jonathan Giddy wrote in message <7f6l71$20e$1 at towncrier.cc.monash.edu.au>...
>"Scott C" <scothrell at austin.rr.com> writes:
>
>>There needs to be the following change in file fpectlmodule.c, line 163:
>
>>Line currently reads:  #elif defined(__alpha)
>
>>line should read: #elif defined(__alpha) && !defined(_MSC_VER)
>
>Or to follow the comments more obviously, change it to
>#elif defined(__alpha) && defined(__osf__)
>
>Jon.

Ya, that'd work :o)






More information about the Python-list mailing list