On Sun, Jan 25, 2026 at 12:54:53PM -0800, Lubo wrote: > Hello, I was trying to build webkit-gtk 2.50.4 on NetBSD > 10.1/i386. Gcc is 12.5. No prior programming experience, merely > trying to sort out based on errors. > > error: 'roundevenf' was not declared in this scope
You probably need to use the fallback implementation of that function, try adding '|| OS(NETBSD)' to this line: https://github.com/WebKit/WebKit/blob/3cd78f197c113fb896163cd4339345d423cfed56/Source/JavaScriptCore/runtime/MathCommon.cpp#L607 Berto
