ESBserver code in CVS does not compile (I have stlport).
At least some files are reported as missing.
MetaObjectCache.cpp
fatal error C1083: Cannot open source
file: 'E:\programmation\ctags\ESBServer\src\Model\CTag
s\MetaObjectCache.cpp': No such file or directory
MetaObjectBroker.cpp
fatal error C1083: Cannot open source
file: 'E:\programmation\ctags\ESBServer\src\Model\Meta
Model\MetaObjectBroker.cpp': No such file or directory
ModelProperties.cpp
fatal error C1083: Cannot open source
file: 'E:\programmation\ctags\ESBServer\src\Model\Model
Properties.cpp': No such file or directory
OutlineBrowser.cpp
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(99) : error
C2259: 'NamespaceFilter' : cannot instantiate abstract
class due to following members:
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(46) : see declaration
of 'NamespaceFilter'
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(99) : warning C4259: 'class
_STL::list<class smart_ptr<class MetaObject>,class
_STL::allocator<class smart_ptr<class MetaObject> > >
__thiscall MetaModelFilter::apply(const
class _STL::list<class smart_ptr<class
MetaObject>,class _STL::allocator<class
smart_ptr<class MetaObject> > > &)' : pure virtual
function was not defined
e:\programmation\ctags\esbserver\src\model\metamodel\
metamodelfilter.h(44) : see declaration of 'apply'
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(99) : error
C2259: 'NamespaceFilter' : cannot instantiate abstract
class due to following members:
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(46) : see declaration
of 'NamespaceFilter'
E:\programmation\ctags\ESBServer\src\Controller\Browse
rs\OutlineBrowser.cpp(99) : warning C4259: 'class
_STL::list<class smart_ptr<class MetaObject>,class
_STL::allocator<class smart_ptr<class MetaObject> > >
__thiscall MetaModelFilter::apply(const
class _STL::list<class smart_ptr<class
MetaObject>,class _STL::allocator<class
smart_ptr<class MetaObject> > > &)' : pure virtual
function was not defined
e:\programmation\ctags\esbserver\src\model\metamodel\
metamodelfilter.h(44) : see declaration of 'apply'
ESBServer.cpp
E:\programmation\ctags\ESBServer\src\Controller\ESBSer
ver.cpp(196) : error
C2661: 'VisualStudioWorkspaceLoader::VisualStudioWorks
paceLoader' : no overloaded function takes 2 parameters
ESBServerManager.cpp
E:\programmation\ctags\ESBServer\src\Controller\ESBSer
verManager.cpp(36) : fatal error C1083: Cannot open
include file: 'Model/ModelProperties.h': No such file or
directory
CTagsPropertyPanel.cpp
E:\programmation\ctags\ESBServer\src\Renderer\MFC\Pr
operties\CTagsPropertyPanel.cpp(34) : fatal error
C1083: Cannot open include
file: 'Model/CTags/CTagsProperties.h': No such file or
directory
IconDescriptor.cpp
E:\programmation\ctags\ESBServer\src\Renderer\IconDes
criptor.cpp(125) : error
C2039: 'getImplementationQualifier' : is not a member
of 'Variable'
e:\programmation\ctags\esbserver\src\model\metamodel\
variable.h(35) : see declaration of 'Variable'
Generating Code...
Logged In: YES
user_id=632860
hi,
problem is, that i branched the model.
either update to tag "version_0_6_4_8" or checkout
the model subtree onto branch "event_driven_model",
afterwards everthing should compile again...
if i find the time, i'll merge the branch at end of this week...
hope this helps
Logged In: YES
user_id=632860
hi,
just merged to branches. the cvs-head should compile
again. just be aware that it''s not working/running correctly.
browsing works ok, but since i introduced the model-cache,
there are update problems if a file is saved.
i'll fix this after my vacations.