Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18362 Details for
Bug 29654
glademm-2.0.0: fails to compile with gcc-3.3.1: missing <cassert> include
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed glademm-2.0.0-gcc-3.3 patch
glademm-2.0.0-gcc-3.3.patch (text/plain), 1.37 KB, created by
Brandy Westcott (RETIRED)
on 2003-09-26 07:08:23 UTC
(
hide
)
Description:
proposed glademm-2.0.0-gcc-3.3 patch
Filename:
MIME Type:
Creator:
Brandy Westcott (RETIRED)
Created:
2003-09-26 07:08:23 UTC
Size:
1.37 KB
patch
obsolete
>diff -ur glademm-2.0.0/src/ChildParamList.hh glademm-2.0.0-gentoo/src/ChildParamList.hh >--- glademm-2.0.0/src/ChildParamList.hh 2003-09-27 01:38:27.000000000 +1200 >+++ glademm-2.0.0-gentoo/src/ChildParamList.hh 2003-09-27 01:54:22.000000000 +1200 >@@ -22,6 +22,7 @@ > #define CHILDPARAMLIST_HH > #include <config.h> > #include "Tag.hh" >+#include <cassert> > > class ChildParamList > { const Tag *tag; >diff -ur glademm-2.0.0/src/SourceWriter/CxxFile.cc glademm-2.0.0-gentoo/src/SourceWriter/CxxFile.cc >--- glademm-2.0.0/src/SourceWriter/CxxFile.cc 2003-09-27 01:38:31.000000000 +1200 >+++ glademm-2.0.0-gentoo/src/SourceWriter/CxxFile.cc 2003-09-27 01:44:40.000000000 +1200 >@@ -23,7 +23,9 @@ > > #include "CxxFile.hh" > #include <cstdio> >-#include <algo.h> >+#include <algorithm> >+#include <cassert> >+#include <iostream> > > CxxFile &CxxFile::GlobalContext(Global_Context new_gc,bool stay_inside) > // insert blank line if necessary >diff -ur glademm-2.0.0/src/Widget.hh glademm-2.0.0-gentoo/src/Widget.hh >--- glademm-2.0.0/src/Widget.hh 2003-09-27 01:38:27.000000000 +1200 >+++ glademm-2.0.0-gentoo/src/Widget.hh 2003-09-27 01:50:18.000000000 +1200 >@@ -28,6 +28,7 @@ > #include "ChildParamList.hh" > #include <iostream> > #include <stdexcept> >+#include <cassert> > > // Widget is a Tag handle class with convenience additions for widget > // handling. Constructing a Widget from an Tag is very fast, so remembering
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 29654
:
18362