I was trying to build the hpolytopeVolume example in volesti/examples/, but the build keeps crashing during the lp_solve compilation phase.
The Problem: It looks like the CMake configuration is accidentally pushing C++ flags (specifically -std=c++17) onto the C files in lp_solve. Since I'm using clang, the compiler hits that flag and immediately kills the build because C++17 isn't a valid standard for C files.
I’m seeing a bunch of these errors:
