This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build problem under cygwin


I downloaded gdb-6.0 and insight-6.0  and tried to build under
cygwin using  ./configure  --target=powerpc--eabi
for use w/ a debugger probe.

The gdb-6.0 went flawlessly.

The insight-6.0 build encountered a problem w/tcl generic file
tclCmdAH.c.

Has this been reported?  Is there a workaround?

Thanks
Don Russell

gcc -c -g -O2 -Wall -Wconversion  -I"./../generic" -I"." -mwin32
   -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int   -DBUILD_tcl
"./../generic/tclCmdAH.c" -o tclCmdAH.o
In file included from ../win/tclWinPort.h:72,
                 from ../generic/tclPort.h:22,
                 from ../generic/tclCmdAH.c:18:
/usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set
and associated macros have been defined in sys/types.      This
may cause runtime problems with W32 sockets"
../generic/tclCmdAH.c: In function `Tcl_FileObjCmd':
../generic/tclCmdAH.c:806: error: syntax error before numeric
constant
../generic/tclCmdAH.c:901: error: duplicate case value
../generic/tclCmdAH.c:878: error: previously used here
../generic/tclCmdAH.c:1374: warning: case value `0' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `1' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `2' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `3' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `4' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `5' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `6' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `7' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `8' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `9' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `10' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `11' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `12' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `13' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `14' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `15' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `16' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `17' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `18' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `19' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `20' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `21' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `22' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `23' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `24' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `25' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `26' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `27' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `28' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `29' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `30' not in
enumerated type `options'
../generic/tclCmdAH.c:1374: warning: case value `31' not in
enumerated type `options'
make[2]: *** [tclCmdAH.o] Error 1
make[2]: Leaving directory
`/usr/local/src/gnu/insight-6.0/tcl/win'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/gnu/insight-6.0/tcl'
make: *** [all-tcl] Error 2

BEGIN:VCARD
VERSION:2.1
N:Russell;Don
FN:Don Russell
ORG:Lucent Techniologies;ONG
TITLE:SW Engineer
TEL;WORK;VOICE:978 399-0439
TEL;CELL;VOICE:978 590-5779
ADR;WORK:;;4 Robbins Rd.;Westford;MA;01886
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:4 Robbins Rd.=0D=0AWestford, MA 01886
EMAIL;PREF;INTERNET:donaldrussell@lucent.com
REV:20040315T220200Z
END:VCARD

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