Re: Mingw build problem for TCL

2013-07-23 Thread Arjen Markus
I have had problems with file permissions myself - in my case editing a file that is part of a fairly large project may cause build errors later on, when such a file is copied during the build process, because the Windows permissions are translated into "---". It may very well be that you are d

Re: Mingw build problem for TCL

2013-07-22 Thread Jonathan Kelly
No, it's STATUS_ACCESS_DENIED, a permission problem. This could happen, for instance, if the executable or one of the required DLLs is not executable. Corinna Ah, yes, there is a zlib dll shipped with the source that didn't have executable perms. I'll let the TCL people know. Thanks! Jon

Re: Mingw build problem for TCL

2013-07-22 Thread Corinna Vinschen
On Jul 22 09:19, Charles Wilson wrote: > On 7/21/2013 1:08 AM, Jonathan Kelly wrote: > >>On Jul 20 08:08, Jonathan Kelly wrote: > >>>Not. Comes up with error "The application was unable to start > >>>correctly (0xc022). > > >No, it's not - it compiles and runs as it should when I use the Mingw

Re: Mingw build problem for TCL

2013-07-22 Thread Charles Wilson
On 7/21/2013 1:08 AM, Jonathan Kelly wrote: On Jul 20 08:08, Jonathan Kelly wrote: Not. Comes up with error "The application was unable to start correctly (0xc022). No, it's not - it compiles and runs as it should when I use the Mingw directly. It's what I'm using now. I was just trying t

Re: Mingw build problem for TCL

2013-07-20 Thread Jonathan Kelly
On 20/07/2013 9:00 PM, Corinna Vinschen wrote: On Jul 20 08:08, Jonathan Kelly wrote: On 19/07/2013 5:55 PM, Corinna Vinschen wrote: On Jul 19 11:47, Jonathan Kelly wrote: Hi, sorry if this isn't the correct place. I have previously used the mingw-* packages to create a Windows compile of tcl

Re: Mingw build problem for TCL

2013-07-20 Thread Corinna Vinschen
On Jul 20 08:08, Jonathan Kelly wrote: > On 19/07/2013 5:55 PM, Corinna Vinschen wrote: > >On Jul 19 11:47, Jonathan Kelly wrote: > >>Hi, > >> > >>sorry if this isn't the correct place. I have previously used the > >>mingw-* packages to create a Windows compile of tcl8.6.0, but > >>currently it doe

Re: Mingw build problem for TCL

2013-07-19 Thread Jonathan Kelly
On 19/07/2013 5:55 PM, Corinna Vinschen wrote: On Jul 19 11:47, Jonathan Kelly wrote: Hi, sorry if this isn't the correct place. I have previously used the mingw-* packages to create a Windows compile of tcl8.6.0, but currently it doesn't work. It compiles without error as far as I can see, but

Re: Mingw build problem for TCL

2013-07-19 Thread Earnie Boyd
On Fri, Jul 19, 2013 at 3:55 AM, Corinna Vinschen wrote: > On Jul 19 11:47, Jonathan Kelly wrote: >> Hi, >> >> sorry if this isn't the correct place. I have previously used the >> mingw-* packages to create a Windows compile of tcl8.6.0, but >> currently it doesn't work. It compiles without error a

Re: Mingw build problem for TCL

2013-07-19 Thread Corinna Vinschen
On Jul 19 11:47, Jonathan Kelly wrote: > Hi, > > sorry if this isn't the correct place. I have previously used the > mingw-* packages to create a Windows compile of tcl8.6.0, but > currently it doesn't work. It compiles without error as far as I can > see, but when you try to run the executable (t

Mingw build problem for TCL

2013-07-18 Thread Jonathan Kelly
Hi, sorry if this isn't the correct place. I have previously used the mingw-* packages to create a Windows compile of tcl8.6.0, but currently it doesn't work. It compiles without error as far as I can see, but when you try to run the executable (tclsh8.6.0.exe) it returns immediately with cod