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.
All, After download cvsnt-2.5.01.1882 source code package, I tried to compile it on Redhat Linux 9.0. It failed. I also tried the 2.0.62.1874, the same problem was encountered. below is the build process and error message: ./configure --prefix=/usr make .......... g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../lib -I/usr/kerberos/include -g -O2 -c TagDate.cpp -MT TagDate.lo -MD -MP -MF .deps/TagDate.TPlo -fPIC -DPIC -o .libs/TagDate.o TagDate.cpp: In member function `bool CTagDate::isValidTag(bool, const char*, time_t&)': TagDate.cpp:158: `isdigit' undeclared (first use this function) TagDate.cpp:158: (Each undeclared identifier is reported only once for each function it appears in.) TagDate.cpp:171: `isalnum' undeclared (first use this function) make[2]: *** [TagDate.lo] Error 1 make[2]: Leaving directory `/home/aric/tmp/cvsnt-2.5.01.1882/cvsapi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/aric/tmp/cvsnt-2.5.01.1882' make: *** [all] Error 2 ................ Does anybody know this problem? -Aric