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
2086
November 01, 2021 04:20PM
Re: Build error with the C++ connector
559
November 02, 2021 05:30AM
438
November 02, 2021 04:38PM
786
November 03, 2021 04:38PM
407
November 04, 2021 06:11AM
670
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.