-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Current (0.5.2) latest release crashes on macOS High Sierra 10.13.6 (17G14042).
Crash Report:
Termination Reason: DYLD, [0x4] Symbol missing
Application Specific Information:
dyld: launch, loading dependent librariesDyld Error Message:
Symbol not found: _NSAppearanceNameDarkAqua
Referenced from: /Users/USER//OpenEXR-Viewer.app/Contents/MacOS/../Frameworks/QtCore.framework/Versions/A/QtCore (which was built for Mac OS X 10.14)
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Users/USER//OpenEXR-Viewer.app/Contents/MacOS/../Frameworks/QtCore.framework/Versions/A/QtCore
Was it compiled on macOS Mojave 10.14?
Could not compiled myself complaining about missing Imath library:
CMake Error at CMakeLists.txt:192 (target_link_libraries):
Target "openexr-viewer" links to:Imath::Imath
but the target was not found. Possible reasons include:
- There is a typo in the target name.
- A find_package call is missing for an IMPORTED target.
- An ALIAS target is missing.
CMakeCache.txt reports that Imath_DIR is set to correct directory. Any clue?
Thanks.