NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: Pavel Skrylev on June 01, 2005, 12:26:58 PM

Title: Making nasm under win32
Post by: Pavel Skrylev on June 01, 2005, 12:26:58 PM
I have on my comp with win2k MinGW and Msys. I have run autoheader and autoconf before configuring. But i may not configure nasm for compiling because following error: NAsm requiers Ansi C header files to compile. What may i do for patching.
Title: Re: Making nasm under win32
Post by: nasm64developer on June 01, 2005, 01:16:26 PM
> What may i do for patching.

Ensure that you have the ANSI C
headers installed. They should
have come with your C compiler.
Title: Re: Making nasm under win32
Post by: Pavel Skrylev on June 01, 2005, 02:07:28 PM
Which ones?
Title: Re: Making nasm under win32
Post by: nasm64developer on June 02, 2005, 04:47:41 PM
These are the standard C headers NASM
is including:

assert.h
ctype.h
errno.h
limits.h
stdarg.h
stddef.h
stdio.h
stdlib.h
string.h
time.h