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

ROOT-7541: Public header #includes private header #88

Closed
wants to merge 1 commit into from

Conversation

ellert
Copy link
Contributor

@ellert ellert commented Sep 21, 2015

This is a pull request based on the patch in https://sft.its.cern.ch/jira/browse/ROOT-7541

The public (installed) header TXSocket.h #includes the private (not installed) header XrdProofConn.h. This means it can not be used in compilations:

g++ -I/usr/include/root -x c++ - <<< '#include "TXSocket.h"'
In file included from :1:0:
/usr/include/root/TXSocket.h:47:26: fatal error: XrdProofConn.h: No such file or directory
compilation terminated.

A possible fix is provided in the attached patch.

@gganis
Copy link
Member

gganis commented Jan 4, 2016

Hi,
Thanks for the patch. I have merged it in the main repository with some small modifications,
essentially to resolve a couple of conflicts.

@gganis gganis closed this Jan 4, 2016
@ellert ellert deleted the ROOT-7541 branch January 9, 2016 09:40
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

Successfully merging this pull request may close these issues.

2 participants