[Digikam-devel] [digikam] [Bug 323361] Crash While Navigating Photos under Face Management feature
shaav at shaav.com
shaav at shaav.com
Tue Jun 24 01:25:23 BST 2014
https://bugs.kde.org/show_bug.cgi?id=323361
--- Comment #29 from shaav at shaav.com ---
>and see if you have SSE3 flag at line flags.
I do. As well as everything up to SSE42.
So I rebuilt OpenCV turning off SSE3 (everything above that was already off)
and then rebuilt digikam (is that actually necessary? I wasn't sure if it was
or if you can just rebuild OpenCV).
No change.
I rebuilt OpenCV with all of the SSE options turned off. Rebuilt digikam.
No change.
OCV_OPTION(ENABLE_SSE "Enable SSE instructions"
OFF IF ((MSVC OR CMAKE_COMPILER_IS_GNUCXX) AND (X86 $
OCV_OPTION(ENABLE_SSE2 "Enable SSE2 instructions"
OFF IF ((MSVC OR CMAKE_COMPILER_IS_GNUCXX) AND (X86 $
OCV_OPTION(ENABLE_SSE3 "Enable SSE3 instructions"
OFF IF ((CV_ICC OR CMAKE_COMPILER_IS_GNUCXX) AND (X8$
OCV_OPTION(ENABLE_SSSE3 "Enable SSSE3 instructions"
OFF IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64))$
OCV_OPTION(ENABLE_SSE41 "Enable SSE4.1 instructions"
OFF IF ((CV_ICC OR CMAKE_COMPILER_IS_GNUCXX) AND (X86$
OCV_OPTION(ENABLE_SSE42 "Enable SSE4.2 instructions"
OFF IF (CMAKE_COMPILER_IS_GNUCXX AND (X86 OR X86_64))$
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list