[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Solaris 8 Intel Edition - Feature Build Broken - src/subr.c - "config.st
From: |
Conrad T. Pino |
Subject: |
Solaris 8 Intel Edition - Feature Build Broken - src/subr.c - "config.status --recheck" bug? |
Date: |
Tue, 27 Sep 2005 14:00:00 -0700 |
I did these in a previously configured & built directory:
cvs update -dP
make // ./config.status --recheck
make // produced compile error
this will resolve the problem:
./configure
make
IMO it's not work a lot of time chasing this down:
/export/home/cvsusr/ccvs/cvs-1.12:$ make
make all-recursive
Making all in lib
make all-am
Making all in zlib
Making all in diff
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib
-Ino/include -g -O2 -MT subr.o -MD -MP -MF
".deps/subr.Tpo" -c -o subr.o subr.c; \
then mv -f ".deps/subr.Tpo" ".deps/subr.Po"; else rm -f ".deps/subr.Tpo"; exit
1; fi
subr.c: In function `format_cmdline':
subr.c:1240: error: duplicate case value
subr.c:1224: error: previously used here
subr.c:1248: error: duplicate case value
subr.c:1240: error: previously used here
subr.c:1264: error: duplicate case value
subr.c:1256: error: previously used here
subr.c:1272: error: duplicate case value
subr.c:1248: error: previously used here
subr.c:1280: error: duplicate case value
subr.c:1272: error: previously used here
*** Error code 1
make: Fatal error: Command failed for target `subr.o'
Current working directory /export/home/cvsusr/ccvs/cvs-1.12/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/cvsusr/ccvs/cvs-1.12
*** Error code 1
make: Fatal error: Command failed for target `all'
/export/home/cvsusr/ccvs/cvs-1.12:$
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Solaris 8 Intel Edition - Feature Build Broken - src/subr.c - "config.status --recheck" bug?,
Conrad T. Pino <=