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
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
Depending on your system, it may happen that cmake will not use the standard C++11 version causing many errors when compiling pn.cc (such as: 'char16_t' does not name a type).
Adding the "-std=gnu++11" flag to 'build/CMakeCache.txt' corrects the compiling errors but linking failed to find reference to libphonenumber library.
If adding the "-std=gnu++11 -ldl" flag to 'build/CMakeCache.txt' corrects all issues it implies non easy to find manual operation.
It would be great if we could add appropriate option directly in file 'CMakeList.txt' file.
Suggestion adding the 2 following lines in file 'CMakeList.txt':