is implicitly included by on Linux In file included from visa/iga/IGAExe/iga_main.cpp:26: In file included from visa/iga/IGAExe/iga_main.hpp:33: In file included from visa/iga/IGAExe/../IGALibrary/api/igax.hpp:40: /usr/include/malloc.h:3:2: error: " has been replaced by " #error " has been replaced by " ^ visa/iga/IGALibrary/strings.cpp:41:10: fatal error: 'alloca.h' file not found #include /* for alloca */ ^~~~~~~~~~ --- visa/iga/IGALibrary/api/igax.hpp.orig 2021-01-16 00:15:28 UTC +++ visa/iga/IGALibrary/api/igax.hpp @@ -34,10 +34,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "iga_bxml_ops.hpp" #include +#include #include #include #include -#include #include #include #include --- visa/iga/IGALibrary/strings.cpp.orig 2019-11-27 01:05:20 UTC +++ visa/iga/IGALibrary/strings.cpp @@ -38,7 +38,7 @@ using namespace iga; #include #include /* for alloca */ #else -#include /* for alloca */ +#include /* for alloca */ #endif std::string iga::format(const char *pat, ...)