I am a bit confused by https://github.com/LinuxCNC/linuxcnc/actions/runs/21155072545/job/60838310248?pr=2528
According to the AI "explain" button the problem is: ======================================================== 1 reference The failure is due to the C++ compiler not being able to create executables: Code checking for c++... c++ checking whether the C++ compiler works... no configure: error: C++ compiler cannot create executables See 'config.log' for more details This is a common environment/setup error in CI workflows. The issue likely stems from missing packages, broken dependencies, or misconfiguration of the build environment in the CI definition. ======================================================= But other PRs and commits are showing as checking out OK and it seems very improbable that it could get as far as trying to build packages without a c++ compiler. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
