Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326486 Details for
Bug 421913
media-sound/hydrogen fails to build with gcc 4.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch retrieved from official mailing list.
hydrogenaudio-0.9.5-gcc4.7.patch (text/plain), 1.25 KB, created by
Azpegath
on 2012-10-13 20:48:10 UTC
(
hide
)
Description:
Patch retrieved from official mailing list.
Filename:
MIME Type:
Creator:
Azpegath
Created:
2012-10-13 20:48:10 UTC
Size:
1.25 KB
patch
obsolete
>diff -rupN hydrogen-0.9.5.old/gui/src/MainForm.cpp hydrogen-0.9.5/gui/src/MainForm.cpp >--- hydrogen-0.9.5.old/gui/src/MainForm.cpp 2011-02-08 04:15:04.000000000 -0500 >+++ hydrogen-0.9.5/gui/src/MainForm.cpp 2012-01-16 15:44:14.137527313 -0500 >@@ -70,6 +70,7 @@ using namespace H2Core; > >#include <memory> >#include <cassert> >+#include <unistd.h> > >using namespace std; >using namespace H2Core; >diff -rupN hydrogen-0.9.5.old/gui/src/SongEditor/SongEditor.cpp hydrogen-0.9.5/gui/src/SongEditor/SongEditor.cpp >--- hydrogen-0.9.5.old/gui/src/SongEditor/SongEditor.cpp 2010-03-28 06:06:05.000000000 -0400 >+++ hydrogen-0.9.5/gui/src/SongEditor/SongEditor.cpp 2012-01-16 15:26:17.172588849 -0500 >@@ -23,6 +23,7 @@ >#include <assert.h> >#include <algorithm> >#include <memory> >+#include <unistd.h> > >#include <hydrogen/Song.h> >#include <hydrogen/hydrogen.h> >diff -rupN hydrogen-0.9.5.old/libs/hydrogen/src/IO/portmidi_driver.cpp hydrogen-0.9.5/libs/hydrogen/src/IO/portmidi_driver.cpp >--- hydrogen-0.9.5.old/libs/hydrogen/src/IO/portmidi_driver.cpp 2010-02-01 >16:06:17.000000000 -0500 >+++ hydrogen-0.9.5/libs/hydrogen/src/IO/portmidi_driver.cpp 2012-01-16 15:58:07.592740458 -0500 >@@ -30,6 +30,8 @@ > >#ifdef WIN32 >#include <windows.h> >+#else >+#include <unistd.h> >#endif > >#ifdef PORTMIDI_SUPPORT
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 421913
: 326486