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

Build fails: error: PCL requires C++14 or above #690

Closed
yurivict opened this issue Jan 25, 2020 · 4 comments
Closed

Build fails: error: PCL requires C++14 or above #690

yurivict opened this issue Jan 25, 2020 · 4 comments

Comments

@yurivict
Copy link

http://beefy6.nyi.freebsd.org/data/120amd64-default/523997/logs/visp-3.2.0_7.log

You set -std=c++11 but then you include the code that requires C++14.
You need to set -std=c++14 too.

@fspindle
Copy link
Contributor

Thanks for your effort to package ViSP for FreeBSD.
This is already fixed in the current version that will be released soon.
Can you wait the next release, I hope that it will be ready around February 15 ?

@yurivict
Copy link
Author

Yes, I will wait, no problem!

Thank you,
Yuri

@fspindle
Copy link
Contributor

@yurivict The new release is out. It fixes this issue. Thanks in advance for packaging ViSP for FreeBSD.

@yurivict
Copy link
Author

I've updated the FreeBSD port, thanks!

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