This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RCS executables? (need merge)


Are there RCS executables built for Cygwin (more current than B20?)
Specifically, I need merge.

I've tried building it myself, but it stalls after:

/src/rcs-5.7/src/conf.sh: cannot deduce has_prototype, has_stdard, va_start_args
make[1]: *** [conf.h] Error 1
make[1]: Leaving directory `/build/rcs-5.7/src'
make: *** [all] Error 2

From conf.err

+ has_varargs=0
+ as=1 2
+ rm -f ./a.out
+ gcc -Dhas_conf_h -I. -I/src/rcs-5.7/src -g -O -o a.out -Dhas_prototypes=0 -Dhas_stdarg=0 -Dhas_varargs=0 -Dva_start_args=1 a.c
+ ./a.out
+ rm -f ./a.out
+ gcc -Dhas_conf_h -I. -I/src/rcs-5.7/src -g -O -o a.out -Dhas_prototypes=0 -Dhas_stdarg=0 -Dhas_varargs=0 -Dva_start_args=2 a.c
a.c:17: macro `va_start' used with too many (2) args
+ echo /src/rcs-5.7/src/conf.sh: cannot deduce has_prototypes, has_stdarg, va_start_args
+ exit 1


Thanks,
John


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]