<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;"><div>Posting this in case someone else runs into it after upgrading to Sequoia:</div><div><br></div><div><div>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:</div><div><br></div><div><div><font face="Courier New">$ sudo rm -rf /Library/Developer/CommandLineTools</font></div><div><font face="Courier New">$ sudo xcode-select --install</font></div></div><div><br></div><div>Some times Start Over is the best approach. 🙂</div><div><br></div><div>b</div><div><br></div><div>P.S. I only have the Apple command line tools installed (not the full XTools IDE).</div><div><br></div><div><br></div></div></body></html>