Peter, you added monostd.h to Makefile.am but there's no such file. Because of this, "make tags" does not work for me:
make[1]: *** No rule to make target `monostd.h', needed by `TAGS'. Stop.
Please fix it somehow, because without tags I have problems working on the source in Emacs (I cannot quickly look up definitions, which slows me down considerably).
Generally, if anyone is changing makefiles, please make sure that "make tags" is not broken by your change.
_________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...
On Tue, Jan 06, 2004 at 03:22:20AM +0000, bulia byak wrote:
Peter, you added monostd.h to Makefile.am but there's no such file. Because of this, "make tags" does not work for me:
make[1]: *** No rule to make target `monostd.h', needed by `TAGS'. Stop.
Please fix it somehow, because without tags I have problems working on the source in Emacs (I cannot quickly look up definitions, which slows me down considerably).
Generally, if anyone is changing makefiles, please make sure that "make tags" is not broken by your change.
Innocent, your honour! According to cvs log, I added it to Makefile.am on 2003-12-21 (cvs comment `Add some header files to SOURCES, so that `make distcheck' works.'), and monostd.h was deleted by mental on 2004-01-03 (cvs comment `portability fixes').
I've hurriedly committed a removal of monostd.h from Makefile.am (no testing or changelog entry), I'll now test etc.
pjm.
On Mon, 2004-01-05 at 22:22, bulia byak wrote:
Peter, you added monostd.h to Makefile.am but there's no such file. Because of this, "make tags" does not work for me:
make[1]: *** No rule to make target `monostd.h', needed by `TAGS'. Stop.
Please fix it somehow, because without tags I have problems working on the source in Emacs (I cannot quickly look up definitions, which slows me down considerably).
Generally, if anyone is changing makefiles, please make sure that "make tags" is not broken by your change.
Whoops, that was my doing.
I removed monostd.h (after switching to more portable implementatinos for somet things) but apparently didn't get it cleaned up everywhere.
I will fix presently.
-mental
participants (3)
-
bulia byak
-
MenTaLguY
-
Peter Moulder