https://bugs.kde.org/show_bug.cgi?id=369303
--- Comment #14 from Boudewijn Rempt <[email protected]> --- It still fails: CMakeFiles\kritaui.dir/objects.a(kis_uniform_paintop_property_widget.cpp.obj): In function `KisUniformPaintOpPropertyIntSlider::KisUniformPaintOpPropertyIntSlider(QSharedPointer<KisUniformPaintOpProperty>, QWidget*)': C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:81: undefined reference to `KisSliderBasedPaintOpProperty<int>::max() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:81:(.text+0x496): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::max() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:81: undefined reference to `KisSliderBasedPaintOpProperty<int>::min() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:81:(.text+0x4a4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::min() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:82: undefined reference to `KisSliderBasedPaintOpProperty<int>::singleStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:82:(.text+0x4c5): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::singleStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:83: undefined reference to `KisSliderBasedPaintOpProperty<int>::pageStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:83:(.text+0x4e3): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::pageStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:85: undefined reference to `KisSliderBasedPaintOpProperty<int>::suffix() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:85:(.text+0x51f): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::suffix() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:86: undefined reference to `KisSliderBasedPaintOpProperty<int>::exponentRatio() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:86:(.text+0x551): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<int>::exponentRatio() const' CMakeFiles\kritaui.dir/objects.a(kis_uniform_paintop_property_widget.cpp.obj): In function `KisUniformPaintOpPropertyDoubleSlider::KisUniformPaintOpPropertyDoubleSlider(QSharedPointer<KisUniformPaintOpProperty>, QWidget*)': C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121: undefined reference to `KisSliderBasedPaintOpProperty<double>::decimals() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121:(.text+0x9e6): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<double>::decimals() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121: undefined reference to `KisSliderBasedPaintOpProperty<double>::max() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121:(.text+0x9f4): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<double>::max() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121: undefined reference to `KisSliderBasedPaintOpProperty<double>::min() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:121:(.text+0xa05): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<double>::min() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:122: undefined reference to `KisSliderBasedPaintOpProperty<double>::singleStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:122:(.text+0xa33): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `KisSliderBasedPaintOpProperty<double>::singleStep() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:124: undefined reference to `KisSliderBasedPaintOpProperty<double>::suffix() const' C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:124:(.text+0xa77): additional relocation overflows omitted from the output C:/dev/4/64/krita/libs/ui/brushhud/kis_uniform_paintop_property_widget.cpp:125: undefined reference to `KisSliderBasedPaintOpProperty<double>::exponentRatio() const' collect2.exe: error: ld returned 1 exit status libs\ui\CMakeFiles\kritaui.dir\build.make:10277: recipe for target 'bin/libkritaui.dll' failed mingw32-make[2]: *** [bin/libkritaui.dll] Error 1 CMakeFiles\Makefile2:16424: recipe for target 'libs/ui/CMakeFiles/kritaui.dir/all' failed mingw32-make[1]: *** [libs/ui/CMakeFiles/kritaui.dir/all] Error 2 Makefile:139: recipe for target 'all' failed mingw32-make: *** [all] Error 2 -- You are receiving this mail because: You are watching all bug changes.
