[issue15050] Python 3.2.3 fail to make

2012-06-12 Thread Grey_Shao

New submission from Grey_Shao :

When I try to compile the Python 3.2.3, I failed to make
After I ungzip and untar the source package of the Python 3.2.3, Then run the 
following commands:
1. ./configure
2. make
When step 2, the errors below happens:
gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes   
 -I. -IInclude -I./Include-DPy_BUILD_CORE -o Mod
ules/python.o ./Modules/python.c
In file included from Include/Python.h:50,
 from ./Modules/python.c:3:
Include/pyport.h:260:13: #error "This platform's pyconfig.h needs to define 
PY_FORMAT_LONG_LONG"
*** Error code 1
make: Fatal error: Command failed for target `Modules/python.o'

Can you help me

My system OS is:
uname -a
SunOS HPCT01 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-280R

I attached install history file

Thanks

--
components: None
files: Python3.2.3_Install_History_20120612.txt
messages: 162662
nosy: shojnhv
priority: normal
severity: normal
status: open
title: Python 3.2.3 fail to make
type: compile error
versions: Python 3.2
Added file: 
http://bugs.python.org/file25941/Python3.2.3_Install_History_20120612.txt

___
Python tracker 
<http://bugs.python.org/issue15050>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15050] Python 3.2.3 fail to make

2012-06-12 Thread Grey_Shao

Grey_Shao  added the comment:

Thanks for your kindly help
I attach the config.log in the attachment "data.7z"
The value of the PRId64 is:
#ifdef  _LP64
#define PRId64  "ld"
#else   /* _ILP32 */
#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
#define PRId64  "lld"
#endif
#endif
I also attach the related inttypes.h files in the attachment "data.7z"

Thanks for your help

--
Added file: http://bugs.python.org/file25945/Data.7z

___
Python tracker 
<http://bugs.python.org/issue15050>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com