Re: Tcl doesn't build out of src repository on cygwin

2004-12-15 Thread Corinna Vinschen
On Dec 14 18:58, Bernhard Walle wrote: > Corinna Vinschen wrote: > >On Oct 13 13:15, Dave Korn wrote: > > > >> > >> Should it? I see loads of error messages caused by a bad table of static > >>initialisers in src/tcl/win/tclWin32Dll.c. > > > > > >It happens because DLLIMPORT is used a lot in w32ap

Re: Tcl doesn't build out of src repository on cygwin

2004-12-14 Thread Bernhard Walle
Corinna Vinschen wrote: On Oct 13 13:15, Dave Korn wrote: Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. It happens because DLLIMPORT is used a lot in w32api which is only conditionalized with __INSIDE_CYGWIN__. That's solved

RE: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 13 October 2004 15:11 > On Oct 13 15:01, Dave Korn wrote: > > > From: cygwin-owner On Behalf Of Corinna Vinschen > > > That's solved in w32api in > > > CVS or in recent snapshots. Or (but that's ugly and not

Re: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Corinna Vinschen
On Oct 13 15:01, Dave Korn wrote: > > From: cygwin-owner On Behalf Of Corinna Vinschen > > That's solved in w32api in > > CVS or in recent snapshots. Or (but that's ugly and not actually > > recommended, use at your own risk) use #define __INSIDE_CYGWIN__ > > at the beginning of the affected fil

RE: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 13 October 2004 14:53 > On Oct 13 13:15, Dave Korn wrote: > > > > > > Should it? I see loads of error messages caused by a bad > table of static > > initialisers in src/tcl/win/tclWin32Dll.c. > > It happ

Re: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Corinna Vinschen
On Oct 13 13:15, Dave Korn wrote: > > > Should it? I see loads of error messages caused by a bad table of static > initialisers in src/tcl/win/tclWin32Dll.c. It happens because DLLIMPORT is used a lot in w32api which is only conditionalized with __INSIDE_CYGWIN__. That's solved in w32api in

Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin