First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 44005
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Luca Barbato <lu_zero@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steve Garcia <sgarcia@bak.rr.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 44005 depends on: Show dependency tree
Show dependency graph
Bug 44005 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-07 21:48 0000
The live library will no longer compile with current versions of gcc.  The
first error I tracked down was an "include" in Groupsock.cpp that was looking
for strstream.h.  Unfortunately, strstream.h is no longer included with gcc, so
that should be changed to a plain 

#include <strstream>

I tried this, and it got past that error, but it now errors when trying to use
classes that should have been defined in strstream (ostrstream).  I think this
needs to be looked at.  Is it possible that there's newer code from live.com?

------- Comment #1 From Steve Garcia 2004-03-07 21:53:36 0000 -------
Just checked on live.com, this is from the changelog:
2004.02.20:
- Added "#ifdef"s to the two files that #include <strstream.h>, so that they
  will compile OK with GCC v3.*.  (Thanks to Goetz Waschk for this.)


The Gentoo repository should probably switch to the newer version.

------- Comment #2 From Luca Barbato 2004-03-09 04:08:15 0000 -------
committed, thanks

------- Comment #3 From Luca Barbato 2004-03-09 09:28:32 0000 -------
.

First Last Prev Next    No search results available      Search page      Enter new bug