This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Compilation of Tcl/Tk8.1 on Cygwin


Hi,

I have managed to get the Tcl8.1 DLL to compile using Cygwin on an NT
machine.  The same process on a Win95 machine causes the OS to collapse.

However compiling the Tk DLL under Cygwin creates the same error on both 95
and NT.  The file it has trouble compiling is tkconsole.o.  It is
complaining about the data types in winspool.h, which is part of the
w32api-0.1.5 files.

The error message is:

two or more data types in declaration of 'type name', and then lists a
whole the lines:  232 247 268 293 429 452

Examining these lines I have found that the lines are all identical,
although they are each present in a defintion of a different C structure.

DWORD Status;    is present on all the above listed lines.


If anyone has had this problem, or knows a solution, your help is
appreciated,

Regards,

Ben Wimpory
ARC Cores Ltd.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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