I am building a Redhawk Device using Redhawk 1.9 on Centos 5.3. (Linux localhost.localdomain 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009 i686 i686 i386 GNU/Linux)
1.) When I compile the Redhawk device, I am getting the following error:
"The type 'bulkio::InPort' must implement the inherited pure virtual method 'omniServant::_do_get_interface'"
AR8200Device_base.cpp - line 48
PortableServer::ObjectId_var oid;
command = new bulkio::InCharPort("command");
2.) I also get a warning: ‘class bulkio::InSDDSPort::Callback’ has virtual functions but non-virtual destructor line 60, external location: /usr/local/redhawk/core/include/bulkio/bulkio_sdds.h C/C++ Problem