nettle-types.h(269) : warning C4142: benign redefinition of type nettle-types.h(270) : warning C4142: benign redefinition of type
Don't understand what it complains about.
LINK : warning LNK4224: /DEBUGTYPE:BOTH is no longer supported; ignored
Same here.
/usr/bin/m4 /export/aphraelraid/home/peter/hack/xenofarm/client/pike-7.6/zoka.bortas.org/buildtmp/Pike-v7.6-snapshot/bundles/nettle-1.12/asm.m4 machine.m4 config.m4 \ aes.asm >aes.s /export/aphraelraid/home/peter/hack/xenofarm/client/pike-7.6/zoka.bortas.org/buildtmp/Pike-v7.6-snapshot/bin/smartlink rntcl -I. -I/export/aphraelraid/home/peter/hack/xenofarm/client/pike-7.6/zoka.bortas.org/buildtmp/Pike-v7.6-snapshot/build/windows_2000-5.00.2195-i686/bundles/include -I/usr/local/include -I/usr/X11R6/include -DHAVE_CONFIG_H -DDYNAMIC_MODULE -g -c aes.s cl : Command line warning D4024 : unrecognized source file type 'aes.s', object file assumed cl : Command line warning D4027 : source file 'aes.s' ignored cl : Command line warning D4021 : no action performed
aes.s is an assembler file, produced by passing aes.asm through m4 (this particular assembler file is also a dummy, needed only for preventing compilation of aes.c, but that's probably irrelevant). What compiler command and options do you need to process assembler files with rntcl and/or cl?