[ python-Bugs-1044299 ] compile error with stlport

SourceForge.net noreply at sourceforge.net
Mon Oct 11 05:00:05 CEST 2004


Bugs item #1044299, was opened at 2004-10-10 21:58
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1044299&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Debug (nbdebug)
Assigned to: Nobody/Anonymous (nobody)
Summary: compile error with stlport

Initial Comment:
using the MSVC 7.1 .NET 2003 .sln and .vcproj in the 
PCBuild folder truncation of identifier warnings and errors 
compiling resources are generated from STLPort which 
breaks compilation as STLPort requires those to be 
unchanged.

no other project i have compiled causes this i am using 
python latest CVS tree, and i use STLPort 4.62 and 
5.0cvs niether of qhich display this behaviour with the 
50 or so active projects i compile regularly.

\STLport-4.6.2\stlport/stl/_config_compat.h(33) : 
warning RC4011: identifier truncated 
to '__STL_MINIMUM_DEFAULT_TEMPLATE_'
\STLport-4.6.2\stlport/stl/_config_compat.h(33) : 
warning RC4011: identifier truncated 
to '_STLP_MINIMUM_DEFAULT_TEMPLATE_'
\STLport-4.6.2\stlport/config/stl_mycomp.h(33) : error 
RC2188: \STLport-4.6.2\stlport/stl/_config.h(102) : 
warning RC4011: identifier truncated 
to '_STLP_NO_MEMBER_TEMPLATE_CLASSE'
\STLport-4.6.2\stlport/stl/_config.h(106) : warning 
RC4011: identifier truncated 
to '_STLP_NO_MEMBER_TEMPLATE_CLASSE'
\STLport-4.6.2\stlport/stl/_config.h(106) : warning 
RC4011: identifier truncated 
to '_STLP_DONT_USE_NESTED_TCLASS_TH'
\STLport-4.6.2\stlport/stl/_config.h(106) : warning 
RC4011: identifier truncated 
to '_STLP_USE_NESTED_TCLASS_THROUGH'
\STLport-4.6.2\stlport/stl/_config.h(110) : warning 
RC4011: identifier truncated 
to '_STLP_NO_CLASS_PARTIAL_SPECIALI'
\STLport-4.6.2\stlport/stl/_config.h(110) : warning 
RC4011: identifier truncated 
to '_STLP_CLASS_PARTIAL_SPECIALIZAT'
\STLport-4.6.2\stlport/stl/_config.h(114) : warning 
RC4011: identifier truncated 
to '_STLP_FUNCTION_TMPL_PARTIAL_ORD'
\STLport-4.6.2\stlport/stl/_config.h(114) : warning 
RC4011: identifier truncated 
to '_STLP_NO_FUNCTION_TMPL_PARTIAL_'
\STLport-4.6.2\stlport/stl/_config.h(211) : warning 
RC4011: identifier truncated 
to '_STLP_NATIVE_OLD_STREAMS_INCLUD'
\STLport-4.6.2\stlport/stl/_config.h(219) : warning 
RC4011: identifier truncated 
to '_STLP_NATIVE_CPP_RUNTIME_INCLUD'
\STLport-4.6.2\stlport/stl/_config.h(440) : warning 
RC4011: identifier truncated 
to '_STLP_USE_WRAPPER_FOR_ALLOC_PAR'
\STLport-4.6.2\stlport/stl/_config.h(584) : warning 
RC4011: identifier truncated 
to '_STLP_BOGUS_TEMPLATE_TYPE_MATCH'
\STLport-4.6.2\stlport/stl/_config.h(619) : warning 
RC4011: identifier truncated 
to '_STLP_NO_TYPENAME_ON_RETURN_TYP'
\STLport-4.6.2\stlport/stl/_config.h(708) : warning 
RC4011: identifier truncated 
to '_STLP_CLASS_PARTIAL_SPECIALIZAT'
\STLport-4.6.2\stlport/stl/_config.h(716) : warning 
RC4011: identifier truncated 
to '_STLP_CLASS_PARTIAL_SPECIALIZAT'
\STLport-4.6.2\stlport/stl/_config.h(905) : warning 
RC4011: identifier truncated 
to '_STLP_DLLEXPORT_NEEDS_PREDECLAR'
\STLport-4.6.2\stlport/stl/_config.h(1009) : warning 
RC4011: identifier truncated 
to '_STLP_DONT_USE_PARTIAL_SPEC_WRK'
\STLport-4.6.2\stlport/stl/_config.h(1010) : warning 
RC4011: identifier truncated 
to '_STLP_CLASS_PARTIAL_SPECIALIZAT'
\STLport-4.6.2\stlport/stl/_config.h(1010) : warning 
RC4011: identifier truncated 
to '_STLP_FUNCTION_TMPL_PARTIAL_ORD'
\STLport-4.6.2\stlport/stl/_prolog.h(15) : warning 
RC4011: identifier truncated 
to '_STLP_HAS_SPECIFIC_PROLOG_EPILO'
\STLport-4.6.2\stlport/stdarg.h(23) : fatal error 
RC1015: cannot open include file '.../include/stdarg.h'.

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

>Comment By: Tim Peters (tim_one)
Date: 2004-10-10 23:00

Message:
Logged In: YES 
user_id=31435

Can you explain what this has to do with Python?  There is 
no reference to STLPort in the Python codebase, so I don't 
understand why you posted this to a Python bug tracker.

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

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


More information about the Python-bugs-list mailing list