|
执行 make 后
../core/typed.h:57: warning: ‘class iTyped’ has virtual functions but non-virtual destructor
../core/serializable.h:79: warning: ‘class iSerializable’ has virtual functions but non-virtual destructor
../core/serializable.h:91: warning: ‘class iTypedSerializable’ has virtual functions but non-virtual destructor
fconameinfo.h:46: warning: ‘class iFCONameInfo’ has virtual functions but non-virtual destructor
fconame.h:147: error: ISO C++ forbids declaration of ‘cFCOName_i’ with no type
fconame.h:147: error: expected ‘;’ before ‘*’ token
make[3]: *** [fcodatasourceiter.o] 错误 1
make[3]: Leaving directory `/home/juhn/tmp/tripwire-2.4.0.1/src/fco'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/juhn/tmp/tripwire-2.4.0.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/juhn/tmp/tripwire-2.4.0.1'
make: *** [all] 错误 2 |
|