<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Quite possibly.<div><br></div><div>I did try this as one of the steps before reinstalling (without luck) to massage where compiler was looking for stuff:</div><div><br></div><div><div><font face="Courier">$ export CPATH=/Library/Developer/CommandLineTools/usr/include/c++/v1:$CPATH</font></div><div><font face="Courier">$ export LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib:$LIBRARY_PATH</font></div></div><div><br></div><div>FWIW Overall, I like the “migrate” function. First time I tried it.</div><div><br></div><div>thanks</div><div><br></div><div>b<br id="lineBreakAtBeginningOfMessage"><div><br><blockquote type="cite"><div>On Oct 30, 2024, at 7:58 AM, Nils Breunese <breun@macports.org> wrote:</div><br class="Apple-interchange-newline"><div><div>It looks like you ran into this known issue in the Command Line Tools for Xcode 16 installer: https://trac.macports.org/wiki/SequoiaProblems#CompilingCfails<br><br>Nils.<br><br><blockquote type="cite">Op 30 okt 2024, om 15:50 heeft William Parducci <bill@parducci.net> het volgende geschreven:<br><br>Posting this in case someone else runs into it after upgrading to Sequoia:<br><br>I just upgraded to Sequoia on my Intel i9 MacBook Pro and tried to perform a migrate.<br><br>Most things worked fine but ffmpeg hiccuped due to graphviz not being available.<br><br>Checking the logs and t it seems to be a byproduct of not having iostream available.<br><br>:info:build solve_VPSC.cpp:20:10: fatal error: 'cassert' file not found<br>:info:build In file included from 20 | constraint.cpp#:i19n:<br>:info:build ../../lib/vpsc/constraint.h:21:10: clude <cassert><br>:info:build | ^~~~~~~~~<br>:info:build fatal error: 'iostream' file not found<br>:info:build 21 | #include <iostream><br>:info:build | ^~~~~~~~~~<br>:info:build csolve_VPSC.cpp:19:10: fatal error: 'iostream' file not found<br>:info:build 19 | #include <iostream><br>:info:build | ^~~~~~~~~~<br>:info:build In file included from variable.cpp:16:<br>:info:build ../../lib/vpsc/variable.h:18:10: fatal error: 'vector' file not found<br>:info:build 18 | #include <In file included from blocks.cpp:v22e:<br>:info:build c../../lib/vpsc/blocks.ht:o26r:>10<br>:info:build : | fatal error: ^~~~~~~~'set' file not found<br>:info:build 26 | #igenerate-constraints.cpp:19n:clude <10s: etfatal error: >'algorithm' file not found<br>:info:build | ^~~~~<br>:info:build 19 | #include <algorithm><br>:info:build | ^~~~~~~~~~~<br>:info:build 1 error generated.<br>:info:build 1 error generated.<br>:info:build 1 error generated.<br>:info:build 1 error generated.<br>:info:build make[3]: *** [pairingheap/PairingHeap.lo] Error 1<br><br>After trying a lot of things I came across the solution:<br><br>$ sudo rm -rf /Library/Developer/CommandLineTools<br>$ sudo xcode-select --install<br><br>Some times Start Over is the best approach. 🙂<br><br>b<br><br>P.S. I only have the Apple command line tools installed (not the full XTools IDE).<br><br><br></blockquote><br></div></div></blockquote></div><br></div></body></html>