#1774 closed defect (wontfix)
broken compilation
Reported by: | SF/megath | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SAGA |
Version: | Keywords: | ||
Cc: | Game: |
Description
I cannot compile scummvm with saga engine for a long time. (cvs -d -A update version of scummvm ;)
make: *** No rule to make target `saga/console_mod.h', needed by `saga/actor.o'. Stop.
Ticket imported from: #1032331. Ticket imported from: bugs/1774.
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
More likely is a broken checkout.... try deleting the saga subdir and then run
cvs up -dP
Saga definitely compiles just fine.
comment:3 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:4 by , 6 years ago
Component: | --Unset-- → Engine: SAGA |
---|
Note:
See TracTickets
for help on using tickets.
Probably some auto-generated dependency file lurking somewhere. Try removing the saga/.deps directory, or just do a "make distclean" and rebuild from scratch.
At least, that's my guess.