Opened 14 months ago
Closed 14 months ago
#70832 closed defect (duplicate)
lz4 1.10.0: Fails build under Sequoia (macOS 15.0) -- missing <iostream> header
| Reported by: | dancamper (Dan S. Camper) | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.10.1 |
| Keywords: | sequoia | Cc: | hnarayanan (Harish Narayanan) |
| Port: | lz4 |
Description
Build fails with initial error of:
=====
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_lz4/lz4/work/lz4-1.10.0/contrib/gen_manual'
:info:build gen_manual.cpp:35:10: fatal error: 'iostream' file not found
:info:build 35 | #include <iostream>
:info:build | ~
:info:build 1 error generated.
=====
Attaching build log file.
Attachments (1)
Change History (6)
Changed 14 months ago by dancamper (Dan S. Camper)
comment:1 Changed 14 months ago by cjones051073 (Chris Jones)
comment:2 Changed 14 months ago by cjones051073 (Chris Jones)
See also the 'compiling c++ fails' section in SequoiaProblems
comment:3 Changed 14 months ago by hnarayanan (Harish Narayanan)
| Cc: | hnarayanan added |
|---|
comment:4 Changed 14 months ago by dancamper (Dan S. Camper)
That was it. The solution of reinstalling command line tools (after sudo rm -rf /Library/Developer/CommandLineTools) resolved this issue. Thanks!
comment:5 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)
| Keywords: | sequoia added |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Looks like this is just a duplicate of the consequences of #70750
Please follow the instructions there to check and fix your CLT installation.