LinuxBeaver
LinuxBeaver
Wait - it happens when PulseEffects runs as a gapplication-service - but it does not happen when it is running normally, as to shutdown when its window is closed.
Same error fellas and I'm running `qmake-qt5 HOST=gimp3`
I know I already did. I ran ``` git clone https://github.com/GreycLab/gmic.git git clone https://github.com/c-koi/gmic-qt.git make -C gmic/src CImg.h gmic_stdlib_community.h cd gmic-qt qmake-qt5 HOST=gimp3 make ``` and it doesn't compile I...
wait, I was running the old repo lol. This works (so far) THANKS ``` git clone https://github.com/GreycLab/gmic.git git clone https://github.com/GreycLab/gmic-qt.git make -C gmic/src CImg.h gmic_stdlib_community.h cd gmic-qt qmake-qt5 HOST=gimp3 make...
Doesn't work it ended with ``` /usr/bin/ld: Utils.cpp:(.text+0x668): undefined reference to `GmicQtHost::ApplicationShortname' /usr/bin/ld: .obj/PreviewWidget.o: in function `GmicQt::PreviewWidget::updateErrorImage()': PreviewWidget.cpp:(.text+0xef2e): undefined reference to `GmicQtHost::ApplicationShortname' /usr/bin/ld: .obj/LayersExtentProxy.o: in function `GmicQt::LayersExtentProxy::getExtent(GmicQt::InputMode, int&, int&)': LayersExtentProxy.cpp:(.text+0x60):...
I just did that and still get no error but at the end it stops at ```rm translations/filters/fr.ts translations/filters/zh.ts``` and GMICqt is not compiled
nm I got it now, thanks. Let's see if GIMP 3 can read it. 
GIMP 3 can't find it in the menu anywhere. I / searched GMIC and found nothing 
ok I put it in a subfolder and it now works. Thanks 
