Message329722
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. |
|
Date |
User |
Action |
Args |
2018-11-12 07:17:05 | Ayappan | set | recipients:
+ Ayappan, David.Edelsohn, Michael.Felt |
2018-11-12 07:17:05 | Ayappan | set | messageid: <1542007025.69.0.788709270274.issue35198@psf.upfronthosting.co.za> |
2018-11-12 07:17:05 | Ayappan | link | issue35198 messages |
2018-11-12 07:17:05 | Ayappan | create | |
|