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: help building for powerpc-eabi under cygwin


On Fri, 2003-10-03 at 06:33, Marc Schafer wrote:
> I have not been able to build Insight.  I checked the code out from cvs as described on the readme page for cygwin.  I
> did not use the branch but took the latest version instead.  The 2003-02-05 update made it sound like it was no longer
> necessary to revert the tcl/tk parts so I skipped steps 2 and 3.  The build failed in the tcl stuff, so I went back and
> performed step 2 and then tried configuring and building again.

So what did you check out? Trunk or a branch?

You should use the gdb 6.0 branch for best results. I've once again
heard rumors on the gdb list that a release of 6.0 is imminent. (Of
course, it was imminent several months ago, too. Nonetheless, I
recommend using the 6.0 branch.) Use the branch "gdb_6_0-branch" to
check out those sources.

> gcc -c   -DWIN32 -D_WIN32 -D_MT -D_DLL -I../../../src/tcl/win/../win -I../../../
> src/tcl/win/../generic -D__WIN32__ -D__USE_W32_SOCKETS  -g -O2 ../../../src/tcl/
> win/../generic/tclCmdAH.c
> In file included from ../../../src/tcl/generic/tclPort.h:23,
>                  from ../../../src/tcl/generic/tclCmdAH.c:18:
> ../../../src/tcl/win/tclWinPort.h:20:1: warning: "__USE_W32_SOCKETS" redefined
> <command line>:14:1: warning: this is the location of the previous definition
> ../../../src/tcl/generic/tclCmdAH.c: In function `Tcl_FileObjCmd':
> ../../../src/tcl/generic/tclCmdAH.c:670: error: parse error before numeric const
> ant

tclCmdAH.c:670 is the very last line of Tcl_ExitObjCmd (after the
"return TCL_OK;"). This again beckons me to ask: what version of insight
are you building? What command did you use to check it out (or what
tarball did you download)?

Keith




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