Ticket #52 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

djgpp make fails

Reported by: djm@centtech.com Assigned to: peter@tortall.net
Priority: P1 Milestone: 0.1.0
Component: Build Tools / Libraries Version: other
Severity: normal Keywords: make djgpp
Cc:

Description

I'm trying to build the djgpp version using r1204. I can build r1182 just fine. Here's the error.

make -fMkfiles\Makefile.dj ... gcc -c -DHAVE_CONFIG_H -IMkfiles/dj -O2 -I. -Ifrontends/yasm -o nasm-bison.o nas m-bison.c gcc -c -DHAVE_CONFIG_H -IMkfiles/dj -O2 -I. -Ifrontends/yasm -o nasm-token.o nas m-token.c gcc -c -DHAVE_CONFIG_H -IMkfiles/dj -O2 -I. -Ifrontends/yasm -o modules/preprocs /nasm/nasm-eval.o modules/preprocs/nasm/nasm-eval.c gcc -c -DHAVE_CONFIG_H -IMkfiles/dj -O2 -I. -Ifrontends/yasm -o modules/preprocs /nasm/nasm-pp.o modules/preprocs/nasm/nasm-pp.c modules/preprocs/nasm/nasm-pp.c:399:25: error: nasm-macros.c: No such file or di rectory (ENOENT) modules/preprocs/nasm/nasm-pp.c: In function 'pp_reset': modules/preprocs/nasm/nasm-pp.c:4161: error: 'stdmac' undeclared (first use in t his function) modules/preprocs/nasm/nasm-pp.c:4161: error: (Each undeclared identifier is repo rted only once modules/preprocs/nasm/nasm-pp.c:4161: error: for each function it appears in.) modules/preprocs/nasm/nasm-pp.c:4163: error: 'TASM_MACRO_COUNT' undeclared (firs t use in this function) make.exe: *** [modules/preprocs/nasm/nasm-pp.o] Error 1

Attachments

Change History

05/05/05 20:00:24 changed by peter@tortall.net

  • owner set to peter@tortall.net.
  • status changed from new to assigned.

05/05/05 20:26:43 changed by peter@tortall.net

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in [1205]. Thanks for the bug report!


Add/Change #52 (djgpp make fails)