Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency on xmlread #7

Open
dpocock opened this issue Oct 14, 2016 · 0 comments
Open

dependency on xmlread #7

dpocock opened this issue Oct 14, 2016 · 0 comments

Comments

@dpocock
Copy link

dpocock commented Oct 14, 2016

Anybody using core_hep.h needs to have xmlread.h from captagent, that is not included in the hep-c repository though. xmlread.c depends on expat. It is necessary to either move the xmlread code into the hep-c repository or provide some way to make it optional, e.g. putting conditional macros around the functions that depend on it.

Given that only the load_module method needs it and it only reads six parameters from the XML, maybe those parameters could be passed as method arguments and there will be no dependency on xmlread at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant