On Sat, November 4, 2017 3:13 pm, lan...@openbsd.org wrote: > bulk build on sparc64-1.ports.openbsd.org > started on Sun Oct 29 13:36:33 MDT 2017 > finished at Sat Nov 4 13:13:13 MDT 2017 > lasted 06D16h36m > done with kern.version=OpenBSD 6.2-current (GENERIC) #323: Sat Oct 28 > 21:27:53 MDT 2017 > > http://build-failures.rhaalovely.net//sparc64/2017-10-29/games/cataclysm-dda.log > > new failures > +failures/games/cataclysm-dda.log >
Cataclysm won't build with base gcc because of missing -std=c++11 which is what seems to be happening here. I chose to configure the build for clang over gcc out of ports. Is there a quick flag to disable this on non-clang archs? Would anyone think I should make this work on gcc archs? Still wouldn't mean it will compile and run and I can't test it. Tim.