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]

Re:Re:make problem


Hi
Now I've tried to build insight-5.3.92 with no success. I was not able to finsh
the make command.
I don't know waht's worng with my up to date cygwin? I just loaded
insight-5.3.92 from redhat, made the toolchain for cygwin (from the insight
homepage) and finally I tried to build the insight debugger.
Have I do anything more to get the insight working?

The output is listed below:
Thanks for any info!

robert

./configure --target=m68k-bdm-elf
...
...
./make
...
...
updating cache ../.././config.cache
creating ./config.status
creating Makefile
make[1]: Entering directory `/opt/insight-5.3.92/tcl'
make[2]: Entering directory `/opt/insight-5.3.92/tcl/win'
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 tclAppInit.c
windres --include ./../generic --include ./../win --define __WIN32__ --define
VS_VERSION_INFO=1 ./tclsh.rc tclshres.o
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/panic.c
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/regexp.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/regexp.c:48:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../compat/strftime.c
In file included from ../generic/tclPort.h:23,
                 from ../compat/strftime.c:55:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclAsync.c
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclBasic.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/tclBasic.c:21:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclBinary.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/tclBinary.c:17:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclCkalloc.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/tclCkalloc.c:19:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclClock.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/tclClock.c:19:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I./../win -I./../generic -D__WIN32__
-D__USE_W32_SOCKETS  -g -O2 ./../generic/tclCmdAH.c
In file included from ../generic/tclPort.h:23,
                 from ../generic/tclCmdAH.c:18:
../win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
<command line>:14:1: warning: this is the location of the previous definition
../generic/tclCmdAH.c: In function `Tcl_FileObjCmd':
../generic/tclCmdAH.c:670: error: parse error before numeric constant
make[2]: *** [tclCmdAH.o] Error 1
make[2]: Leaving directory `/opt/insight-5.3.92/tcl/win'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/insight-5.3.92/tcl'
make: *** [all-tcl] Error 2


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