You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like it's because of the GCC compiler you're using. Just a simple workaround is deleting the -Werror flag from Rules.mk in reluplex/ and check_properties/.
Hello,
I tried to build the Reluplex based on the Readme.txt instructions, however I've obtained the following error:
Reluplex.h:2701:64: error: implicitly-declared ‘String::String(const String&)’ is deprecated [-Werror=deprecated-copy]
Do you know why is it occuring?
Thank you very much!
The text was updated successfully, but these errors were encountered: