Ticket #16 (closed defect: wontfix)

Opened 5 years ago

Last modified 5 years ago

main object file not written

Reported by: keinfarbton Assigned to: somebody
Priority: major Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

With rebuild 0.8 given a program with the main module 'Hello.d' that imports a 'pac/Hello.d' and I call

rebuild -oqbuild -full -g Hello.d -ofHello

... the linker says 'gcc: build/Hello.o: No such file or directory' If I rename the main module to 'hello.d' (and the internal module statment), it works.

Change History

03/13/07 13:40:32 changed by Gregor

  • status changed from new to closed.
  • resolution set to wontfix.

I've added a warning for modules that don't have module declarations. rebuild has problems with it, and I don't really have any intention of fixing them, since it's a surprisingly complex problem.