Issue 16719 - GSL: compile errors from gcc 3.3.1
Summary: GSL: compile errors from gcc 3.3.1
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: foskey
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks: 13400
  Show dependency tree
 
Reported: 2003-07-11 13:24 UTC by foskey
Modified: 2003-07-31 02:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description foskey 2003-07-11 13:24:10 UTC
/data2/office/rsc/source/tools/rscdef.cxx: In member function `BOOL
RscFile::InsertDependFile(long unsigned int, long unsigned int)':
/data2/office/rsc/source/tools/rscdef.cxx:828: error: cannot call member
function `ULONG Container::Count() const' without object
Comment 1 christof.pintaske 2003-07-11 16:20:12 UTC
Count() got inherited from List and thus from Container. I cannot see
why it shouldn't be called here since it is a public member function:
the object is "this". 
Additionally it works with all other compilers, so I really doubt this
bug is valid
Comment 2 foskey 2003-07-21 06:15:47 UTC
Valid or not it will become one of our supported compilers.  gcc 3.3.1
Comment 3 christof.pintaske 2003-07-22 14:11:18 UTC
gcc 3.3.1 is not out yet, a prerelease is definitively not supported.
So I recommend to wait until they have fixed their bugs and released a
final version.

If you have suggestions what might be wrong with the rsc code than
your suggestions are welcome, I couldn't find any.
Comment 4 foskey 2003-07-22 16:52:24 UTC
Bug was resolved at source in the tools directory.
Comment 5 foskey 2003-07-31 02:29:26 UTC
Closing