Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30374 Details for
Bug 45986
beast-0.6.0 fails to build: `g_value_set_boxed_take_ownership' undeclared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated to work with Glib 2.4
beast.patch (text/plain), 666 bytes, created by
Mike Messmore
on 2004-04-29 23:10:10 UTC
(
hide
)
Description:
updated to work with Glib 2.4
Filename:
MIME Type:
Creator:
Mike Messmore
Created:
2004-04-29 23:10:10 UTC
Size:
666 bytes
patch
obsolete
>Index: glib-extra.h >=================================================================== >RCS file: /cvs/gnome/beast/sfi/glib-extra.h,v >retrieving revision 1.26 >diff -u -p -u -p -r1.26 glib-extra.h >--- glib-extra.h 26 Feb 2004 20:04:06 -0000 1.26 >+++ glib-extra.h 29 Apr 2004 19:15:11 -0000 >@@ -57,6 +57,9 @@ G_BEGIN_DECLS > #define g_scanner_remove_symbol( scanner, symbol ) G_STMT_START { \ > g_scanner_scope_remove_symbol ((scanner), 0, (symbol)); \ > } G_STMT_END >+#if GLIB_CHECK_VERSION (2, 4, 0) // FIXME: remove <=GLib-2.4.0 dependant code >+#define g_value_set_boxed_take_ownership g_value_take_boxed >+#endif
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 45986
:
30112
| 30374