Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179412 Details for
Bug 251440
net-dialup/trayimonc fails to build with gcc 4.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to allow building with gcc 4.3
trayimonc-0.8-gcc43.patch (text/plain), 2.76 KB, created by
Gene Seto
on 2009-01-23 07:21:44 UTC
(
hide
)
Description:
patch to allow building with gcc 4.3
Filename:
MIME Type:
Creator:
Gene Seto
Created:
2009-01-23 07:21:44 UTC
Size:
2.76 KB
patch
obsolete
>diff -rupN trayimonc-0.8b/trayimonc/DynamicToolTipp.cpp trayimonc-0.8/trayimonc/DynamicToolTipp.cpp >--- trayimonc-0.8b/trayimonc/DynamicToolTipp.cpp 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/DynamicToolTipp.cpp 2009-01-23 03:11:29.000000000 -0400 >@@ -16,7 +16,7 @@ > ***************************************************************************/ > > #include "DynamicToolTipp.h" >-#include <iostream.h> >+#include <iostream> > > DynamicToolTipp::DynamicToolTipp(QWidget *parent) > { >diff -rupN trayimonc-0.8b/trayimonc/Fli4lTalk.cpp trayimonc-0.8/trayimonc/Fli4lTalk.cpp >--- trayimonc-0.8b/trayimonc/Fli4lTalk.cpp 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/Fli4lTalk.cpp 2009-01-23 02:59:26.000000000 -0400 >@@ -16,7 +16,7 @@ > ***************************************************************************/ > > #include "Fli4lTalk.h" >-#include <iostream.h> >+#include <iostream> > > > Fli4lTalk::Fli4lTalk() >diff -rupN trayimonc-0.8b/trayimonc/State.cpp trayimonc-0.8/trayimonc/State.cpp >--- trayimonc-0.8b/trayimonc/State.cpp 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/State.cpp 2009-01-23 03:06:48.000000000 -0400 >@@ -16,7 +16,7 @@ > ***************************************************************************/ > > #include "State.h" >-#include <iostream.h> >+#include <iostream> > #include <qdir.h> > > State::State():QWidget(0,"StateWidget") >diff -rupN trayimonc-0.8b/trayimonc/TrayShell.cpp trayimonc-0.8/trayimonc/TrayShell.cpp >--- trayimonc-0.8b/trayimonc/TrayShell.cpp 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/TrayShell.cpp 2009-01-23 03:08:46.000000000 -0400 >@@ -199,7 +199,7 @@ void TrayShell::couldnotconnectSlot() > //Verbindung zum Router konnte nicht aufgebaut werden > //keine Ă„nderungen im Status der Anwendung > //no_conn wird weiterhin angezeigt >- cout << "could not connect" << endl; >+ std::cout << "could not connect" << std::endl; > > disconnect(router,0,0,0); > disconnect(tray,0,0,0); >diff -rupN trayimonc-0.8b/trayimonc/TrayShell.h trayimonc-0.8/trayimonc/TrayShell.h >--- trayimonc-0.8b/trayimonc/TrayShell.h 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/TrayShell.h 2009-01-23 03:07:29.000000000 -0400 >@@ -18,7 +18,7 @@ > #ifndef TRAYSHELL_H_ > #define TRAYSHELL_H_ > >-#include <iostream.h> >+#include <iostream> > #include <qwidget.h> > #include <qtimer.h> > #include <qstring.h> >diff -rupN trayimonc-0.8b/trayimonc/trayimonc.cpp trayimonc-0.8/trayimonc/trayimonc.cpp >--- trayimonc-0.8b/trayimonc/trayimonc.cpp 2009-01-23 02:58:12.000000000 -0400 >+++ trayimonc-0.8/trayimonc/trayimonc.cpp 2009-01-23 03:11:50.000000000 -0400 >@@ -16,7 +16,7 @@ > ***************************************************************************/ > > #include "trayimonc.h" >-#include <iostream.h> >+#include <iostream> > > TrayImonc::TrayImonc() > {
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 251440
:
175693
| 179412 |
179414