I did these in a previously configured & built directory:
cvs update -dP
make // ./config.status --recheck
make // produced compile error
this will resolve the problem:
./configure
make
IMO it's not work a lot of time chasing this down:
/export/home/cvsusr/ccvs/cvs-1.12:$ make
make all-recursive
Making all in lib
make all-am
Making all in zlib
Making all in diff
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib
-Ino/include -g -O2 -MT subr.o -MD -MP -MF
".deps/subr.Tpo" -c -o subr.o subr.c; \
then mv -f ".deps/subr.Tpo" ".deps/subr.Po"; else rm -f ".deps/subr.Tpo"; exit
1; fi
subr.c: In function `format_cmdline':
subr.c:1240: error: duplicate case value
subr.c:1224: error: previously used here
subr.c:1248: error: duplicate case value
subr.c:1240: error: previously used here
subr.c:1264: error: duplicate case value
subr.c:1256: error: previously used here
subr.c:1272: error: duplicate case value
subr.c:1248: error: previously used here
subr.c:1280: error: duplicate case value
subr.c:1272: error: previously used here
*** Error code 1
make: Fatal error: Command failed for target `subr.o'
Current working directory /export/home/cvsusr/ccvs/cvs-1.12/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/cvsusr/ccvs/cvs-1.12
*** Error code 1
make: Fatal error: Command failed for target `all'
/export/home/cvsusr/ccvs/cvs-1.12:$
_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs