Hi,
I'm trying to install Montage_v5.0 from the Tarball provided on your website on macOS Sequoia 15.0.1.
I've updated to the latest version of the compiler, which is: gcc version 14.1.0 (GCC)
The first error messages revolve around stdio.h not being found (note that the suggestion is right under the same filename preceded by a "_")
/usr/local/lib/gcc/aarch64-apple-darwin23.5.0/14.1.0/include-fixed/stdio.h:81:8: error: unknown type name 'FILE'
81 | extern FILE *__stdinp;
| ^~~~
/usr/local/lib/gcc/aarch64-apple-darwin23.5.0/14.1.0/include-fixed/stdio.h:79:1: note: 'FILE' is defined in header '<stdio.h>'; this is probably fixable by adding '#include <stdio.h>'
78 | #include <_stdio.h>
+++ |+#include <stdio.h>
I'm linking the make output message in the zip file below. I really appreciate any help you can provide!
errorlog.zip
Hi,
I'm trying to install Montage_v5.0 from the Tarball provided on your website on macOS Sequoia 15.0.1.
I've updated to the latest version of the compiler, which is: gcc version 14.1.0 (GCC)
The first error messages revolve around stdio.h not being found (note that the suggestion is right under the same filename preceded by a "_")
I'm linking the
makeoutput message in the zip file below. I really appreciate any help you can provide!errorlog.zip