Changes between Initial Version and Version 1 of Ticket #71212


Ignore:
Timestamp:
Oct 31, 2024, 6:24:03 AM (8 days ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log and config.log files mentioned in the error message. Remember to use WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71212

    • Property Status changed from new to assigned
    • Property Owner set to nerdling
    • Property Summary changed from SDCC fails to build on macos 15.1 arm64 to sdcc @4.2.0: configure: error: boost library not found (boost/graph/adjacency_list.hpp)
  • Ticket #71212 – Description

    initial v1  
    11Fails in configure with:
    22
     3{{{
    34checking for boost/graph/adjacency_list.hpp... no
    45configure: error: boost library not found (boost/graph/adjacency_list.hpp).
     
    1011Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    1112Error: Processing of port sdcc failed
    12 
     13}}}
    1314
    1415Boost is installed and the header exists:
     16
     17{{{
    1518$ ls -l /opt/local/include/boost/graph/adjacency_list.hpp
    1619-rw-r--r--  1 root  wheel  13692 Oct 29 19:17 /opt/local/include/boost/graph/adjacency_list.hpp
     20}}}