zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #07259
[Bug 972855] Re: Simplestore is not compiling on windows
I have attached a RAR archive of the following logs:
- cmake.txt is the output of "cmake -G 'NMake Makefiles' .."
- nmake.txt is the output of "namke /D"
As you see in the nmake.txt:
[ 68%] Building CXX object src/CMakeFiles/zorba_simplestore.dir/store/naive/store.cpp.obj
store.cpp
c:\work\flwor\zorba\src\store\naive\simple_store.h(42) : error C2504: 'zorba::simplestore::Store' : base class undefined
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C2143: syntax error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : warning C4183: 'createNodeFactory': missing return type; assumed to be a member function returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(75) : error C2061: syntax error : identifier 'NodeFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C2143: syntax error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : warning C4183: 'createPULFactory': missing return type; assumed to be a member function returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(87) : error C2061: syntax error : identifier 'PULPrimitiveFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C2143: syntax error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : warning C4183: 'createTreeIdGeneratorFactory': missing return type; assumed to be a member function returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(95) : error C2061: syntax error : identifier 'TreeIdGeneratorFactory'
** Attachment added: "RAR archive with the logs of cmake and nmake commands."
https://bugs.launchpad.net/zorba/+bug/972855/+attachment/3013956/+files/build_nmake.rar
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/972855
Title:
Simplestore is not compiling on windows
Status in Zorba - The XQuery Processor:
New
Bug description:
Currently, simplestore is not compiling on windows with error:
zorba::simplestore::Store' : base class undefined
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/972855/+subscriptions
References