Skip to content

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
Contributor

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