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

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to