PDA

View Full Version : newest CVS appears to be missing features on my install..



Southpaw
03-19-2002, 04:01 PM
Is make distclean still needed to clear out old install information? I assumed that this function is carried out by the makefile?

I recently downloaded the latest CVS tree, but after recompiling, it appears I am missing some features..

notably:

combat damage parser
session tracking options
status bar on/off toggle

Any help is greatly appreciated

Thanks in advance.

SP

Zaphod
03-19-2002, 05:00 PM
ALWAYS do a 'make -f makefile.dist' or 'make -f makefile.dist no-backup' after doing a CVS update. Otherwise not everything will necessarily be cleared up, and you may not get new Makefiles generated from the Makefile.am files. If not all the objects are rebuilt you will frequently have wackiness ensue. ;)

Enjoy,
Zaphod (dohpaZ)

Southpaw
03-20-2002, 12:02 PM
The reason I asked, is because I always use 'make -f Makefile.dist' but the features are still missing....

Am I overlooking something easy?

sp

Southpaw
03-20-2002, 01:40 PM
Found the problem

My install script had a typo. Everything still compiled, but when I did things by hand, I discovred a problem, fixed it, and now have all the features..

However, the invalid packet problem returned.. but that is another post.

Thanks for the input.

SP