Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149958 Details for
Bug 217980
x11-misc/bbkeys-0.9.0-r1 fails w/ gcc-4.3.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bbkeys-0.9.0-gcc43.patch
bbkeys-0.9.0-gcc43.patch (text/plain), 2.02 KB, created by
Peter Alfredsen (RETIRED)
on 2008-04-16 16:42:24 UTC
(
hide
)
Description:
bbkeys-0.9.0-gcc43.patch
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2008-04-16 16:42:24 UTC
Size:
2.02 KB
patch
obsolete
>diff -Naupr bbkeys-0.9.0.orig/src/actions.cc bbkeys-0.9.0/src/actions.cc >--- bbkeys-0.9.0.orig/src/actions.cc 2005-02-20 22:03:43.000000000 +0100 >+++ bbkeys-0.9.0/src/actions.cc 2008-02-24 09:26:30.000000000 +0100 >@@ -25,7 +25,8 @@ > #include "actions.hh" > > #include <iostream> >-#include <string> >+#include <cstring> >+#include <cstdlib> > #include <sstream> > > Action::Action(enum ActionType type, Display * display, KeyCode keycode, >diff -Naupr bbkeys-0.9.0.orig/src/Config.cpp bbkeys-0.9.0/src/Config.cpp >--- bbkeys-0.9.0.orig/src/Config.cpp 2004-09-03 03:08:00.000000000 +0200 >+++ bbkeys-0.9.0/src/Config.cpp 2008-02-24 09:29:55.000000000 +0100 >@@ -24,7 +24,7 @@ > > > #include "Config.h" >-#include <string> >+#include <cstring> > > #include <iostream> > using std::cout; >diff -Naupr bbkeys-0.9.0.orig/src/KeyClient.cpp bbkeys-0.9.0/src/KeyClient.cpp >--- bbkeys-0.9.0.orig/src/KeyClient.cpp 2004-09-26 04:27:46.000000000 +0200 >+++ bbkeys-0.9.0/src/KeyClient.cpp 2008-02-24 09:26:14.000000000 +0100 >@@ -58,6 +58,7 @@ extern "C" { > #include <iostream> > #include <algorithm> > #include <vector> >+#include <cstring> > > //-------------------------------------------------------- > // Constructor/Destructor >diff -Naupr bbkeys-0.9.0.orig/src/main.cpp bbkeys-0.9.0/src/main.cpp >--- bbkeys-0.9.0.orig/src/main.cpp 2004-09-16 02:53:51.000000000 +0200 >+++ bbkeys-0.9.0/src/main.cpp 2008-02-24 09:31:38.000000000 +0100 >@@ -27,6 +27,8 @@ > > #include "main.h" > >+#include <cstring> >+ > //-------------------------------------------------------- > // parseOptions > //-------------------------------------------------------- >diff -Naupr bbkeys-0.9.0.orig/src/Netclient.cpp bbkeys-0.9.0/src/Netclient.cpp >--- bbkeys-0.9.0.orig/src/Netclient.cpp 2004-09-26 04:27:46.000000000 +0200 >+++ bbkeys-0.9.0/src/Netclient.cpp 2008-02-24 09:30:41.000000000 +0100 >@@ -25,6 +25,7 @@ > // Methods, ideas, implementations taken from Openbox's XAtom class *sigh* > > #include "Netclient.h" >+#include <cstring> > > Netclient::Netclient (const bt::Display &display) > : bt::EWMH(display), _display(display)
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 217980
: 149958