public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re:Re:make problem
@ 2003-10-08 13:38 hoer
  2003-10-08 16:55 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: hoer @ 2003-10-08 13:38 UTC (permalink / raw)
  To: insight

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Re:Re:make problem
  2003-10-08 13:38 Re:Re:make problem hoer
@ 2003-10-08 16:55 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2003-10-08 16:55 UTC (permalink / raw)
  To: hoer; +Cc: insight

On Wed, 2003-10-08 at 06:38, hoer@sbox.tugraz.at wrote:
> ../generic/tclCmdAH.c: In function `Tcl_FileObjCmd':
> ../generic/tclCmdAH.c:670: error: parse error before numeric constant

So what is on line 670 of tclCmdAH.c that the compiler is complaining
about?

Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-08 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-08 13:38 Re:Re:make problem hoer
2003-10-08 16:55 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).