zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #07258
Re: [Merge] lp:~zorba-coders/zorba/bug972855 into lp:zorba
Review: Needs Fixing
> I don't have such error... my branch builds good on NMake...
> from your error code I see that you are working on bug_962881, perhaps that's
> what causing the error...
That was simply the name for the lp:zorba checkout.
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'
--
https://code.launchpad.net/~zorba-coders/zorba/bug972855/+merge/100697
Your team Zorba Coders is subscribed to branch lp:zorba.
References