Author Topic: no directiv.h  (Read 6026 times)

Offline whitequill

  • New Member
  • Posts: 1
no directiv.h
« 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
« Last Edit: July 31, 2019, 03:22:37 AM by whitequill »