-
Notifications
You must be signed in to change notification settings - Fork 20
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
Building not working in Ubuntu 20.04 #50
Comments
Would be curious to see the proper answer, but I've faced the same issue today and just bumped c++ version as suggested in the warning:"deduced return type only available with ‘-std=c++14’" So I just modified configure: |
@Snakesms Awesome, thanks! That did it. |
@Snakesms Thank you, that did the trick 🥳 |
Thanks for the idea, my tweak is replace c++11 to c++14 before configure, |
@matiasdelellis Google does not take people to this page when searching for the c++14 error message above when compiling. Could you add a mention of this hack/workaround to https://github.com/matiasdelellis/facerecognition/wiki/PDlib-Installation to save people a few hours trying their won workarounds? Thanks. |
thanks for this page to exist ! it worked :D but i was also wondering why there is no "apt install pdlib" yet ? |
I always get the response: -bash: ./configure_new: Permission denied any idea how to fix? |
|
After PHP-Upgrade from 7.4 to 8.1 I need to rebuild the pblib for the Nextcloud Face Recognition.
Unfortunately, following exactly the install document, I'm getting a ton of errors trying to compile pdlib:
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: