Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I'm trying to set up a cvsnt client under Linux to talk to cvsnt on a Win2K box running sserver. When I try to build the sources, make dies with: source='zlib.c' object='zlib.o' libtool=no \ depfile='.deps/zlib.Po' tmpdepfile='.deps/zlib.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../cvsgui -g -O2 -c `test -f 'zlib.c' || echo './'`zlib.c make[3]: *** No rule to make target `../cvsgui/libcvsgui.a', needed by `cvs'. Stop. make[3]: Leaving directory `/home/jtwang/cvsnt-2.0.8/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jtwang/cvsnt-2.0.8/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jtwang/cvsnt-2.0.8' make: *** [all] Error 2 [root at be-pfbh203-2 cvsnt-2.0.8]# Any ideas? Thanks, Jonathan Wang