Re: missing #ifdef in logmsg.c

2002-11-21 Thread Larry Jones
Dr. Weth Christopher writes: > > building cvs 1.11.2 without client support fails, the problem is this > (logmsg.c, line 198): That's already fixed in the current development version, but thanks anyway! -Larry Jones Rats. I can't tell my gum from my Silly Putty. -- Calvin ___

missing #ifdef in logmsg.c

2002-11-21 Thread Dr. Weth Christopher
Hi, building cvs 1.11.2 without client support fails, the problem is this (logmsg.c, line 198): assert (current_parsed_root->isremote && !repository || !current_parsed_root->isremote && repository); Solution: #ifdef CLIENT_SUPPORT assert (current_parsed_root->isremote && !r