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: make problem


On Wed, Oct 08, 2003 at 10:50:11AM +0200, hoer@sbox.tugraz.at wrote:
> Hi!
> I'm working on a Windows 2000 machine with Cygwin. I want to configure
> insight5.3 for m68k. Configuring works, but the make prozess stops and I don't
> know, what I should do.
> I've also tried to do the toolchain first from Martin Hunt to use the Tcl/Tk
> 8.0.3. but no way.
> 
> 
> Tanks for any info!
> 
> 
> Here is my ouput:
...

> ../generic/tclCmdAH.c:670: error: parse error before numeric constant

The problem is that in that file (tcl/generic/tclCmdAH.c) there is an enum
with member FILE_EXISTS.  But that symbol is also used in
/usr/include/w32api/winnt.h and /usr/include/w32api/ddk/winddk.h under
cygwin.  I just renamed it in the two places it's used in tclCmdAH.c,
and the build completed.

  Oleg


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