Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49006 Details for
Bug 70519
media-libs/openvrml-0.11.2 compile failed (strstream.h)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to fix strstream -> sstream issue
openvrml-0.11.2_sstream-update.patch (text/plain), 1.19 KB, created by
Peter Jensen
on 2005-01-19 17:42:57 UTC
(
hide
)
Description:
Proposed patch to fix strstream -> sstream issue
Filename:
MIME Type:
Creator:
Peter Jensen
Created:
2005-01-19 17:42:57 UTC
Size:
1.19 KB
patch
obsolete
>diff -ur openvrml-0.11.2.old/src/openvrml/OpenVRML/VrmlNodeScript.cpp openvrml-0.11.2.new/src/openvrml/OpenVRML/VrmlNodeScript.cpp >--- openvrml-0.11.2.old/src/openvrml/OpenVRML/VrmlNodeScript.cpp 2001-10-12 00:27:57.000000000 +0200 >+++ openvrml-0.11.2.new/src/openvrml/OpenVRML/VrmlNodeScript.cpp 2005-01-20 02:05:04.000000000 +0100 >@@ -33,7 +33,7 @@ > # if defined(_WIN32) && !defined(__CYGWIN__) > # include <strstrea.h> > # else >-# include <strstream.h> >+# include <sstream> > # endif > # include "VrmlNodeScript.h" > # include "VrmlNodeType.h" >diff -ur openvrml-0.11.2.old/src/openvrml/OpenVRML/VrmlScene.cpp openvrml-0.11.2.new/src/openvrml/OpenVRML/VrmlScene.cpp >--- openvrml-0.11.2.old/src/openvrml/OpenVRML/VrmlScene.cpp 2001-10-12 00:23:16.000000000 +0200 >+++ openvrml-0.11.2.new/src/openvrml/OpenVRML/VrmlScene.cpp 2005-01-20 02:06:00.000000000 +0100 >@@ -35,7 +35,7 @@ > #ifdef _WIN32 > #include <strstrea.h> > #else >-#include <strstream.h> >+#include <sstream> > #endif > > #include "doc2.hpp" >@@ -420,7 +420,7 @@ > VrmlMFNode result; > > if (vrmlString) { >- istrstream istrstm( >+ std::istringstream istrstm( > #ifdef _WIN32 > const_cast<char *>(vrmlString) > #else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70519
: 49006