Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77109 Details for
Bug 119024
gens-2.12b fails to compile with gcc-4.0.2-r3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gens gcc4 fix patch
gens-2.12b-gcc4-fix.patch (text/plain), 1.03 KB, created by
Avuton Olrich
on 2006-01-14 13:55:31 UTC
(
hide
)
Description:
gens gcc4 fix patch
Filename:
MIME Type:
Creator:
Avuton Olrich
Created:
2006-01-14 13:55:31 UTC
Size:
1.03 KB
patch
obsolete
>diff --git a/src/gens/emulator/g_main.c b/src/gens/emulator/g_main.c >index 1c9f4f5..3ac13eb 100644 >--- a/src/gens/emulator/g_main.c >+++ b/src/gens/emulator/g_main.c >@@ -5,6 +5,7 @@ > #include <sys/stat.h> > #include <stdlib.h> > #include <stdio.h> >+#include <string.h> > #include "g_main.h" > #include "timer.h" > #include "gens.h" >diff --git a/src/gens/emulator/g_main.h b/src/gens/emulator/g_main.h >index c7ea4b2..9090766 100644 >--- a/src/gens/emulator/g_main.h >+++ b/src/gens/emulator/g_main.h >@@ -36,6 +36,8 @@ extern char **language_name; > extern unsigned char Keys[]; > extern unsigned char joystate[]; > >+static int Build_Language_String (void); >+ > void SetWindowText(const char *text); > > int Set_Render(int Full, int Num, int Force); >diff --git a/src/gens/emulator/parse.c b/src/gens/emulator/parse.c >index 5bece4a..67f8b49 100644 >--- a/src/gens/emulator/parse.c >+++ b/src/gens/emulator/parse.c >@@ -1,6 +1,7 @@ > #include <stdlib.h> > #include <stdio.h> > #include <getopt.h> >+#include <string.h> > #include "port.h" > #include "save.h" > #include "cpu_68k.h"
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 119024
:
77108
| 77109