Re: Build error with the C++ connector
If you look in cdk/cmake/DepFindSSL.cmake you'll find these lines relating to the above:
# Remove warnings from openssl applink.c
target_compile_options(openssl-applink PRIVATE /wd4152 /wd4996)
Those compile options will not be understood by gcc, you can see it's getting confused by them.
Perhaps you can just remove or comment out that line?
Subject
Views
Written By
Posted
2917
November 01, 2021 04:20PM
Re: Build error with the C++ connector
747
November 02, 2021 05:30AM
604
November 02, 2021 04:38PM
1026
November 03, 2021 04:38PM
582
November 04, 2021 06:11AM
924
November 05, 2021 01:44AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.