Print

Print


I got the compiling error on centos 7 (devtoolset-7) when "cmake3 -DCMAKE_BUILD_TYPE=Debug ..". The error msg is :

In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/cassert:44:0,
from /tmp/xrootd/src/XrdCrypto/XrdCryptosslCipher.cc:35:
/tmp/xrootd/src/XrdCrypto/XrdCryptosslCipher.cc: In constructor ‘XrdCryptosslCipher::XrdCryptosslCipher(bool, int, char*, int, const char*)’:
/tmp/xrootd/src/XrdCrypto/XrdCryptosslCipher.cc:489:14: error: ‘DH_get0_p’ was not declared in this scope
assert(DH_get0_p(dhparms));
^
/tmp/xrootd/src/XrdCrypto/XrdCryptosslCipher.cc:489:14: note: suggested alternative: ‘DH_get0_pqg’

If I run cmake3 without the -DCMAKE_BUILD_TYPE=Debug, all will compile with no error.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1618@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1618", "url": "https://github.com/xrootd/xrootd/issues/1618", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1