NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: whitequill on July 31, 2019, 02:56:25 AM

Title: no directiv.h
Post by: whitequill on July 31, 2019, 02:56:25 AM
I just pulled the source to NASM and I can't find directiv.h.
I am getting the following fatal error:
Code: [Select]
In file included from ../nasm/asm/nasm.c:41:0:
../nasm/include/nasm.h:50:10: fatal error: directiv.h: No such file or directory
 #include "directiv.h"   /* For enum directive */
          ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:80: asm/nasm.o] Error 1