We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Since enchant 2.7 series the private API enchant-provider.h is no more available, so now build fails with:
/home/pterjan/rpmbuild/BUILD/gimagereader-3.4.2/gtk/src/Config.cc:27:10: fatal error: enchant-provider.h: No such file or directory 27 | #include <enchant-provider.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/gimagereader.dir/build.make:194: CMakeFiles/gimagereader.dir/gtk/src/Config.cc.o] Error 1 gmake[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
kvirc fixes this kind of issue:
kvirc/KVIrc#2636
Sorry, something went wrong.
Thanks, I'll look into it
Fixed in e72d657
Confirmed, thanks!
No branches or pull requests
Hi,
Since enchant 2.7 series the private API enchant-provider.h is no more available, so now build fails with:
/home/pterjan/rpmbuild/BUILD/gimagereader-3.4.2/gtk/src/Config.cc:27:10: fatal error: enchant-provider.h: No such file or directory 27 | #include <enchant-provider.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/gimagereader.dir/build.make:194: CMakeFiles/gimagereader.dir/gtk/src/Config.cc.o] Error 1 gmake[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: