gmic_gimp_qt ver. 2.6.7

I compile a gmic_gimp_qt for my ubuntu 18.04 - Gimp 2.10.12 Why? 'buntu 18.04 is LTS (I refuse to upgrade every 6 months) and still uses QT 5.9.5

Ok last week

Not so good today

…/gmic/src/gmic.cpp: In static member function ‘static const cimg_library::CImg& gmic::decompress_stdlib()’:
…/gmic/src/gmic.cpp:2499:59: error: ‘data_gmic_stdlib’ was not declared in this scope
CImgList::get_unserialize(CImg(data_gmic_stdlib,1,size_data_gmic_stdlib,1,1,true))[0].
^~~~~~~~~~~~~~~~
…/gmic/src/gmic.cpp:2499:78: error: ‘size_data_gmic_stdlib’ was not declared in this scope
CImgList::get_unserialize(CImg(data_gmic_stdlib,1,size_data_gmic_stdlib,1,1,true))[0].
^~~~~~~~~~~~~~~~~~~~~
Makefile:1821: recipe for target ‘.obj/gmic.o’ failed
make: *** [.obj/gmic.o] Error 1

Is this just a passing glitch or more serious for us legacy users?

I would try ‘make clean’ then ‘make’ again.
Something has probably gone wrong while downloading the file ‘gmic_stdlib.h’.

Thanks

Another try ( third one) same result.

Wonder what I am doing wrong? Starting with a ‘clean slate’ and nothing clever:

git clone https://github.com/dtschump/gmic.git
git clone https://github.com/c-koi/gmic-qt.git
make -C gmic/src CImg.h gmic_stdlib.h
cd gmic-qt
/usr/lib/x86_64-linux-gnu/qt5/bin/qmake HOST=gimp
make

Was working last week, not working now

At least, the file is available at : https://gmic.eu/gmic_stdlib.h

Yes, thank you.
Closer look and gmic_stdlib.h file size was zero - seem to recall that happening sometime in the past. Will keep an eye on that from now on.

Replaced and compiles ok. Good for another week.

Thank you again.