Skip to content
#

osgi

Here are 427 public repositories matching this topic...

achristoforides
achristoforides commented May 12, 2021

The include order of "Binders.hpp" matters as it relies on a using statement which is not present in the file itself. It tries using "ComponentContext" but this does not exist in the file and is currently relying on other includes before it to define it.

This manifests itself in a build error when you switch around the include statements order in "ComponentInstanceImpl.hpp".

Improve this page

Add a description, image, and links to the osgi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the osgi topic, visit your repo's landing page and select "manage topics."

Learn more