Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45041 Details for
Bug 73007
aMule doesn't compile with wxGTK-2.4.2-r2 and Gtk2 on linux-ppc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch solves the problem
patch-ar.patch (text/plain), 1.26 KB, created by
Alessandro Ronchi
on 2004-12-01 01:37:29 UTC
(
hide
)
Description:
This patch solves the problem
Filename:
MIME Type:
Creator:
Alessandro Ronchi
Created:
2004-12-01 01:37:29 UTC
Size:
1.26 KB
patch
obsolete
>diff -ur aMule-2.0.0rc7/src/utils/aLinkCreator/src/ed2khash.cpp aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/ed2khash.cpp >--- aMule-2.0.0rc7/src/utils/aLinkCreator/src/ed2khash.cpp 2004-08-09 19:01:34.000000000 +0200 >+++ aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/ed2khash.cpp 2004-12-01 00:43:15.061834816 +0100 >@@ -83,7 +83,7 @@ > { > // Open file and let wxFFile destructor close the file > // Closing it explicitly may crash on Win32 ... >- wxFFile file(filename.GetFullPath(), wxT("rbS")); >+ wxFFile file( (const wxChar*) filename.GetFullPath(), (const char*) wxT("rbS")); > if (! file.IsOpened()) > { > wxLogError (_("Unable to open %s"),unicode2char(filename.GetFullPath())); >diff -ur aMule-2.0.0rc7/src/utils/aLinkCreator/src/md4.cpp aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/md4.cpp >--- aMule-2.0.0rc7/src/utils/aLinkCreator/src/md4.cpp 2004-08-30 00:27:04.000000000 +0200 >+++ aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/md4.cpp 2004-12-01 00:43:15.037838464 +0100 >@@ -336,7 +336,7 @@ > > // Open file and let wxFFile destructor close the file > // Closing it explicitly may crash on Win32 ... >- wxFFile file(filename, wxT("rbS")); >+ wxFFile file((const wxChar*) filename, (const char*) wxT("rbS")); > if (! file.IsOpened()) > { > return wxEmptyString;
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 73007
: 45041 |
45480