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 am trying to compile CVSNT 1.11.1.3-68 on AIX 4.3. Configure seems to be working, but make fails : In file included from yesno.c:14: ../src/cvs.h:34: warning: `_XOPEN_SOURCE' redefined /usr/include/standards.h:101: warning: this is the location of the previous definition In file included from ../src/cvs.h:36, from yesno.c:14: /usr/include/unistd.h:172: parse error /usr/include/unistd.h:483: parse error In file included from yesno.c:14: [...] ../src/cvs.h:899: warning: `putchar' redefined /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/include/stdio.h:350: warning: this is the location of the previous definition make: The error code from the last command is 1. Has anyone already faced this problem ? These are the command I used (as non-root): ./configure --prefix=/somedir/cvsnt-1.11.1.3-68 make Other info: * I had no problem compiling CVS 1.11.1.4 (but we have another problem with this one) * gcc -v gives: Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/specs gcc version 2.95.2 19991024 (release) Thanks for any information, Benoit