Issue 79875 - STLport5: buildfixes
Summary: STLport5: buildfixes
Status: CLOSED WONT_FIX
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: rene
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 63770
  Show dependency tree
 
Reported: 2007-07-22 12:48 UTC by geki
Modified: 2010-04-05 15:14 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
buildfixes (13.16 KB, text/plain)
2007-07-22 12:48 UTC, geki
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description geki 2007-07-22 12:48:33 UTC
STLport5 support, split bugreport.

- iterator <-> const_iterator
- sw: erase on const'ed funcs
- some ifdefs for STLport silliness; someone kick STLport devs, please.
Comment 1 geki 2007-07-22 12:48:57 UTC
Created attachment 46972 [details]
buildfixes
Comment 2 Stephan Bergmann 2007-07-23 16:00:54 UTC
@geki:  From a cursory glance at the attached system-stlport5.diff:

- #if STLPORT_VERSION < 500 can break the build when configured
--without-stlport4 --enable-werror.

- (double)(X) is a bad C-style cast, please use something like static_cast<
double >(X) or double(X) instead.
Comment 3 geki 2007-07-23 16:38:38 UTC
1. There are(were) already some '#if STLPORT_VERSION < 321' checks in source and
you may have a look at issue 79874 attached patches. It should be set even for
'--without-stlport' case.

2. fixed in my local patch

Thanks for looking into it.
Comment 4 geki 2010-04-03 23:21:47 UTC
Since STLport5 work is abandoned this report is closed as WONTFIX.
Comment 5 Mechtilde 2010-04-05 15:14:16 UTC
wontfix -> closed