#57639 closed defect (fixed)
scribus: no suitable type found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | scribus |
Description
CMake Error at /opt/local/share/cmake-3.12/Modules/TestBigEndian.cmake:49 (message): no suitable type found Call Stack (most recent call first): CMakeLists.txt:849 (TEST_BIG_ENDIAN)
Change History (2)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This appears to have been a consequence of cmake failing to identify more recent macOS versions (due to missing tests in CMakeLists.txt for those versions).
Fixed through Catalina with update to version 1.4.8 in changeset:64cbf41/macports-ports.
This allows configuration to succeed although an unrelated C++ build error still occurs on 10.14+.
Note: See
TracTickets for help on using
tickets.
Still happening.