Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 580973 Details for
Bug 817274
xqilla Fails To Build From Source on Fedora 17 (and Rawhide)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
xqilla-2.2.4_build-failures.patch (text/plain), 2.80 KB, created by
Niels de Vos
on 2012-04-28 14:26:53 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Niels de Vos
Created:
2012-04-28 14:26:53 UTC
Size:
2.80 KB
patch
obsolete
>From e6ff130cd8f28134cfef7e8ec4fd6bec18184f79 Mon Sep 17 00:00:00 2001 >From: Niels de Vos <ndevos@redhat.com> >Date: Sat, 28 Apr 2012 15:33:25 +0200 >Subject: [PATCH] Fix building > >In file included from src/items/DatatypeLookup.cpp:34:0: >src/items/DatatypeFactoryTemplate.hpp: In instantiation of 'AnyAtomicType::Ptr StringDatatypeFactory<TYPE>::createInstance(const XMLCh*, const DynamicContext*) const [with TYPE = ATUntypedAtomicImpl; AnyAtomicType::Ptr = RefCountPointer<const AnyAtomicType>; XMLCh = short unsigned int]': >src/items/DatatypeLookup.cpp:387:1: required from here >src/items/DatatypeFactoryTemplate.hpp:83:103: error: 'createInstanceNoCheck' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] >src/items/DatatypeFactoryTemplate.hpp:83:103: note: declarations in dependent base 'DatatypeFactoryTemplate<ATUntypedAtomicImpl>' are not found by unqualified lookup >src/items/DatatypeFactoryTemplate.hpp:83:103: note: use 'this->createInstanceNoCheck' instead >src/items/DatatypeFactoryTemplate.hpp: In instantiation of 'AnyAtomicType::Ptr StringDatatypeFactory<TYPE>::createInstance(const XMLCh*, const DynamicContext*) const [with TYPE = ATStringOrDerivedImpl; AnyAtomicType::Ptr = RefCountPointer<const AnyAtomicType>; XMLCh = short unsigned int]': >src/items/DatatypeLookup.cpp:387:1: required from here >src/items/DatatypeFactoryTemplate.hpp:83:103: error: 'createInstanceNoCheck' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] >src/items/DatatypeFactoryTemplate.hpp:83:103: note: declarations in dependent base 'DatatypeFactoryTemplate<ATStringOrDerivedImpl>' are not found by unqualified lookup >src/items/DatatypeFactoryTemplate.hpp:83:103: note: use 'this->createInstanceNoCheck' instead > >Signed-off-by: Niels de Vos <ndevos@redhat.com> >--- > src/items/DatatypeFactoryTemplate.hpp | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/src/items/DatatypeFactoryTemplate.hpp b/src/items/DatatypeFactoryTemplate.hpp >index 1ac0499..2e06abe 100644 >--- a/src/items/DatatypeFactoryTemplate.hpp >+++ b/src/items/DatatypeFactoryTemplate.hpp >@@ -79,8 +79,8 @@ public: > AnyAtomicType::Ptr createInstance(const XMLCh* value, > const DynamicContext* context) const > { >- return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(), >- DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeName(), value, context); >+ return this->createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(), >+ DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeName(), value, context); > } > > bool checkInstance(const XMLCh* value, >-- >1.7.7.6 >
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 817274
:
580972
| 580973