[tyvis-devel] Complete Error Message

Superdog Superdog at web.de
Tue Jul 13 12:21:43 EDT 2004


g++ -DHAVE_CONFIG_H -I. -I. -I../src/tyvis -g -O2 -MT
CompositeLiteral.lo -MD -MP -MF .deps/CompositeLiteral.Tpo -c
tyvis/CompositeLiteral.cc  -fPIC -DPIC
tyvis/CompositeLiteral.cc: In constructor `
   CompositeLiteral::CompositeLiteral(const CompositeTypeInfo&, const
   RValueVarArgs&)':
tyvis/CompositeLiteral.cc:32: error: cannot allocate an object of type
`const
   Iterator<RValue*>'
tyvis/CompositeLiteral.cc:32: error:   because the following virtual
functions
   are abstract:
/usr/local/include/clutils/Iterator.h:27: error:        Type
Iterator<Type>::next()
   [with Type = RValue*]
/usr/local/include/clutils/Iterator.h:26: error:        const Type
   Iterator<Type>::next() const [with Type = RValue*]
/usr/local/include/clutils/Iterator.h:25: error:        bool
   Iterator<Type>::hasNext() const [with Type = RValue*]
tyvis/CompositeLiteral.cc:32: error: cannot allocate an object of type `
   Iterator<RValue*>'
tyvis/CompositeLiteral.cc:32: error:   since type `Iterator<RValue*>'
has
   abstract virtual functions
tyvis/CompositeLiteral.cc:32: error: cannot declare variable `i' to be
of type
   `Iterator<RValue*>'
tyvis/CompositeLiteral.cc:32: error:   since type `Iterator<RValue*>'
has
   abstract virtual functions
tyvis/CompositeLiteral.cc: In constructor `
   CompositeLiteral::CompositeLiteral(const RValueVarArgs&)':
tyvis/CompositeLiteral.cc:42: error: cannot allocate an object of type
`const
   Iterator<RValue*>'
tyvis/CompositeLiteral.cc:42: error:   since type `const
Iterator<RValue*>' has
   abstract virtual functions
tyvis/CompositeLiteral.cc:42: error: cannot allocate an object of type `
   Iterator<RValue*>'
tyvis/CompositeLiteral.cc:42: error:   since type `Iterator<RValue*>'
has
   abstract virtual functions
tyvis/CompositeLiteral.cc:42: error: cannot declare variable `i' to be
of type
   `Iterator<RValue*>'
tyvis/CompositeLiteral.cc:42: error:   since type `Iterator<RValue*>'
has
   abstract virtual functions
/usr/local/include/clutils/VarArgs.h: In member function `const
Iterator<Type>
   VarArgs<Type>::iterator() const [with Type = RValue*]':
tyvis/CompositeLiteral.cc:32:   instantiated from here
/usr/local/include/clutils/VarArgs.h:31: error: invalid return type for
member
   function `const Iterator<Type> VarArgs<Type>::iterator() const [with
Type =
   RValue*]'
/usr/local/include/clutils/VarArgs.h:31: error:   since type `const
   Iterator<RValue*>' has abstract virtual functions
/usr/local/include/clutils/VarArgs.h:32: error: cannot allocate an
object of
   type `Iterator<RValue*>'
/usr/local/include/clutils/VarArgs.h:32: error:   since type
`Iterator<RValue*>
   ' has abstract virtual functions

That's the complete Error-Message I received.

Jens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cliftonlabs.com/pipermail/tyvis-devel/attachments/20040713/c9b7a7f5/attachment.html 


More information about the tyvis-devel mailing list