re: Failed building vax on MaxOSX
matthew green <[email protected]> Wed, 10 Jun 2026 14:19:34 +1000
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
i saw a fresh checkout fixed this for you... > -DGENERATOR_FILE -c -o build-rtl.lo.o build-rtl.c > clang++: warning: treating 'c' input as 'c++' when in C++ mode, this > behavior is deprecated [-Wdeprecated] was this really build-rtl.c and not .cc? updating a really old tree and it not deleting build-rtl.c might have caused this?? it was called build-rtl.c in gcc 10, but was renamed with everything else to .cc in gcc11 or 12. if it was that old version, it wouldn't build with the current gcc tree, so the build failure makes some sense _with that setup_. .mrg.