MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Build error with the C++ connector
Posted by: Bjørn Munch
Date: November 02, 2021 05:30AM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
1655
November 01, 2021 04:20PM
Re: Build error with the C++ connector
487
November 02, 2021 05:30AM


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.