Hello, I am experimenting with some C++ code using Connext on Ubuntu. I've tried to cobble together some steps from the doc and examples to set up, compile, and build a simple application. But I'm running into trouble as follows.
Below is a snippet of code I'm trying to run, simply instantiating a DomainParticipant object. I've put together a build script which I believe sets up the environment correctly and invokes all the proper gcc options.