This is a dynamic version gmic_gimp_qt with libgmic.so.3 A pain to get that working,
Tried both files in the gimp user plugins, not surprised when that does not work, then libgmic.so.3 in usr/lib got an error
…it needed more permissions that originally set but gmic does now work.
Question, I would like to compile my own static version, what do I need to invoke for that ? My usual work flow now throws up error after error.
Thanks for that, I did see a note about that in the Makefile and that other post about dynamic versions.
Just to put it in context, I keep a small archive of gmic_gimp_qt for use with the Gimp appimage. This uses an older version of QT so none of the regular plugins work.
I was never able to get Davids Makefile to work and still can’t. I use qmake from gmic-qt/src
I see Cimg.h no longer in gmic/src I tried a copy there, still no joy. Lots of error warning messages. Not worth the effort. Looks like end of project. Probably not before time.
Tried again with the ‘make all’ no alterations, ends up
Makefile:1171: recipe for target ‘.obj/host_gimp.o’ failed
make[2]: *** [.obj/host_gimp.o] Error 1
make[2]: Leaving directory ‘/home/rich/gmic-qt’
Makefile:545: recipe for target ‘gimp’ failed
make[1]: *** [gimp] Error 2
make[1]: Leaving directory ‘/home/rich/gmic/src’
Makefile:342: recipe for target ‘all’ failed
make: *** [all] Error 2
Test 1 : Gimp 2 Static
Go to the subdirectory /gmic-3.0.2_pre/src
make gimp
Test 2 : Gimp 3 or Gimp 2.99 Static
Go to the subdirectory /gmic-3.0.2_pre/src
You change the line 543 of /gmic-3.0.2_pre/src/Makefile by positioning HOST=gimp3 and save.
make clean
make gimp
The two tests are performed successively in the same compilation environment containing GIMP-2.10.30 and GIMP-2.99.9
The two versions of the plugin work.