-
Notifications
You must be signed in to change notification settings - Fork 33
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 with pcre2 #40
Comments
GSmartControl currently depends on pcrecpp, which is a part of pcre, but not pcre2.
Most of the pcrecpp code in GSmartControl will also lose much of its usefulness once the JSON support is fully implemented. Anyway, since Fedora does seem to be giving the developers plenty of time for migration, I will be continuing the main branch development and porting the non-JSON parser to C++. If a time comes that the pcre1 support is removed from Fedora and the C++ support is not done yet, I'll look into porting pcrecpp to pcre2. Thanks |
Thanks. |
See also https://bugs.debian.org/1000074 (for Debian). |
Hi! 👋 On Arch Linux we have also started the process to replace pcre with pcre2 as the former is now unmaintained: Removing the need for pcre would therefore be much appreciated 🙏 |
The program has been ported to std::regex (needs testing). |
Could you plead add support for build gsmartcontrol with pcre2.
Old pcre is deprecated at Fedora Linux so I need rebuild with pcre2.
https://fedoraproject.org/wiki/PcreDeprecation
https://bugzilla.redhat.com/show_bug.cgi?id=2128306
The text was updated successfully, but these errors were encountered: