From: Dave Y. <dav...@gm...> - 2013-12-10 07:45:06
|
On 12/09/13 10:38 pm, H. Peter Anvin wrote: > Similarly, OpenWatcom only supports a subset of C99 features... although we no longer build OS/2 binaries as part of the standard build... ;) I build on OS/2 with configure and make using GCC 4.4.6 now as the OW built binaries are subtly broken (fail 4 out of a couple of hundred H264 conformance tests). BTW, the build (2.11rc4) currently dies here after linking nasm.exe and ndisasm.exe with false -b docbook -d manpage -o nasm.xml nasm.txt make: *** [nasm.xml] Error 1 due to no asciidoc or xmlto packages installed here. Dave > > Cyrill Gorcunov<gor...@gm...> wrote: >> On Mon, Dec 09, 2013 at 10:22:52PM -0800, H. Peter Anvin wrote: >>> We only require that there is a supported 64-bit integer type. >> >> I see. And I'm wondered -- is there some old compiler which is >> used for nasm building but doesn't support c99? I mean it's >> 2k13 already and c99 is pretty known standart, maybe we could >> stick to it? > |