Changes between Initial Version and Version 1 of Ticket #71212
- Timestamp:
- Oct 31, 2024, 6:24:03 AM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71212
-
Property
Status
changed from
new
toassigned
- Property Owner set to nerdling
-
Property
Summary
changed from
SDCC fails to build on macos 15.1 arm64
tosdcc @4.2.0: configure: error: boost library not found (boost/graph/adjacency_list.hpp)
-
Property
Status
changed from
-
Ticket #71212 – Description
initial v1 1 1 Fails in configure with: 2 2 3 {{{ 3 4 checking for boost/graph/adjacency_list.hpp... no 4 5 configure: error: boost library not found (boost/graph/adjacency_list.hpp). … … 10 11 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 11 12 Error: Processing of port sdcc failed 12 13 }}} 13 14 14 15 Boost is installed and the header exists: 16 17 {{{ 15 18 $ ls -l /opt/local/include/boost/graph/adjacency_list.hpp 16 19 -rw-r--r-- 1 root wheel 13692 Oct 29 19:17 /opt/local/include/boost/graph/adjacency_list.hpp 20 }}}