Comiler: HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]
error description:
Make.rules:
LP64 := yes
Error 226: "BuiltinSequences.cpp", line 43 # No appropriate function found for call of 'read'. Last viable candidate was
"void IceInternal::BasicStream::read(unsigned char &)" ["../../include/Ice/BasicStream.h", line 114]. Argument of type
'class reference' could not be converted to 'unsigned char &'.
__is->read(v[i]);
^^^^
BuitinSequences.cpp is generated from slice/Ice/BuiltinSequence.ice :
rm -f ../../include/Ice/BuiltinSequences.h BuiltinSequences.cpp
../../bin/slice2cpp --ice --include-dir Ice --dll-export ICE_API -I../../slice ../../slice/Ice/BuiltinSequences.ice
mv BuiltinSequences.h ../../include/Ice
...
BuiltinSequences.cpp line 43 is generated from :
module Ice:
{
/** A sequence of bools. **/
sequence<bool> BoolSeq;
}
and if I skip this error, all similar codes generated from
sequence<bool> BoolSeq
compile error.

Reply With Quote