Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cpptest build fails #498

Open
claudio-ICL opened this issue Dec 5, 2022 · 2 comments
Open

Cpptest build fails #498

claudio-ICL opened this issue Dec 5, 2022 · 2 comments

Comments

@claudio-ICL
Copy link
Collaborator

Hi @PhilipDeegan

I am trying to run the cpptest locally. I do python setup.py build_ext --inplace cpptest, but it seems that the test cannot be built. Attached is the printout.
cpptest_error.txt

Could you please help me with the cpp tests? How is one supposed to run them locally?

@PhilipDeegan
Copy link
Member

I think gtest is no longer just C++11

for the moment, you can try changing this to either

'-std=c++14',

or

'-std=c++17',

@claudio-ICL
Copy link
Collaborator Author

Hi @PhilipDeegan

I tried with c++14 and with c++17 but I get the same error as above. Any other suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants