Author Topic: Making nasm under win32  (Read 8577 times)

Pavel Skrylev

  • Guest
Making nasm under win32
« 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.

nasm64developer

  • Guest
Re: Making nasm under win32
« Reply #1 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.

Pavel Skrylev

  • Guest
Re: Making nasm under win32
« Reply #2 on: June 01, 2005, 02:07:28 PM »
Which ones?

nasm64developer

  • Guest
Re: Making nasm under win32
« Reply #3 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