[ python-Bugs-1005737 ] compile errors on _codecs_iso2022.c

SourceForge.net noreply at sourceforge.net
Mon Aug 9 04:36:31 CEST 2004


Bugs item #1005737, was opened at 2004-08-09 14:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1005737&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: roadkill (dharma_roadkill)
Assigned to: Nobody/Anonymous (nobody)
Summary: compile errors on _codecs_iso2022.c

Initial Comment:
Building
Python-2.4a2
on uname -a
OSF1 ***.tnzi.com V5.1 2650 alpha
(HP Tru64 5.1B on alpha server)
One of the modules won't compile correctly.
I note with interest that another submitter to Bug 
Tracker had an intermittant core dump in the iso2022 
area.  Maybe this is related to that other problem.  The 
Tru64 cc compiler is fairly sensitive and gives 
warnings/errors when other compilers would be silent but 
those warnings/errors are usually worth looking at!

cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1053: 
In the initializer for iso2022_kr_config, an array's element 
type
is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1058: 
In the initializer for iso2022_jp_config, an array's element 
type
is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1064: 
In the initializer for iso2022_jp_1_config, an array's 
element typ
e is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1070: 
In the initializer for iso2022_jp_2_config, an array's 
element typ
e is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1077: 
In the initializer for iso2022_jp_2004_config, an array's 
element
type is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1084: 
In the initializer for iso2022_jp_3_config, an array's 
element typ
e is incomplete, which precludes its initialization. 
(incompelinit)
cc: Error: /u13/home/doug/python/Python-
2.4a2/Modules/cjkcodecs/_codecs_iso2022.c, line 1091: 
In the initializer for iso2022_jp_ext_config, an array's 
element t
ype is incomplete, which precludes its initialization. 
(incompelinit)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1005737&group_id=5470


More information about the Python-bugs-list mailing list