I've been working on building the ACL plugin on Windows. The plugin
links against the broker library to pick up the qmf-gen-generated
ACL-related classes/events. This is failing on Windows because the
qmf-gen stuff isn't inserting export directives.

Much more than just the ACL stuff gets generated with the same
templates, so I'm wondering if there's a better way to fix the build
than by exporting lots of things that aren't needed.

One idea I had was to add a property to the xml file that says "export
this". Is this a sane thing to do? Is the xml file's schema defined as
an industry format that's not changeable?

Any other ideas? It won't really hurt anything to export all the
symbols (that's effectively what's done on Linux/gcc), but seems like
killing a fly with a bazooka.

-Steve


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to