[cvsnt] Can't compile CVSNT 2.5.01.1882 on Redhat linux 9.0

Aric Wang Aric_Wang at Jabil.com
Fri Feb 25 00:59:32 GMT 2005


Yes, I disable the PAM support and add a line "#include <ctype.h>" to config.h, then it's ok. The problem here is when I run "cvs rlsacl/rchacl/rchown", segment fault happens.

Does any body know this?

-Aric

-----Original Message-----
From: Mike Wake [mailto:mike.wake at thales-tts.com]
Sent: Thursday, February 24, 2005 5:33 PM
To: Aric Wang
Cc: cvsnt at cvsnt.org
Subject: Re: [cvsnt] Can't compile CVSNT 2.5.01.1882 on Redhat linux 9.0


#include <ctype.h>

probably needs to be added to TagDate.cpp

Cheers
Mikew

Aric Wang wrote:
> 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
> 
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt





More information about the cvsnt mailing list