https://bugs.kde.org/show_bug.cgi?id=417391

            Bug ID: 417391
           Summary: KisDabRenderingQueueTest is broken in macOS
           Product: krita
           Version: git master
          Platform: Compiled Sources
                OS: macOS
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Unittests
          Assignee: krita-bugs-n...@kde.org
          Reporter: a...@amyspark.me
  Target Milestone: ---

SUMMARY

KisDabRenderingQueueTest compilation fails in macOS with:

ld: can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB) file
'../../kritadefaultpaintops.so' for architecture x86_64

STEPS TO REPRODUCE
1. Get a copy of krita master at the src/ folder. Make the build/ and install/
dirs at the same level.
2. Configure CMake build.
3. make -j2 all.

OBSERVED RESULT
Compilation succeeds.

EXPECTED RESULT
Everything compiles except for that test.

SOFTWARE/OS VERSIONS
Windows: N/A
macOS: Mojave 10.14.6, Xcode 11.3.1 (11C504)
Linux/KDE Plasma: N/A
(available in About System)
KDE Plasma Version: N/A
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION
I use the following CMake variables to set up my build.
        "CMAKE_PREFIX_PATH":
"/usr/local/opt/qt;/usr/local/opt/gettext;/usr/local/opt/zlib;/usr/local/lib/;../install",
        "QUAZIP_INCLUDE_DIR": "/usr/local/include/quazip",
        "QUAZIP_LIBRARIES": "/usr/local/lib/libquazip.dylib",
        "OPENEXR_INCLUDE_DIR": "/usr/local/include/openexr",
        "BUILD_TESTING": "ON",
        "CMAKE_INSTALL_PREFIX": "../install",
        "KDE_INSTALL_BUNDLEDIR": "../install/bin",
        "PYQT_SIP_DIR_OVERRIDE": "/usr/local/share/sip/Qt5",

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to