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 Ayappan
Recipients Ayappan, David.Edelsohn, Michael.Felt
Date 2018-11-12.07:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542007025.69.0.788709270274.issue35198@psf.upfronthosting.co.za>
In-reply-to
Content
The PR 10437 worked !!!. 
Now i am able to compile pandas-0.23.4


Michael Felt,

About the re-declaration issues you are facing, that is because of the "#define _LARGE_FILES 1" in pyconfig-ppc64.h file.
For 64bit build we actually don't need it.
For 32bit build, we need it and also we have to pass the flag "-D_LARGE_FILES" through the _sysconfigdata_m_aix6_.py , otherwise one will get this re-declaration error.
History
Date User Action Args
2018-11-12 07:17:05Ayappansetrecipients: + Ayappan, David.Edelsohn, Michael.Felt
2018-11-12 07:17:05Ayappansetmessageid: <1542007025.69.0.788709270274.issue35198@psf.upfronthosting.co.za>
2018-11-12 07:17:05Ayappanlinkissue35198 messages
2018-11-12 07:17:05Ayappancreate