[savant-devel] Problems compiling an example plugin

Dale E. Martin dmartin at cliftonlabs.com
Wed Mar 23 11:50:38 EST 2005


> part_plugin_class_factory.cc: In member function `virtual StandardPackage*
>   part_plugin_class_factory::get_standard_package()':
> part_plugin_class_factory.cc:1216: error: 'class PartStandardPackage' 
> has no
>   member named 'instance'

You're calling PartStandardPackage::instance which you have not declared.

> part_plugin_class_factory.cc:1221: error: no matching function for call to `
>   PartStandardPackage::PartStandardPackage()'

You're calling PartStandardPackage::PartStandardPackage() (a default
constructor) which you have not declared.

Take care,
     Dale
-- 
Dale E. Martin, Clifton Labs, Inc.
Senior Computer Engineer
dmartin at cliftonlabs.com
http://www.cliftonlabs.com
pgp key available




More information about the savant-devel mailing list