manisandro/gImageReader

Private API enchant-provider.h, no more available since enchant 2.7

Closed this issue · 4 comments

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....

kvirc fixes this kind of issue:

kvirc/KVIrc#2636

Thanks, I'll look into it

Fixed in e72d657

Confirmed, thanks!