Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 458998 Details for
Bug 604880
x11-libs/libcompizconfig-0.8.8 and dev-libs/icu-57.1 - error: template with C linkage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from compiz-reloaded GitHub
1e42ea0e629d6a013e6e7ad7f5d1bbfd2ea11338.patch (text/plain), 891 bytes, created by
Martin von Gagern
on 2017-01-06 21:21:14 UTC
(
hide
)
Description:
patch from compiz-reloaded GitHub
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2017-01-06 21:21:14 UTC
Size:
891 bytes
patch
obsolete
>From 1e42ea0e629d6a013e6e7ad7f5d1bbfd2ea11338 Mon Sep 17 00:00:00 2001 >From: Scott Moreau <oreaus@gmail.com> >Date: Wed, 9 Dec 2015 12:51:12 -0700 >Subject: [PATCH] Avoid using templates in C code > >libxslt uses templates and we cannot use templates in C code. Move the headers >using templates outside extern "C" clause. >--- > src/compiz.cpp | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/src/compiz.cpp b/src/compiz.cpp >index 43da02f..e5aba0f 100644 >--- a/src/compiz.cpp >+++ b/src/compiz.cpp >@@ -23,6 +23,9 @@ > #include <google/protobuf/io/zero_copy_stream_impl.h> > #endif > >+#include <libxslt/transform.h> >+#include <libxslt/xsltutils.h> >+ > extern "C" > { > #ifdef HAVE_CONFIG_H >@@ -36,9 +39,6 @@ extern "C" > #include <sys/stat.h> > #include <errno.h> > >-#include <libxslt/transform.h> >-#include <libxslt/xsltutils.h> >- > #include <locale.h> > > #include <compiz-core.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 604880
: 458998