Skip to content

Instantly share code, notes, and snippets.

@biot023
Created May 18, 2011 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biot023/979391 to your computer and use it in GitHub Desktop.
Save biot023/979391 to your computer and use it in GitHub Desktop.
XQilla make error
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/include/tidy -O -ftemplate-depth-50 -MT DatatypeLookup.lo -MD -MP -MF .deps/DatatypeLookup.Tpo -c src/items/DatatypeLookup.cpp -fno-common -DPIC -o .libs/DatatypeLookup.o
In file included from src/items/DatatypeLookup.cpp:34:
src/items/DatatypeFactoryTemplate.hpp:82:12: error: use of undeclared identifier 'createInstanceNoCheck'
return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
^
this->
src/items/DatatypeLookup.cpp:146:27: note: in instantiation of member function
'StringDatatypeFactory<ATStringOrDerivedImpl>::createInstance' requested here
string_ = new (fMemMgr) StringDatatypeFactory<ATStringOrDerivedImpl>(fDocumentCache);
^
In file included from src/items/DatatypeLookup.cpp:34:
src/items/DatatypeFactoryTemplate.hpp:47:22: note: must qualify identifier to find this declaration in
dependent base class
AnyAtomicType::Ptr createInstanceNoCheck(const XMLCh* typeURI,
^
src/items/DatatypeFactoryTemplate.hpp:82:12: error: no member named 'createInstanceNoCheck' in
'StringDatatypeFactory<ATUntypedAtomicImpl>'
return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
^~~~~~~~~~~~~~~~~~~~~
src/items/DatatypeLookup.cpp:158:34: note: in instantiation of member function
'StringDatatypeFactory<ATUntypedAtomicImpl>::createInstance' requested here
untypedAtomic_ = new (fMemMgr) StringDatatypeFactory<ATUntypedAtomicImpl>(fDocumentCache);
^
2 errors generated.
make[1]: *** [DatatypeLookup.lo] Error 1
make: *** [all-recursive] Error 1
@bhomass
Copy link

bhomass commented Oct 10, 2016

I am getting the identical error. How did you resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment