bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs-1.11.2 --disable-client build failure


From: Matthias Andree
Subject: cvs-1.11.2 --disable-client build failure
Date: Fri, 26 Apr 2002 03:00:22 +0200
User-agent: Mutt/1.3.28i

Building cvs-1.11.2 from source, with --disable-client and
--disable-dependency-tracking yields:

logmsg.c: In function `do_editor':
logmsg.c:198: structure has no member named `isremote'
logmsg.c:199: structure has no member named `isremote'

The workaround is to copy and paste the gcc command that fails (as
printed by make) and add a -DNDEBUG to overcome the assert at line
198/199. The fix is probably to enclose the assert()ion in #ifdefs to
make the assert() invisible when --disable-client is used.

Please fix in 1.11.3 or 1.12 (whichever the next version is called).

Thanks in advance.

-- 
Matthias Andree



reply via email to

[Prev in Thread] Current Thread [Next in Thread]