Hi Martin,

> I am trying to compile qpid c++ broker and client libraries on Solaris 10.
> The easiest way seems to be using g++ and cmake.

Ok. The Sun/Oracle C++ compiler should work as well.

> I was able to compile everything with just mild touches to the build 
> system,
> however the Solaris implementation of Poller, the ECFPoller.cpp, seems to
> be broken and fails to link for the lack of Poller::monitorHandle(),
> Poller::unmonitorHandle() and couple more methods.

Right... it's been some time since Solaris was actively worked on.

> Is there another way to compile qpid on Solaris, perhaps some fallback
> version of Poller based on select(), or do I need to fix the ECFPoller.cpp 
> to
> get it working?

Cliff Jansen mentioned a few weeks ago that he's working on the Solaris 
port, so he may have addressed this. If he doesn't chime in here, you may 
need to fix the poller. If you do, please raise a jira for each issue you 
encounter, and attach patch(es) to the jira(s). Please be sure to check the 
"license to Apache" box when you attach the patches.

-Steve


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to